diff options
author | Torsten Veller <tove@gentoo.org> | 2010-11-15 11:51:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-11-15 11:51:04 +0000 |
commit | 843929ad7c67ab3975bf6a3f0273de554367533b (patch) | |
tree | 83828828b2bbad34379a67f7d483f59c02f66139 /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-843929ad7c67ab3975bf6a3f0273de554367533b.tar.gz gentoo-2-843929ad7c67ab3975bf6a3f0273de554367533b.tar.bz2 gentoo-2-843929ad7c67ab3975bf6a3f0273de554367533b.zip |
Version bump
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-CGI/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.50.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog index 404e716b6bc2..ab2132c30947 100644 --- a/virtual/perl-CGI/ChangeLog +++ b/virtual/perl-CGI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-CGI # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.76 2010/10/22 18:16:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.77 2010/11/15 11:51:04 tove Exp $ + +*perl-CGI-3.50 (15 Nov 2010) + + 15 Nov 2010; Torsten Veller <tove@gentoo.org> +perl-CGI-3.50.ebuild: + Version bump 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> perl-CGI-3.49.ebuild: ppc64 stable wrt #333421 diff --git a/virtual/perl-CGI/perl-CGI-3.50.ebuild b/virtual/perl-CGI/perl-CGI-3.50.ebuild new file mode 100644 index 000000000000..e8d61beb19d4 --- /dev/null +++ b/virtual/perl-CGI/perl-CGI-3.50.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.50.ebuild,v 1.1 2010/11/15 11:51:04 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}" |