diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-03-11 21:16:11 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-03-11 21:16:11 +0000 |
commit | 879670b635e3d71b0fc0ff874c2d3c986778e313 (patch) | |
tree | 2da2126fd5cc014e1a3c133d2b5731901e7bbba2 /dev-perl/Pod-Simple | |
parent | Version bump (diff) | |
download | gentoo-2-879670b635e3d71b0fc0ff874c2d3c986778e313.tar.gz gentoo-2-879670b635e3d71b0fc0ff874c2d3c986778e313.tar.bz2 gentoo-2-879670b635e3d71b0fc0ff874c2d3c986778e313.zip |
Version bump
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-perl/Pod-Simple')
-rw-r--r-- | dev-perl/Pod-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Pod-Simple/Pod-Simple-3.05.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Pod-Simple/files/digest-Pod-Simple-3.05 | 3 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Pod-Simple/ChangeLog b/dev-perl/Pod-Simple/ChangeLog index 0e0e99b4d2be..570828a5c5d6 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/ChangeLog,v 1.27 2007/03/05 12:22:13 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/ChangeLog,v 1.28 2007/03/11 21:16:11 mcummings Exp $ + +*Pod-Simple-3.05 (11 Mar 2007) + + 11 Mar 2007; Michael Cummings <mcummings@gentoo.org> + +Pod-Simple-3.05.ebuild: + Version bump 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Pod-Simple-3.04.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Pod-Simple/Pod-Simple-3.05.ebuild b/dev-perl/Pod-Simple/Pod-Simple-3.05.ebuild new file mode 100644 index 000000000000..ec95c09c97a8 --- /dev/null +++ b/dev-perl/Pod-Simple/Pod-Simple-3.05.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 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.05.ebuild,v 1.1 2007/03/11 21:16:11 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="framework for parsing Pod" +HOMEPAGE="http://search.cpan.org/~arandal/" +SRC_URI="mirror://cpan/authors/id/A/AR/ARANDAL/${P}.tar.gz" + +SRC_TEST="do" +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-perl/Pod-Escapes-1.04 + dev-lang/perl" diff --git a/dev-perl/Pod-Simple/files/digest-Pod-Simple-3.05 b/dev-perl/Pod-Simple/files/digest-Pod-Simple-3.05 new file mode 100644 index 000000000000..2ab7ed0a0094 --- /dev/null +++ b/dev-perl/Pod-Simple/files/digest-Pod-Simple-3.05 @@ -0,0 +1,3 @@ +MD5 be3f9e5d685ff38a3f0be66322d68cef Pod-Simple-3.05.tar.gz 233308 +RMD160 ca5158e521c2b41b38a908222cea9ec06ec8a213 Pod-Simple-3.05.tar.gz 233308 +SHA256 0bcffee9302156a4c789b97072c79afebd35af0df2a49327c56cfa9437c313c8 Pod-Simple-3.05.tar.gz 233308 |