diff options
-rw-r--r-- | virtual/perl-PodParser/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-PodParser/perl-PodParser-1.510.0.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-PodParser/ChangeLog b/virtual/perl-PodParser/ChangeLog index afd95873d7c8..68dc9300c66d 100644 --- a/virtual/perl-PodParser/ChangeLog +++ b/virtual/perl-PodParser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-PodParser # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.49 2012/04/28 01:48:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/ChangeLog,v 1.50 2012/05/02 14:24:50 tove Exp $ + +*perl-PodParser-1.510.0 (02 May 2012) + + 02 May 2012; Torsten Veller <tove@gentoo.org> +perl-PodParser-1.510.0.ebuild: + Version bump 28 Apr 2012; Alexis Ballier <aballier@gentoo.org> perl-PodParser-1.380.0-r2.ebuild: diff --git a/virtual/perl-PodParser/perl-PodParser-1.510.0.ebuild b/virtual/perl-PodParser/perl-PodParser-1.510.0.ebuild new file mode 100644 index 000000000000..340d97d05364 --- /dev/null +++ b/virtual/perl-PodParser/perl-PodParser-1.510.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-PodParser/perl-PodParser-1.510.0.ebuild,v 1.1 2012/05/02 14:24:50 tove 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="" + +DEPEND="" +RDEPEND="~perl-core/${PN#perl-}-${PV}" |