dilfridge    14/11/16 15:31:55

  Modified:             ChangeLog
  Added:                CGI-4.90.0.ebuild
  Log:
  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)

Revision  Changes    Path
1.122                perl-core/CGI/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/ChangeLog?rev=1.122&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/ChangeLog?rev=1.122&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog   8 Oct 2014 22:29:10 -0000       1.121
+++ ChangeLog   16 Nov 2014 15:31:55 -0000      1.122
@@ -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 <dilfri...@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)
 



1.1                  perl-core/CGI/CGI-4.90.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/CGI-4.90.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/CGI-4.90.0.ebuild?rev=1.1&content-type=text/plain

Index: CGI-4.90.0.ebuild
===================================================================
# 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"




Reply via email to