public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/CGI-FormBuilder: CGI-FormBuilder-3.90.0.ebuild CGI-FormBuilder-3.80.0-r1.ebuild ChangeLog
@ 2015-07-17 19:10 Andreas Huettel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas Huettel (dilfridge) @ 2015-07-17 19:10 UTC (permalink / raw
  To: gentoo-commits

dilfridge    15/07/17 19:10:43

  Modified:             CGI-FormBuilder-3.90.0.ebuild
                        CGI-FormBuilder-3.80.0-r1.ebuild ChangeLog
  Log:
  Add missing dev-perl/CGI dependency, bug 555162
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)

Revision  Changes    Path
1.2                  dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.90.0.ebuild

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

Index: CGI-FormBuilder-3.90.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.90.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CGI-FormBuilder-3.90.0.ebuild	10 Oct 2014 13:46:09 -0000	1.1
+++ CGI-FormBuilder-3.90.0.ebuild	17 Jul 2015 19:10:43 -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-FormBuilder/CGI-FormBuilder-3.90.0.ebuild,v 1.1 2014/10/10 13:46:09 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.90.0.ebuild,v 1.2 2015/07/17 19:10:43 dilfridge Exp $
 
 EAPI=5
 
@@ -23,4 +23,6 @@
 #	>=dev-perl/Template-Toolkit-2.80.0
 #	>=dev-perl/CGI-SSI-0.920.0
 
+RDEPEND="dev-perl/CGI"
+
 SRC_TEST=do



1.2                  dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.80.0-r1.ebuild

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

Index: CGI-FormBuilder-3.80.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.80.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CGI-FormBuilder-3.80.0-r1.ebuild	26 Aug 2014 15:00:39 -0000	1.1
+++ CGI-FormBuilder-3.80.0-r1.ebuild	17 Jul 2015 19:10:43 -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-FormBuilder/CGI-FormBuilder-3.80.0-r1.ebuild,v 1.1 2014/08/26 15:00:39 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/CGI-FormBuilder-3.80.0-r1.ebuild,v 1.2 2015/07/17 19:10:43 dilfridge Exp $
 
 EAPI=5
 
@@ -23,4 +23,6 @@
 #	>=dev-perl/Template-Toolkit-2.80.0
 #	>=dev-perl/CGI-SSI-0.920.0
 
+RDEPEND="dev-perl/CGI"
+
 SRC_TEST=do



1.10                 dev-perl/CGI-FormBuilder/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	10 Oct 2014 13:46:09 -0000	1.9
+++ ChangeLog	17 Jul 2015 19:10:43 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/CGI-FormBuilder
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/ChangeLog,v 1.9 2014/10/10 13:46:09 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-FormBuilder/ChangeLog,v 1.10 2015/07/17 19:10:43 dilfridge Exp $
+
+  17 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+  CGI-FormBuilder-3.80.0-r1.ebuild, CGI-FormBuilder-3.90.0.ebuild:
+  Add missing dev-perl/CGI dependency, bug 555162
 
 *CGI-FormBuilder-3.90.0 (10 Oct 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-17 19:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 19:10 [gentoo-commits] gentoo-x86 commit in dev-perl/CGI-FormBuilder: CGI-FormBuilder-3.90.0.ebuild CGI-FormBuilder-3.80.0-r1.ebuild ChangeLog Andreas Huettel (dilfridge)

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