dilfridge    15/06/13 17:32:31

  Modified:             CGI-4.90.0.ebuild ChangeLog
  Added:                CGI-4.200.0.ebuild
  Log:
  Version bump, fix dependencies
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.2                  dev-perl/CGI/CGI-4.90.0.ebuild

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

Index: CGI-4.90.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-4.90.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CGI-4.90.0.ebuild   13 Jun 2015 12:27:42 -0000      1.1
+++ CGI-4.90.0.ebuild   13 Jun 2015 17:32:31 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-4.90.0.ebuild,v 1.1 
2015/06/13 12:27:42 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-4.90.0.ebuild,v 1.2 
2015/06/13 17:32:31 dilfridge Exp $
 
 EAPI=5
 
@@ -17,15 +17,14 @@
 RDEPEND="
        virtual/perl-Carp
        virtual/perl-Exporter
-       virtual/perl-ExtUtils-MakeMaker
        >=virtual/perl-File-Spec-0.820.0
+       virtual/perl-File-Temp
        virtual/perl-if
        >=virtual/perl-parent-0.225.0
 "
 DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
        test? ( >=virtual/perl-Test-Simple-0.980.0 )
 "
 
-#      dev-perl/FCGI" #236921
-
 SRC_TEST="do"



1.52                 dev-perl/CGI/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   13 Jun 2015 12:28:50 -0000      1.51
+++ ChangeLog   13 Jun 2015 17:32:31 -0000      1.52
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/CGI
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.51 2015/06/13 
12:28:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.52 2015/06/13 
17:32:31 dilfridge Exp $
+
+*CGI-4.200.0 (13 Jun 2015)
+
+  13 Jun 2015; Andreas K. Huettel <[email protected]> CGI-4.90.0.ebuild,
+  +CGI-4.200.0.ebuild:
+  Version bump, fix dependencies
 
   13 Jun 2015; Andreas K. Huettel <[email protected]> ChangeLog:
   Move from perl-core to dev-perl



1.1                  dev-perl/CGI/CGI-4.200.0.ebuild

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

Index: CGI-4.200.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-4.200.0.ebuild,v 1.1 
2015/06/13 17:32:31 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=LEEJO
MODULE_VERSION=4.20
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-Encode
        virtual/perl-Exporter
        >=virtual/perl-File-Spec-0.820.0
        virtual/perl-File-Temp
        >=dev-perl/HTML-Parser-3.690.0
        virtual/perl-if
        >=virtual/perl-parent-0.225.0
"
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? ( >=virtual/perl-Test-Simple-0.980.0 )
"

SRC_TEST="do"




Reply via email to