diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/CPAN-Mini-Phalanx | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/CPAN-Mini-Phalanx')
-rw-r--r-- | dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/CPAN-Mini-Phalanx/ChangeLog | 5 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild b/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild deleted file mode 100644 index 81fbe34fed9b..000000000000 --- a/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/CPAN-Mini-Phalanx-0.01.ebuild,v 1.8 2010/01/01 22:58:56 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=SMPETERS -MY_PN=${PN}100 -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="create a minimal mirror of CPAN containing the modules in the Phalanx 100" - -SLOT="0" -KEYWORDS="~amd64 ia64 sparc x86" -IUSE="test" - -RDEPEND="dev-perl/CPAN-Mini" -DEPEND="test? ( ${RDEPEND} - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -SRC_TEST="do" - -src_prepare() { - perl-module_src_prepare - sed -i 's,^L<Phalanx Project|,L<,' "${S}"/lib/CPAN/Mini/Phalanx100.pm || die -} diff --git a/dev-perl/CPAN-Mini-Phalanx/ChangeLog b/dev-perl/CPAN-Mini-Phalanx/ChangeLog index 0da9353c073e..2575f6bb6343 100644 --- a/dev-perl/CPAN-Mini-Phalanx/ChangeLog +++ b/dev-perl/CPAN-Mini-Phalanx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/CPAN-Mini-Phalanx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog,v 1.10 2011/09/03 21:04:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Mini-Phalanx/ChangeLog,v 1.11 2011/09/04 11:22:41 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> -CPAN-Mini-Phalanx-0.01.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> CPAN-Mini-Phalanx-0.10.0.ebuild: |