summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-30 15:39:26 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-30 15:39:26 +0000
commit70345f97bde14aaea314ff994ec4be2bae7af7c0 (patch)
tree075c12928980ca9012a8a5fc6cf292c9bf6733f9 /dev-perl
parentCleanup (diff)
downloadhistorical-70345f97bde14aaea314ff994ec4be2bae7af7c0.tar.gz
historical-70345f97bde14aaea314ff994ec4be2bae7af7c0.tar.bz2
historical-70345f97bde14aaea314ff994ec4be2bae7af7c0.zip
Cleanup
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/module-info/ChangeLog6
-rw-r--r--dev-perl/module-info/module-info-0.29.0.ebuild22
-rw-r--r--dev-perl/module-info/module-info-0.30.ebuild22
-rw-r--r--dev-perl/module-info/module-info-0.31.ebuild17
4 files changed, 14 insertions, 53 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"
diff --git a/dev-perl/module-info/module-info-0.31.ebuild b/dev-perl/module-info/module-info-0.31.ebuild
index 58b8dc51b7e9..38a196e5a72c 100644
--- a/dev-perl/module-info/module-info-0.31.ebuild
+++ b/dev-perl/module-info/module-info-0.31.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2008 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.31.ebuild,v 1.8 2008/03/28 09:45:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild,v 1.9 2008/09/30 15:38:12 tove Exp $
+
+MODULE_AUTHOR=MBARBON
+MY_PN=Module-Info
+MY_P=${MY_PN}-${PV}
+S=${WORKDIR}/${MY_P}
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"
@@ -18,5 +18,6 @@ IUSE=""
SRC_TEST="do"
-DEPEND="dev-perl/module-build
- dev-lang/perl"
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ dev-perl/module-build"