public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Benchmark: PEAR-Benchmark-1.2.9.ebuild ChangeLog
@ 2012-03-21 18:57 Matti Bickel (mabi)
  0 siblings, 0 replies; 2+ messages in thread
From: Matti Bickel (mabi) @ 2012-03-21 18:57 UTC (permalink / raw
  To: gentoo-commits

mabi        12/03/21 18:57:08

  Modified:             PEAR-Benchmark-1.2.9.ebuild ChangeLog
  Log:
  package2.xml doesnt need to be copied anymore (bug #408815), also fix a has_version syntax error
  
  (Portage version: 2.2.0_alpha93/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild

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

Index: PEAR-Benchmark-1.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PEAR-Benchmark-1.2.9.ebuild	18 Jan 2012 18:03:46 -0000	1.1
+++ PEAR-Benchmark-1.2.9.ebuild	21 Mar 2012 18:57:08 -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/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild,v 1.1 2012/01/18 18:03:46 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild,v 1.2 2012/03/21 18:57:08 mabi Exp $
 
 EAPI="4"
 
@@ -12,15 +12,8 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
-src_unpack() {
-	unpack ${A}
-	cd "${WORKDIR}"
-	rm -f package.xml
-	cp package2.xml package.xml
-}
-
 pkg_postinst() {
-	if ! has_version "=dev-lang/php[bcmath]" ; then
+	if ! has_version "dev-lang/php[bcmath]" ; then
 		elog "${PN} can optionally use dev-lang/php bcmath features."
 		elog "If you want those, recompile dev-lang/php with these flags in USE."
 	fi



1.50                 dev-php/PEAR-Benchmark/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	18 Jan 2012 18:03:46 -0000	1.49
+++ ChangeLog	21 Mar 2012 18:57:08 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-Benchmark
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.49 2012/01/18 18:03:46 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.50 2012/03/21 18:57:08 mabi Exp $
+
+  21 Mar 2012; Matti Bickel <mabi@gentoo.org> PEAR-Benchmark-1.2.9.ebuild:
+  package2.xml doesnt need to be copied anymore (bug #408815), also fix a
+  has_version syntax error
 
 *PEAR-Benchmark-1.2.9 (18 Jan 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Benchmark: PEAR-Benchmark-1.2.9.ebuild ChangeLog
@ 2014-08-10 20:44 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:44 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:44:19

  Modified:             PEAR-Benchmark-1.2.9.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.9                  dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild?r1=1.8&r2=1.9

Index: PEAR-Benchmark-1.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- PEAR-Benchmark-1.2.9.ebuild	1 Apr 2012 18:16:49 -0000	1.8
+++ PEAR-Benchmark-1.2.9.ebuild	10 Aug 2014 20:44:19 -0000	1.9
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild,v 1.8 2012/04/01 18:16:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/PEAR-Benchmark-1.2.9.ebuild,v 1.9 2014/08/10 20:44:19 slyfox Exp $
 
 EAPI="4"
 
 inherit php-pear-r1
 
-DESCRIPTION="Framework to benchmark PHP scripts or function calls."
+DESCRIPTION="Framework to benchmark PHP scripts or function calls"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"



1.58                 dev-php/PEAR-Benchmark/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	9 Jun 2012 14:39:01 -0000	1.57
+++ ChangeLog	10 Aug 2014 20:44:19 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PEAR-Benchmark
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.57 2012/06/09 14:39:01 mabi Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Benchmark/ChangeLog,v 1.58 2014/08/10 20:44:19 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+  PEAR-Benchmark-1.2.9.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   09 Jun 2012; Matti Bickel <mabi@gentoo.org> -PEAR-Benchmark-1.2.7-r1.ebuild:
   remove old
@@ -233,4 +237,3 @@
   12 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml,
   +PEAR-Benchmark-1.2.2.ebuild:
   Initial ebuild for PEAR Benchmark package.
-





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

end of thread, other threads:[~2014-08-11 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 18:57 [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Benchmark: PEAR-Benchmark-1.2.9.ebuild ChangeLog Matti Bickel (mabi)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:44 Sergei Trofimovich (slyfox)

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