diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-08 08:12:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-08 08:12:40 +0000 |
commit | 160a194b91a13071f8aced42c59fa1bdcf0d8932 (patch) | |
tree | 8a4bb84538dceff1f099fd5cc90f088816f35207 /virtual/perl-JSON-PP | |
parent | [bump] perl-core/JSON-PP-2.271.50 (diff) | |
download | gentoo-2-160a194b91a13071f8aced42c59fa1bdcf0d8932.tar.gz gentoo-2-160a194b91a13071f8aced42c59fa1bdcf0d8932.tar.bz2 gentoo-2-160a194b91a13071f8aced42c59fa1bdcf0d8932.zip |
[bump] virtual/perl-JSON-PP-2.271.50
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-JSON-PP')
-rw-r--r-- | virtual/perl-JSON-PP/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-JSON-PP/perl-JSON-PP-2.271.50.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-JSON-PP/ChangeLog b/virtual/perl-JSON-PP/ChangeLog index c6d55c5ae83a..6a058882d172 100644 --- a/virtual/perl-JSON-PP/ChangeLog +++ b/virtual/perl-JSON-PP/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-JSON-PP # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/ChangeLog,v 1.3 2011/03/06 09:55:15 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/ChangeLog,v 1.4 2011/03/08 08:12:40 tove Exp $ + +*perl-JSON-PP-2.271.50 (08 Mar 2011) + + 08 Mar 2011; Torsten Veller <tove@gentoo.org> +perl-JSON-PP-2.271.50.ebuild: + Version bump 06 Mar 2011; Fabian Groffen <grobian@gentoo.org> perl-JSON-PP-2.271.40.ebuild: diff --git a/virtual/perl-JSON-PP/perl-JSON-PP-2.271.50.ebuild b/virtual/perl-JSON-PP/perl-JSON-PP-2.271.50.ebuild new file mode 100644 index 000000000000..42dbf3e32990 --- /dev/null +++ b/virtual/perl-JSON-PP/perl-JSON-PP-2.271.50.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-JSON-PP/perl-JSON-PP-2.271.50.ebuild,v 1.1 2011/03/08 08:12:40 tove Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~x86-freebsd ~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}" |