diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-10 16:05:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-10 16:05:50 +0000 |
commit | 81a8f8f5342022acaf3c67f88f56f75c1825a794 (patch) | |
tree | 4c7da2bd62b1a534b4bd49cac812efdac53da59b /perl-core | |
parent | Stable on amd64 wrt bug #374685 (diff) | |
download | gentoo-2-81a8f8f5342022acaf3c67f88f56f75c1825a794.tar.gz gentoo-2-81a8f8f5342022acaf3c67f88f56f75c1825a794.tar.bz2 gentoo-2-81a8f8f5342022acaf3c67f88f56f75c1825a794.zip |
[bump] perl-core/Pod-Simple-3.170.0
(Portage version: 2.2.0_alpha43/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.170.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 d7bb7a696212..320c08ea2f51 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.26 2011/03/16 07:54:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.27 2011/07/10 16:05:50 tove Exp $ + +*Pod-Simple-3.170.0 (10 Jul 2011) + + 10 Jul 2011; Torsten Veller <tove@gentoo.org> +Pod-Simple-3.170.0.ebuild: + Version bump *Pod-Simple-3.160.0 (15 Mar 2011) diff --git a/perl-core/Pod-Simple/Pod-Simple-3.170.0.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.170.0.ebuild new file mode 100644 index 000000000000..bf8588506a89 --- /dev/null +++ b/perl-core/Pod-Simple/Pod-Simple-3.170.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.170.0.ebuild,v 1.1 2011/07/10 16:05:50 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DWHEELER +MODULE_VERSION=3.17 +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" |