diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-16 07:54:38 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-16 07:54:38 +0000 |
commit | 21b0e488b5f14d49fd6f0c40c37230c7a29c9d5b (patch) | |
tree | 9fdbfc4abd9e4f062fe7ab57458c8be86699e9a7 /perl-core | |
parent | [bump] dev-perl/Proc-Daemon-0.90.0 (diff) | |
download | gentoo-2-21b0e488b5f14d49fd6f0c40c37230c7a29c9d5b.tar.gz gentoo-2-21b0e488b5f14d49fd6f0c40c37230c7a29c9d5b.tar.bz2 gentoo-2-21b0e488b5f14d49fd6f0c40c37230c7a29c9d5b.zip |
[bump] perl-core/Pod-Simple-3.160.0
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Pod-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Pod-Simple/Pod-Simple-3.160.0.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog index 73f46f978505..d7bb7a696212 100644 --- a/perl-core/Pod-Simple/ChangeLog +++ b/perl-core/Pod-Simple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Pod-Simple # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.25 2011/01/17 07:48:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.26 2011/03/16 07:54:38 tove Exp $ + +*Pod-Simple-3.160.0 (15 Mar 2011) + + 15 Mar 2011; Torsten Veller <tove@gentoo.org> +Pod-Simple-3.160.0.ebuild: + Version bump 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Pod-Simple-3.07.ebuild, -Pod-Simple-3.13.ebuild: diff --git a/perl-core/Pod-Simple/Pod-Simple-3.160.0.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.160.0.ebuild new file mode 100644 index 000000000000..d96666ed638c --- /dev/null +++ b/perl-core/Pod-Simple/Pod-Simple-3.160.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.160.0.ebuild,v 1.1 2011/03/16 07:54:38 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=DWHEELER +MODULE_VERSION=3.16 +inherit perl-module + +DESCRIPTION="Framework for parsing Pod" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +DEPEND=">=virtual/perl-Pod-Escapes-1.04" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |