diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-30 15:39:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-30 15:39:26 +0000 |
commit | 2f2ebbee8ecb5d93af980600c85976782da59990 (patch) | |
tree | 2dffa52d69071442e77d0573e832c43a403ff611 /dev-perl/module-info | |
parent | Cleanup (diff) | |
download | gentoo-2-2f2ebbee8ecb5d93af980600c85976782da59990.tar.gz gentoo-2-2f2ebbee8ecb5d93af980600c85976782da59990.tar.bz2 gentoo-2-2f2ebbee8ecb5d93af980600c85976782da59990.zip |
Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/module-info')
-rw-r--r-- | dev-perl/module-info/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.29.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.30.ebuild | 22 |
3 files changed, 5 insertions, 45 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index a29233b0adc1..f44c402129de 100644 --- a/dev-perl/module-info/ChangeLog +++ b/dev-perl/module-info/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/module-info # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.53 2008/09/30 15:38:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.54 2008/09/30 15:39:26 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -module-info-0.29.0.ebuild, + -module-info-0.30.ebuild: + Cleanup 30 Sep 2008; Torsten Veller <tove@gentoo.org> module-info-0.31.ebuild: Cleanup diff --git a/dev-perl/module-info/module-info-0.29.0.ebuild b/dev-perl/module-info/module-info-0.29.0.ebuild deleted file mode 100644 index f990e7308b25..000000000000 --- a/dev-perl/module-info/module-info-0.29.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.29.0.ebuild,v 1.9 2006/10/20 17:46:26 mcummings Exp $ - -inherit perl-module - -MY_PV=${PV/9.0/90} -MY_P="Module-Info-${MY_PV}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Information about Perl modules" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.readme" -SRC_URI="mirror://cpan/authors/id/M/MB/MBARBON/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/module-build - dev-lang/perl" diff --git a/dev-perl/module-info/module-info-0.30.ebuild b/dev-perl/module-info/module-info-0.30.ebuild deleted file mode 100644 index c7b1f394e479..000000000000 --- a/dev-perl/module-info/module-info-0.30.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.30.ebuild,v 1.12 2007/05/12 05:14:36 kumba Exp $ - -inherit perl-module - -MY_PV=${PV/9.0/90} -MY_P="Module-Info-${MY_PV}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Information about Perl modules" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.readme" -SRC_URI="mirror://cpan/authors/id/M/MB/MBARBON/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/module-build - dev-lang/perl" |