diff options
author | Chris White <chriswhite@gentoo.org> | 2006-03-22 20:47:30 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-03-22 20:47:30 +0000 |
commit | de44fdb7476c39c9b90c5b86fd76930606b4558e (patch) | |
tree | c6baa40b89f89b2c24d4c3e3e052236da00698eb | |
parent | Fix 2.6.16 compiling, thanks to pb <gentoobugzilla@mytrashmail.com> in bug 12... (diff) | |
download | historical-de44fdb7476c39c9b90c5b86fd76930606b4558e.tar.gz historical-de44fdb7476c39c9b90c5b86fd76930606b4558e.tar.bz2 historical-de44fdb7476c39c9b90c5b86fd76930606b4558e.zip |
Marked 0.18 stable for amd64.
([amd64 workstation] Portage version: 2.0.54)
-rw-r--r-- | dev-perl/Pod-Tests/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Pod-Tests/Manifest | 10 | ||||
-rw-r--r-- | dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild | 6 |
3 files changed, 17 insertions, 4 deletions
diff --git a/dev-perl/Pod-Tests/ChangeLog b/dev-perl/Pod-Tests/ChangeLog index a3bdb916a6ae..a5c753d382e0 100644 --- a/dev-perl/Pod-Tests/ChangeLog +++ b/dev-perl/Pod-Tests/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Pod-Tests # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/ChangeLog,v 1.11 2006/02/13 14:01:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/ChangeLog,v 1.12 2006/03/22 20:47:30 chriswhite Exp $ + + 22 Mar 2006; Chris White <chriswhite@gentoo.org> Pod-Tests-0.18.ebuild: + Marked 0.18 stable for amd64. 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> Pod-Tests-0.18.ebuild: diff --git a/dev-perl/Pod-Tests/Manifest b/dev-perl/Pod-Tests/Manifest index e2e8794a53f0..e31fe8120445 100644 --- a/dev-perl/Pod-Tests/Manifest +++ b/dev-perl/Pod-Tests/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 d608f04045ed68abef23e0f5c697c257 ChangeLog 1501 MD5 f025590536cf0a5c5ea595543ce0bc47 Pod-Tests-0.18.ebuild 572 MD5 15003dfd84725f73640027c0700fae08 files/digest-Pod-Tests-0.18 65 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFEIbfkFdQwWVoAgN4RAgmzAKDRtUSwZpaMMQBNhSYI6wCGXoJAUACg/JmZ +xJd0El8bppFJIzmkkdu3bvk= +=aPM1 +-----END PGP SIGNATURE----- diff --git a/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild b/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild index 7f7af979778c..b1d80c489c1d 100644 --- a/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild +++ b/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild,v 1.11 2006/02/13 14:01:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Tests/Pod-Tests-0.18.ebuild,v 1.12 2006/03/22 20:47:30 chriswhite Exp $ inherit perl-module DESCRIPTION="Extracts embedded tests and code examples from POD" -HOMEPAGE="http://search.cpan.org/search?module=${PN}" +HOMEPAGE="http://search.cpan.org/search?module=Pod-Tests" SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ppc sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="" SRC_TEST="do" |