dilfridge 14/10/08 22:29:10 Modified: ChangeLog Added: CGI-3.650.0.ebuild Log: Add version since the included one is marked deprecated, bug 524218 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.121 perl-core/CGI/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/ChangeLog?rev=1.121&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/ChangeLog?rev=1.121&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/ChangeLog?r1=1.120&r2=1.121 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- ChangeLog 25 Jul 2014 21:15:57 -0000 1.120 +++ ChangeLog 8 Oct 2014 22:29:10 -0000 1.121 @@ -1,6 +1,11 @@ # 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.120 2014/07/25 21:15:57 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.121 2014/10/08 22:29:10 dilfridge Exp $ + +*CGI-3.650.0 (08 Oct 2014) + + 08 Oct 2014; Andreas K. Huettel <[email protected]> +CGI-3.650.0.ebuild: + Add version since the included one is marked deprecated, bug 524218 *CGI-3.630.0-r1 (25 Jul 2014) 1.1 perl-core/CGI/CGI-3.650.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/CGI-3.650.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/CGI/CGI-3.650.0.ebuild?rev=1.1&content-type=text/plain Index: CGI-3.650.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-3.650.0.ebuild,v 1.1 2014/10/08 22:29:10 dilfridge Exp $ EAPI=5 MY_PN=${PN}.pm MODULE_AUTHOR=MARKSTOS MODULE_VERSION=3.65 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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" DEPEND=" virtual/perl-File-Spec virtual/perl-if test? ( >=virtual/perl-Test-Simple-0.980.0 ) " # dev-perl/FCGI" #236921 SRC_TEST="do"
