diff options
author | Torsten Veller <tove@gentoo.org> | 2013-03-13 07:44:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-03-13 07:44:39 +0000 |
commit | 773d47f177f2dfb3d0be19e50be00508322ee603 (patch) | |
tree | f6db840f86692e4e565481ab22cfcd7454482b2c /perl-core/Pod-Simple | |
parent | [bump] virtual/perl-podlators-2.5.1 (diff) | |
download | gentoo-2-773d47f177f2dfb3d0be19e50be00508322ee603.tar.gz gentoo-2-773d47f177f2dfb3d0be19e50be00508322ee603.tar.bz2 gentoo-2-773d47f177f2dfb3d0be19e50be00508322ee603.zip |
[bump] perl-core/Pod-Simple-3.260.0
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core/Pod-Simple')
-rw-r--r-- | perl-core/Pod-Simple/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Pod-Simple/Pod-Simple-3.260.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 e29494b8889b..827b34b14786 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.54 2013/03/02 16:20:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.55 2013/03/13 07:44:39 tove Exp $ + +*Pod-Simple-3.260.0 (13 Mar 2013) + + 13 Mar 2013; Torsten Veller <tove@gentoo.org> +Pod-Simple-3.260.0.ebuild: + Version bump 02 Mar 2013; Agostino Sarubbo <ago@gentoo.org> Pod-Simple-3.230.0.ebuild: Stable for sh, wrt bug #458122 diff --git a/perl-core/Pod-Simple/Pod-Simple-3.260.0.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.260.0.ebuild new file mode 100644 index 000000000000..e5485d00aa4a --- /dev/null +++ b/perl-core/Pod-Simple/Pod-Simple-3.260.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 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.260.0.ebuild,v 1.1 2013/03/13 07:44:39 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=DWHEELER +MODULE_VERSION=3.26 +inherit perl-module + +DESCRIPTION="Framework for parsing Pod" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-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="parallel" |