diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-04-17 19:48:01 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-04-17 19:48:01 +0000 |
commit | fdcb14f1a681d515a8d883ac8d9853ebe1bc2213 (patch) | |
tree | da7590dd271548f1fc903719a1278e94d5f75b2e | |
parent | Stable on amd64 wrt bug 172156 (diff) | |
download | gentoo-2-fdcb14f1a681d515a8d883ac8d9853ebe1bc2213.tar.gz gentoo-2-fdcb14f1a681d515a8d883ac8d9853ebe1bc2213.tar.bz2 gentoo-2-fdcb14f1a681d515a8d883ac8d9853ebe1bc2213.zip |
Added missing ebuild for 3.28; fixed header
(Portage version: 2.1.2.4)
-rw-r--r-- | virtual/perl-CGI/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.19.ebuild | 4 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.28.ebuild | 15 |
3 files changed, 23 insertions, 3 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog index 1026160bf938..ed6c350e2231 100644 --- a/virtual/perl-CGI/ChangeLog +++ b/virtual/perl-CGI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-CGI # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.30 2007/04/15 21:12:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.31 2007/04/17 19:48:01 ian Exp $ + +*perl-CGI-3.28 (17 Apr 2007) + + 17 Apr 2007; Christian Hartmann <ian@gentoo.org> +perl-CGI-3.28.ebuild: + Added missing ebuild for 3.28; fixed header 15 Apr 2007; Markus Rothe <corsair@gentoo.org> perl-CGI-3.25.ebuild: Stable on ppc64 diff --git a/virtual/perl-CGI/perl-CGI-3.19.ebuild b/virtual/perl-CGI/perl-CGI-3.19.ebuild index 9ac7b3a63156..0ce6b5a30075 100644 --- a/virtual/perl-CGI/perl-CGI-3.19.ebuild +++ b/virtual/perl-CGI/perl-CGI-3.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.19.ebuild,v 1.4 2007/04/14 17:24:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.19.ebuild,v 1.5 2007/04/17 19:48:01 ian Exp $ DESCRIPTION="Virtual for CGI" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" diff --git a/virtual/perl-CGI/perl-CGI-3.28.ebuild b/virtual/perl-CGI/perl-CGI-3.28.ebuild new file mode 100644 index 000000000000..cb6a1b19cf2e --- /dev/null +++ b/virtual/perl-CGI/perl-CGI-3.28.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.28.ebuild,v 1.1 2007/04/17 19:48:01 ian Exp $ + +DESCRIPTION="Virtual for CGI" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/CGI-${PV}" |