summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-16 15:31:55 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-16 15:31:55 +0000
commit83a0e5e4fe5c215a412a0c02f1e98aeb2c1c7562 (patch)
tree458aed2e9e882a6f7a457c58509334e02c663fe9 /perl-core
parentCopy ~ keywords from dev-lang/perl-5.20 provider (diff)
downloadgentoo-2-83a0e5e4fe5c215a412a0c02f1e98aeb2c1c7562.tar.gz
gentoo-2-83a0e5e4fe5c215a412a0c02f1e98aeb2c1c7562.tar.bz2
gentoo-2-83a0e5e4fe5c215a412a0c02f1e98aeb2c1c7562.zip
Version bump; copy keywords from dev-lang/perl since this is an update of bundled modules
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/CGI/CGI-4.90.0.ebuild31
-rw-r--r--perl-core/CGI/ChangeLog8
2 files changed, 38 insertions, 1 deletions
diff --git a/perl-core/CGI/CGI-4.90.0.ebuild b/perl-core/CGI/CGI-4.90.0.ebuild
new file mode 100644
index 000000000000..6e637703bbb9
--- /dev/null
+++ b/perl-core/CGI/CGI-4.90.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-4.90.0.ebuild,v 1.1 2014/11/16 15:31:55 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=LEEJO
+MODULE_VERSION=4.09
+inherit perl-module
+
+DESCRIPTION="Simple Common Gateway Interface Class"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-ExtUtils-MakeMaker
+ >=virtual/perl-File-Spec-0.820.0
+ virtual/perl-if
+ >=virtual/perl-parent-0.225.0
+"
+DEPEND="${RDEPEND}
+ test? ( >=virtual/perl-Test-Simple-0.980.0 )
+"
+
+# dev-perl/FCGI" #236921
+
+SRC_TEST="do"
diff --git a/perl-core/CGI/ChangeLog b/perl-core/CGI/ChangeLog
index 465867eb4fd6..7123b13e27ce 100644
--- a/perl-core/CGI/ChangeLog
+++ b/perl-core/CGI/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/CGI
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.121 2014/10/08 22:29:10 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.122 2014/11/16 15:31:55 dilfridge Exp $
+
+*CGI-4.90.0 (16 Nov 2014)
+
+ 16 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> +CGI-4.90.0.ebuild:
+ Version bump; copy keywords from dev-lang/perl since this is an update of
+ bundled modules
*CGI-3.650.0 (08 Oct 2014)