From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- .../Cisco-Reconfig/Cisco-Reconfig-0.910.0-r1.ebuild | 21 +++++++++++++++++++++ .../Cisco-Reconfig/Cisco-Reconfig-0.911.0.ebuild | 21 +++++++++++++++++++++ dev-perl/Cisco-Reconfig/Manifest | 2 ++ dev-perl/Cisco-Reconfig/metadata.xml | 9 +++++++++ 4 files changed, 53 insertions(+) create mode 100644 dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.910.0-r1.ebuild create mode 100644 dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.911.0.ebuild create mode 100644 dev-perl/Cisco-Reconfig/Manifest create mode 100644 dev-perl/Cisco-Reconfig/metadata.xml (limited to 'dev-perl/Cisco-Reconfig') diff --git a/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.910.0-r1.ebuild b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.910.0-r1.ebuild new file mode 100644 index 00000000000..1513aa48cfa --- /dev/null +++ b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.910.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MUIR +MODULE_VERSION=${PV%0.0} +MODULE_SECTION=modules +inherit perl-module + +DESCRIPTION="Parse and generate Cisco configuration files" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="virtual/perl-Scalar-List-Utils" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.911.0.ebuild b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.911.0.ebuild new file mode 100644 index 00000000000..2a7ec64a8c1 --- /dev/null +++ b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.911.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MUIR +MODULE_VERSION=0.911 +MODULE_SECTION=modules +inherit perl-module + +DESCRIPTION="Parse and generate Cisco configuration files" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="virtual/perl-Scalar-List-Utils" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Cisco-Reconfig/Manifest b/dev-perl/Cisco-Reconfig/Manifest new file mode 100644 index 00000000000..3402dc91f1f --- /dev/null +++ b/dev-perl/Cisco-Reconfig/Manifest @@ -0,0 +1,2 @@ +DIST Cisco-Reconfig-0.91.tar.gz 21465 SHA256 10b3bc3b458bf05d7d34c73b41c767d094a2d497f168184666bc2fe938b6ed58 SHA512 7fd69be8eb386cabd39af878372574467ae4b533a87bf2cf55211418185a2b6957e248854625d2bb43958edeeb25771d376f8c345d45cd4bd672bb94834d6fec WHIRLPOOL c774e0c619c2a1cd9ee6c9af65d5e7217cc1dee3ce05ab2d7cd6c1fbbd10e2b33f116ea2945746b6d8fae27fd1ebf290d3e42d04fc052ec5ac4a8bfb5c0476c3 +DIST Cisco-Reconfig-0.911.tar.gz 25452 SHA256 c9529bc0e77b8cc56ee12422ce82696513efdaab85bb76bca47f9d7dadaeb2d9 SHA512 6c596f322a6e209bce5abe64eacee61f078df23bdcba259cc170bf2e8b167bfd61fddf109c960709c89282bdc4384819708b836839002332b85e73fde7a8a01c WHIRLPOOL 820fcafed8a69d56ad07210f7658174853622def506fdc65c199805ca9bedf5e6cc564546c48758ce9cad5c7ba4737bdd74cc8e8753fa1e1a1f568ca045087ea diff --git a/dev-perl/Cisco-Reconfig/metadata.xml b/dev-perl/Cisco-Reconfig/metadata.xml new file mode 100644 index 00000000000..ff8aa834d16 --- /dev/null +++ b/dev-perl/Cisco-Reconfig/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + Cisco-Reconfig + Cisco::Reconfig + + -- cgit v1.2.1