diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-26 17:26:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-26 17:26:36 +0000 |
commit | 6642987672afb7867763f251193662d8e5eea96b (patch) | |
tree | 1d9cfd992cc508204ef9b0474002d37d4da2c585 /virtual/perl-CGI | |
parent | [bump] perl-core/CGI-3.530.0 (diff) | |
download | gentoo-2-6642987672afb7867763f251193662d8e5eea96b.tar.gz gentoo-2-6642987672afb7867763f251193662d8e5eea96b.tar.bz2 gentoo-2-6642987672afb7867763f251193662d8e5eea96b.zip |
[bump] virtual/perl-CGI-3.530.0
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-CGI')
-rw-r--r-- | virtual/perl-CGI/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.530.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog index 015d9dd6328d..cb80fcbf307d 100644 --- a/virtual/perl-CGI/ChangeLog +++ b/virtual/perl-CGI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-CGI # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.93 2011/01/26 13:12:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.94 2011/04/26 17:26:36 tove Exp $ + +*perl-CGI-3.530.0 (26 Apr 2011) + + 26 Apr 2011; Torsten Veller <tove@gentoo.org> +perl-CGI-3.530.0.ebuild: + Version bump *perl-CGI-3.520 (26 Jan 2011) diff --git a/virtual/perl-CGI/perl-CGI-3.530.0.ebuild b/virtual/perl-CGI/perl-CGI-3.530.0.ebuild new file mode 100644 index 000000000000..5c6d994ff231 --- /dev/null +++ b/virtual/perl-CGI/perl-CGI-3.530.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.530.0.ebuild,v 1.1 2011/04/26 17:26:36 tove Exp $ + +DESCRIPTION="Virtual for CGI" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos" +IUSE="" + +RDEPEND="~perl-core/CGI-${PV}" |