public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/propel-runtime: propel-runtime-1.5.1.ebuild propel-runtime-1.6.4.ebuild ChangeLog
@ 2012-07-03 14:50 Matti Bickel (mabi)
  0 siblings, 0 replies; only message in thread
From: Matti Bickel (mabi) @ 2012-07-03 14:50 UTC (permalink / raw
  To: gentoo-commits

mabi        12/07/03 14:50:28

  Modified:             propel-runtime-1.5.1.ebuild
                        propel-runtime-1.6.4.ebuild ChangeLog
  Log:
  depend.php function calls are superflous in this case
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-php/propel-runtime/propel-runtime-1.5.1.ebuild

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

Index: propel-runtime-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- propel-runtime-1.5.1.ebuild	14 Dec 2011 22:55:19 -0000	1.1
+++ propel-runtime-1.5.1.ebuild	3 Jul 2012 14:50:28 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild,v 1.1 2011/12/14 22:55:19 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.5.1.ebuild,v 1.2 2012/07/03 14:50:28 mabi Exp $
 
 EAPI="2"
 inherit php-pear-lib-r1
@@ -22,5 +22,3 @@
 	"
 
 S="${WORKDIR}/propel_runtime-${PV}"
-
-need_php_by_category



1.2                  dev-php/propel-runtime/propel-runtime-1.6.4.ebuild

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

Index: propel-runtime-1.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- propel-runtime-1.6.4.ebuild	31 Jan 2012 09:11:32 -0000	1.1
+++ propel-runtime-1.6.4.ebuild	3 Jul 2012 14:50:28 -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/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild,v 1.1 2012/01/31 09:11:32 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/propel-runtime-1.6.4.ebuild,v 1.2 2012/07/03 14:50:28 mabi Exp $
 
 EAPI="4"
 inherit php-pear-lib-r1
@@ -21,5 +21,3 @@
 	"
 
 S="${WORKDIR}/propel_runtime-${PV}"
-
-need_php_by_category



1.13                 dev-php/propel-runtime/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/propel-runtime/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/propel-runtime/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/propel-runtime/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	31 Jan 2012 09:11:32 -0000	1.12
+++ ChangeLog	3 Jul 2012 14:50:28 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php5/propel-runtime
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.12 2012/01/31 09:11:32 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/propel-runtime/ChangeLog,v 1.13 2012/07/03 14:50:28 mabi Exp $
+
+  03 Jul 2012; Matti Bickel <mabi@gentoo.org> propel-runtime-1.5.1.ebuild,
+  propel-runtime-1.6.4.ebuild:
+  depend.php function calls are superflous in this case
 
 *propel-runtime-1.6.4 (31 Jan 2012)
 






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

only message in thread, other threads:[~2012-07-03 14:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 14:50 [gentoo-commits] gentoo-x86 commit in dev-php/propel-runtime: propel-runtime-1.5.1.ebuild propel-runtime-1.6.4.ebuild ChangeLog Matti Bickel (mabi)

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