public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/CGI: ChangeLog CGI-3.590.0.ebuild
@ 2012-01-28  8:50 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-01-28  8:50 UTC (permalink / raw
  To: gentoo-commits

tove        12/01/28 08:50:57

  Modified:             ChangeLog
  Added:                CGI-3.590.0.ebuild
  Log:
  [bump] perl-core/CGI-3.590.0
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.100                perl-core/CGI/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	6 Aug 2011 07:31:57 -0000	1.99
+++ ChangeLog	28 Jan 2012 08:50:57 -0000	1.100
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/CGI
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.99 2011/08/06 07:31:57 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.100 2012/01/28 08:50:57 tove Exp $
+
+*CGI-3.590.0 (28 Jan 2012)
+
+  28 Jan 2012; Torsten Veller <tove@gentoo.org> +CGI-3.590.0.ebuild:
+  Version bump
 
 *CGI-3.550.0 (06 Aug 2011)
 



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

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

Index: CGI-3.590.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.590.0.ebuild,v 1.1 2012/01/28 08:50:57 tove Exp $

EAPI=4

MY_PN=${PN}.pm
MODULE_AUTHOR=MARKSTOS
MODULE_VERSION=3.59
inherit perl-module

DESCRIPTION="Simple Common Gateway Interface Class"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test"

DEPEND="
	test? (
		>=virtual/perl-Test-Simple-0.980.0
	)
"
#	dev-perl/FCGI" #236921

SRC_TEST="do"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in perl-core/CGI: ChangeLog CGI-3.590.0.ebuild
@ 2012-05-09 15:23 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 15:23 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/09 15:23:56

  Modified:             ChangeLog CGI-3.590.0.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha102/cvs/Linux x86_64)

Revision  Changes    Path
1.102                perl-core/CGI/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	12 Apr 2012 17:37:46 -0000	1.101
+++ ChangeLog	9 May 2012 15:23:55 -0000	1.102
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/CGI
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.101 2012/04/12 17:37:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.102 2012/05/09 15:23:55 aballier Exp $
+
+  09 May 2012; Alexis Ballier <aballier@gentoo.org> CGI-3.590.0.ebuild:
+  keyword ~amd64-fbsd
 
   12 Apr 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Fix cpan distribution in metadata.xml



1.2                  perl-core/CGI/CGI-3.590.0.ebuild

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

Index: CGI-3.590.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.590.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CGI-3.590.0.ebuild	28 Jan 2012 08:50:57 -0000	1.1
+++ CGI-3.590.0.ebuild	9 May 2012 15:23:55 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.590.0.ebuild,v 1.1 2012/01/28 08:50:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.590.0.ebuild,v 1.2 2012/05/09 15:23:55 aballier Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Simple Common Gateway Interface Class"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~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="






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-09 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 15:23 [gentoo-commits] gentoo-x86 commit in perl-core/CGI: ChangeLog CGI-3.590.0.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-28  8:50 Torsten Veller (tove)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox