diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-28 19:20:13 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-28 19:20:13 +0000 |
commit | cc990efa603c95b69f5890be00d4038dd2bebd22 (patch) | |
tree | 235ecaf6c255691073692b2781c75aee776e3675 /dev-perl/module-info | |
parent | 1.0 stable on amd64, ppc and x86. did some cleanup and introduced support for... (diff) | |
download | gentoo-2-cc990efa603c95b69f5890be00d4038dd2bebd22.tar.gz gentoo-2-cc990efa603c95b69f5890be00d4038dd2bebd22.tar.bz2 gentoo-2-cc990efa603c95b69f5890be00d4038dd2bebd22.zip |
Cleaning
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl/module-info')
-rw-r--r-- | dev-perl/module-info/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/module-info/Manifest | 6 | ||||
-rw-r--r-- | dev-perl/module-info/files/digest-module-info-0.24 | 1 | ||||
-rw-r--r-- | dev-perl/module-info/files/digest-module-info-0.28 | 1 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.26.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.28.ebuild (renamed from dev-perl/module-info/module-info-0.24.ebuild) | 10 |
6 files changed, 21 insertions, 12 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index 77d6b7574802..dd715d98044b 100644 --- a/dev-perl/module-info/ChangeLog +++ b/dev-perl/module-info/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/module-info # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.13 2005/03/12 10:45:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.14 2005/04/28 19:16:27 mcummings Exp $ + +*module-info-0.28 (28 Apr 2005) + + 28 Apr 2005; Michael Cummings <mcummings@gentoo.org> + -module-info-0.24.ebuild, module-info-0.26.ebuild, + +module-info-0.28.ebuild: + Cleaning 12 Mar 2005; Markus Rothe <corsair@gentoo.org> module-info-0.26.ebuild: Stable on ppc64 diff --git a/dev-perl/module-info/Manifest b/dev-perl/module-info/Manifest index 5900c48aadc5..0cbfe9012196 100644 --- a/dev-perl/module-info/Manifest +++ b/dev-perl/module-info/Manifest @@ -1,8 +1,8 @@ MD5 64f1d6eb6aa28600e1012d6524ffdd3c ChangeLog 1579 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 9ff536ec3c684c553720e812c9c6f69e module-info-0.20.ebuild 602 -MD5 171c44e67fed9913d72854c398f3a9f7 module-info-0.24.ebuild 620 -MD5 2e418bca20a972b63c09acbedae13bff module-info-0.26.ebuild 623 +MD5 b84f5f79c804c6cd31423a476f0ae0e9 module-info-0.28.ebuild 535 +MD5 a4621450214055f06a4fa394f1d833e0 module-info-0.26.ebuild 604 MD5 18663cc44364f4bed4075ed501e97aeb files/digest-module-info-0.20 67 -MD5 93077da735990dd056ec357368579397 files/digest-module-info-0.24 67 +MD5 822c2be3cda4b067bc2908248faed33c files/digest-module-info-0.28 67 MD5 3c184afb8a1c566d42f6ae18ab3906d1 files/digest-module-info-0.26 67 diff --git a/dev-perl/module-info/files/digest-module-info-0.24 b/dev-perl/module-info/files/digest-module-info-0.24 deleted file mode 100644 index b8a9c2db4081..000000000000 --- a/dev-perl/module-info/files/digest-module-info-0.24 +++ /dev/null @@ -1 +0,0 @@ -MD5 7100fd4384f105f76e2133212ef393d3 Module-Info-0.24.tar.gz 41844 diff --git a/dev-perl/module-info/files/digest-module-info-0.28 b/dev-perl/module-info/files/digest-module-info-0.28 new file mode 100644 index 000000000000..5a2b26811040 --- /dev/null +++ b/dev-perl/module-info/files/digest-module-info-0.28 @@ -0,0 +1 @@ +MD5 5cc412c88c5509015e355cf5a102ee07 Module-Info-0.28.tar.gz 52082 diff --git a/dev-perl/module-info/module-info-0.26.ebuild b/dev-perl/module-info/module-info-0.26.ebuild index d1a045ad9d63..ff8329deaa8f 100644 --- a/dev-perl/module-info/module-info-0.26.ebuild +++ b/dev-perl/module-info/module-info-0.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.26.ebuild,v 1.7 2005/03/12 10:45:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.26.ebuild,v 1.8 2005/04/28 19:16:27 mcummings Exp $ inherit perl-module @@ -8,11 +8,11 @@ MY_P="Module-Info-${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="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/M/MB/MBARBON/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa mips ppc ~sparc ~x86 ppc64" +KEYWORDS="~alpha ~amd64 hppa mips ppc sparc x86 ppc64" IUSE="" SRC_TEST="do" diff --git a/dev-perl/module-info/module-info-0.24.ebuild b/dev-perl/module-info/module-info-0.28.ebuild index 02040e47e74d..92a82ed17558 100644 --- a/dev-perl/module-info/module-info-0.24.ebuild +++ b/dev-perl/module-info/module-info-0.28.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2005 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.24.ebuild,v 1.5 2005/03/12 10:45:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.28.ebuild,v 1.1 2005/04/28 19:16:27 mcummings Exp $ inherit perl-module MY_P="Module-Info-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="Information about Perl modules" -SRC_URI="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.tar.gz" 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" -SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86 ~alpha ~hppa ~mips ~ppc ~sparc ~amd64" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~ppc64" IUSE="" SRC_TEST="do" + +DEPEND="dev-perl/module-build" |