diff options
author | 2013-08-14 08:18:39 +0000 | |
---|---|---|
committer | 2013-08-14 08:18:39 +0000 | |
commit | 70410d0ae347b724194edfad0dfd7362d53a9b0c (patch) | |
tree | 3d2e1d9c9db030b116d5ef76b2b88fff9b722cd8 /virtual/perl-PodParser | |
parent | Initial version (diff) | |
download | gentoo-2-70410d0ae347b724194edfad0dfd7362d53a9b0c.tar.gz gentoo-2-70410d0ae347b724194edfad0dfd7362d53a9b0c.tar.bz2 gentoo-2-70410d0ae347b724194edfad0dfd7362d53a9b0c.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'virtual/perl-PodParser')
-rw-r--r-- | virtual/perl-PodParser/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-PodParser/perl-PodParser-1.610.0.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-PodParser/ChangeLog b/virtual/perl-PodParser/ChangeLog index 6cc166c78110..646a09b0d22b 100644 --- a/virtual/perl-PodParser/ChangeLog +++ b/virtual/perl-PodParser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-PodParser # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.62 2013/03/02 16:36:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.63 2013/08/14 08:18:39 patrick Exp $ + +*perl-PodParser-1.610.0 (14 Aug 2013) + + 14 Aug 2013; Patrick Lauer <patrick@gentoo.org> + +perl-PodParser-1.610.0.ebuild: + Bump 02 Mar 2013; Agostino Sarubbo <ago@gentoo.org> perl-PodParser-1.510.0-r1.ebuild: diff --git a/virtual/perl-PodParser/perl-PodParser-1.610.0.ebuild b/virtual/perl-PodParser/perl-PodParser-1.610.0.ebuild new file mode 100644 index 000000000000..add836ff96f6 --- /dev/null +++ b/virtual/perl-PodParser/perl-PodParser-1.610.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/perl-PodParser-1.610.0.ebuild,v 1.1 2013/08/14 08:18:39 patrick Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="|| ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} )" |