diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:04:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:04:29 +0000 |
commit | 6aaf9866013c66b124fdc970917f7cfd854d679c (patch) | |
tree | 3a97411254902dd5c8ffcffe8280d0ef90efc4d3 /dev-perl/Pod-Simple | |
parent | Version bump (diff) | |
download | gentoo-2-6aaf9866013c66b124fdc970917f7cfd854d679c.tar.gz gentoo-2-6aaf9866013c66b124fdc970917f7cfd854d679c.tar.bz2 gentoo-2-6aaf9866013c66b124fdc970917f7cfd854d679c.zip |
Version bump upstream
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/Pod-Simple')
-rw-r--r-- | dev-perl/Pod-Simple/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Pod-Simple/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Pod-Simple/Pod-Simple-3.03.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Pod-Simple/files/digest-Pod-Simple-3.03 | 1 |
4 files changed, 29 insertions, 3 deletions
diff --git a/dev-perl/Pod-Simple/ChangeLog b/dev-perl/Pod-Simple/ChangeLog index 5f1cde19e18d..cc403d9995f8 100644 --- a/dev-perl/Pod-Simple/ChangeLog +++ b/dev-perl/Pod-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Pod-Simple -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/ChangeLog,v 1.13 2005/10/02 13:10:44 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/ChangeLog,v 1.14 2006/01/13 16:00:29 mcummings Exp $ + +*Pod-Simple-3.03 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Pod-Simple-3.03.ebuild: + Version bump upstream 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Pod-Simple-3.02.ebuild: Mark 3.02 stable on ia64 diff --git a/dev-perl/Pod-Simple/Manifest b/dev-perl/Pod-Simple/Manifest index 01b2f8f98118..473e8343b69f 100644 --- a/dev-perl/Pod-Simple/Manifest +++ b/dev-perl/Pod-Simple/Manifest @@ -1,4 +1,6 @@ -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 d1ae37544b7e02d8a7156d0fad3af1a5 ChangeLog 1503 MD5 0977f4d32c942ff42974f34eb10188c2 Pod-Simple-3.02.ebuild 545 +MD5 c5a47ccd4303f3df1bc8f9e065525fe2 Pod-Simple-3.03.ebuild 447 MD5 8f2e9a80dcc2a78cfc79249ed7b14290 files/digest-Pod-Simple-3.02 67 +MD5 f2b60b8b9566d1cf0bae34915887d6cc files/digest-Pod-Simple-3.03 67 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 diff --git a/dev-perl/Pod-Simple/Pod-Simple-3.03.ebuild b/dev-perl/Pod-Simple/Pod-Simple-3.03.ebuild new file mode 100644 index 000000000000..d8aff3ebae98 --- /dev/null +++ b/dev-perl/Pod-Simple/Pod-Simple-3.03.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/Pod-Simple-3.03.ebuild,v 1.1 2006/01/13 16:00:29 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="framework for parsing Pod" +HOMEPAGE="http://search.cpan.org/~arandal/${P}" +SRC_URI="mirror://cpan/authors/id/A/AR/ARANDAL/${P}.tar.gz" + +SRC_TEST="do" +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-perl/Pod-Escapes-1.04" diff --git a/dev-perl/Pod-Simple/files/digest-Pod-Simple-3.03 b/dev-perl/Pod-Simple/files/digest-Pod-Simple-3.03 new file mode 100644 index 000000000000..47c7894d19c8 --- /dev/null +++ b/dev-perl/Pod-Simple/files/digest-Pod-Simple-3.03 @@ -0,0 +1 @@ +MD5 8b29d147d00245bffa39b2e97d9fe7b0 Pod-Simple-3.03.tar.gz 253184 |