public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/PHP_TokenStream: PHP_TokenStream-1.1.3.ebuild ChangeLog
@ 2012-06-22 17:34 Matti Bickel (mabi)
  0 siblings, 0 replies; 7+ messages in thread
From: Matti Bickel (mabi) @ 2012-06-22 17:34 UTC (permalink / raw
  To: gentoo-commits

mabi        12/06/22 17:34:42

  Modified:             ChangeLog
  Added:                PHP_TokenStream-1.1.3.ebuild
  Log:
  version bump, epear import
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-php/PHP_TokenStream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	10 Mar 2012 15:27:49 -0000	1.1
+++ ChangeLog	22 Jun 2012 17:34:42 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/php-tokenstream
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.1 2012/03/10 15:27:49 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.2 2012/06/22 17:34:42 mabi Exp $
+
+*PHP_TokenStream-1.1.3 (22 Jun 2012)
+
+  22 Jun 2012; Matti Bickel <mabi@gentoo.org> +PHP_TokenStream-1.1.3.ebuild:
+  version bump, epear import
 
   14 Dec 2011; Matti Bickel <mabi@gentoo.org> php-tokenstream-1.0.1.ebuild,
   php-tokenstream-1.1.0.ebuild:



1.1                  dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.1&content-type=text/plain

Index: PHP_TokenStream-1.1.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.1 2012/06/22 17:34:42 mabi Exp $

EAPI=4

PEAR_PV="1.1.3"
PHP_PEAR_PKG_NAME="PHP_TokenStream"

inherit php-pear-r1

DESCRIPTION="Wrapper around PHP's tokenizer extension."
HOMEPAGE="pear.phpunit.de"
SRC_URI="http://pear.phpunit.de/get/PHP_TokenStream-1.1.3.tgz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-lang/php[tokenizer]
    >=dev-lang/php-5.2.7
	>=dev-php/pear-1.9.4"
RDEPEND="${DEPEND}"






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

* [gentoo-commits] gentoo-x86 commit in dev-php/PHP_TokenStream: PHP_TokenStream-1.1.3.ebuild ChangeLog
@ 2012-06-22 17:36 Matti Bickel (mabi)
  0 siblings, 0 replies; 7+ messages in thread
From: Matti Bickel (mabi) @ 2012-06-22 17:36 UTC (permalink / raw
  To: gentoo-commits

mabi        12/06/22 17:36:30

  Modified:             PHP_TokenStream-1.1.3.ebuild ChangeLog
  Log:
  make repoman happy, also remove redundant php requirement
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild

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

Index: PHP_TokenStream-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PHP_TokenStream-1.1.3.ebuild	22 Jun 2012 17:34:42 -0000	1.1
+++ PHP_TokenStream-1.1.3.ebuild	22 Jun 2012 17:36:30 -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/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.1 2012/06/22 17:34:42 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.2 2012/06/22 17:36:30 mabi Exp $
 
 EAPI=4
 
@@ -19,6 +19,5 @@
 IUSE=""
 
 DEPEND="dev-lang/php[tokenizer]
-    >=dev-lang/php-5.2.7
 	>=dev-php/pear-1.9.4"
 RDEPEND="${DEPEND}"



1.3                  dev-php/PHP_TokenStream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Jun 2012 17:34:42 -0000	1.2
+++ ChangeLog	22 Jun 2012 17:36:30 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/php-tokenstream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.2 2012/06/22 17:34:42 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.3 2012/06/22 17:36:30 mabi Exp $
+
+  22 Jun 2012; Matti Bickel <mabi@gentoo.org> PHP_TokenStream-1.1.3.ebuild:
+  make repoman happy, also remove redundant php requirement
 
 *PHP_TokenStream-1.1.3 (22 Jun 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-php/PHP_TokenStream: PHP_TokenStream-1.1.3.ebuild ChangeLog
@ 2012-08-07 18:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-07 18:10 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/07 18:10:34

  Modified:             PHP_TokenStream-1.1.3.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #430088
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild

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

Index: PHP_TokenStream-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PHP_TokenStream-1.1.3.ebuild	22 Jun 2012 17:36:30 -0000	1.2
+++ PHP_TokenStream-1.1.3.ebuild	7 Aug 2012 18:10:34 -0000	1.3
@@ -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/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.2 2012/06/22 17:36:30 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.3 2012/08/07 18:10:34 ago Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-lang/php[tokenizer]



1.4                  dev-php/PHP_TokenStream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	22 Jun 2012 17:36:30 -0000	1.3
+++ ChangeLog	7 Aug 2012 18:10:34 -0000	1.4
@@ -1,6 +1,9 @@
-# ChangeLog for dev-php/php-tokenstream
+# ChangeLog for dev-php/PHP_TokenStream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.3 2012/06/22 17:36:30 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.4 2012/08/07 18:10:34 ago Exp $
+
+  07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> PHP_TokenStream-1.1.3.ebuild:
+  Stable for amd64, wrt bug #430088
 
   22 Jun 2012; Matti Bickel <mabi@gentoo.org> PHP_TokenStream-1.1.3.ebuild:
   make repoman happy, also remove redundant php requirement





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

* [gentoo-commits] gentoo-x86 commit in dev-php/PHP_TokenStream: PHP_TokenStream-1.1.3.ebuild ChangeLog
@ 2012-08-21 12:40 Johannes Huber (johu)
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber (johu) @ 2012-08-21 12:40 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/21 12:40:37

  Modified:             PHP_TokenStream-1.1.3.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #430088
  
  (Portage version: 2.2.0_alpha121/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?r1=1.3&r2=1.4

Index: PHP_TokenStream-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PHP_TokenStream-1.1.3.ebuild	7 Aug 2012 18:10:34 -0000	1.3
+++ PHP_TokenStream-1.1.3.ebuild	21 Aug 2012 12:40:37 -0000	1.4
@@ -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/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.3 2012/08/07 18:10:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.4 2012/08/21 12:40:37 johu Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-lang/php[tokenizer]



1.5                  dev-php/PHP_TokenStream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	7 Aug 2012 18:10:34 -0000	1.4
+++ ChangeLog	21 Aug 2012 12:40:37 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PHP_TokenStream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.4 2012/08/07 18:10:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.5 2012/08/21 12:40:37 johu Exp $
+
+  21 Aug 2012; Johannes Huber <johu@gentoo.org> PHP_TokenStream-1.1.3.ebuild:
+  Stable for x86, wrt bug #430088
 
   07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> PHP_TokenStream-1.1.3.ebuild:
   Stable for amd64, wrt bug #430088





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

* [gentoo-commits] gentoo-x86 commit in dev-php/PHP_TokenStream: PHP_TokenStream-1.1.3.ebuild ChangeLog
@ 2013-06-23 13:47 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-23 13:47 UTC (permalink / raw
  To: gentoo-commits

jer         13/06/23 13:47:44

  Modified:             PHP_TokenStream-1.1.3.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.5                  dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?r1=1.4&r2=1.5

Index: PHP_TokenStream-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PHP_TokenStream-1.1.3.ebuild	21 Aug 2012 12:40:37 -0000	1.4
+++ PHP_TokenStream-1.1.3.ebuild	23 Jun 2013 13:47:44 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.4 2012/08/21 12:40:37 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.5 2013/06/23 13:47:44 jer Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 hppa x86"
 IUSE=""
 
 DEPEND="dev-lang/php[tokenizer]



1.7                  dev-php/PHP_TokenStream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	21 Aug 2012 14:57:07 -0000	1.6
+++ ChangeLog	23 Jun 2013 13:47:44 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/PHP_TokenStream
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.6 2012/08/21 14:57:07 olemarkus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.7 2013/06/23 13:47:44 jer Exp $
+
+  23 Jun 2013; Jeroen Roovers <jer@gentoo.org> PHP_TokenStream-1.1.3.ebuild:
+  Stable for HPPA too.
 
   21 Aug 2012; Ole Markus With <olemarkus@gentoo.org>
   -PHP_TokenStream-1.0.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-php/PHP_TokenStream: PHP_TokenStream-1.1.3.ebuild ChangeLog
@ 2014-05-12 13:17 Michael Palimaka (kensington)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka (kensington) @ 2014-05-12 13:17 UTC (permalink / raw
  To: gentoo-commits

kensington    14/05/12 13:17:30

  Modified:             PHP_TokenStream-1.1.3.ebuild ChangeLog
  Log:
  Specify protocol in HOMEPAGE.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.6                  dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?r1=1.5&r2=1.6

Index: PHP_TokenStream-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PHP_TokenStream-1.1.3.ebuild	23 Jun 2013 13:47:44 -0000	1.5
+++ PHP_TokenStream-1.1.3.ebuild	12 May 2014 13:17:30 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.5 2013/06/23 13:47:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.6 2014/05/12 13:17:30 kensington Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 inherit php-pear-r1
 
 DESCRIPTION="Wrapper around PHP's tokenizer extension."
-HOMEPAGE="pear.phpunit.de"
+HOMEPAGE="http://pear.phpunit.de"
 SRC_URI="http://pear.phpunit.de/get/PHP_TokenStream-1.1.3.tgz"
 
 LICENSE="BSD"



1.8                  dev-php/PHP_TokenStream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	23 Jun 2013 13:47:44 -0000	1.7
+++ ChangeLog	12 May 2014 13:17:30 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PHP_TokenStream
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.7 2013/06/23 13:47:44 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.8 2014/05/12 13:17:30 kensington Exp $
+
+  12 May 2014; Michael Palimaka <kensington@gentoo.org>
+  PHP_TokenStream-1.1.3.ebuild:
+  Specify protocol in HOMEPAGE.
 
   23 Jun 2013; Jeroen Roovers <jer@gentoo.org> PHP_TokenStream-1.1.3.ebuild:
   Stable for HPPA too.





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

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

slyfox      14/08/10 20:58:07

  Modified:             PHP_TokenStream-1.1.3.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.7                  dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild?r1=1.6&r2=1.7

Index: PHP_TokenStream-1.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PHP_TokenStream-1.1.3.ebuild	12 May 2014 13:17:30 -0000	1.6
+++ PHP_TokenStream-1.1.3.ebuild	10 Aug 2014 20:58:07 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.6 2014/05/12 13:17:30 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/PHP_TokenStream-1.1.3.ebuild,v 1.7 2014/08/10 20:58:07 slyfox Exp $
 
 EAPI=4
 
@@ -9,7 +9,7 @@
 
 inherit php-pear-r1
 
-DESCRIPTION="Wrapper around PHP's tokenizer extension."
+DESCRIPTION="Wrapper around PHP's tokenizer extension"
 HOMEPAGE="http://pear.phpunit.de"
 SRC_URI="http://pear.phpunit.de/get/PHP_TokenStream-1.1.3.tgz"
 



1.9                  dev-php/PHP_TokenStream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	12 May 2014 13:17:30 -0000	1.8
+++ ChangeLog	10 Aug 2014 20:58:07 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/PHP_TokenStream
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.8 2014/05/12 13:17:30 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHP_TokenStream/ChangeLog,v 1.9 2014/08/10 20:58:07 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+  PHP_TokenStream-1.1.3.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   12 May 2014; Michael Palimaka <kensington@gentoo.org>
   PHP_TokenStream-1.1.3.ebuild:





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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 12:40 [gentoo-commits] gentoo-x86 commit in dev-php/PHP_TokenStream: PHP_TokenStream-1.1.3.ebuild ChangeLog Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:58 Sergei Trofimovich (slyfox)
2014-05-12 13:17 Michael Palimaka (kensington)
2013-06-23 13:47 Jeroen Roovers (jer)
2012-08-07 18:10 Agostino Sarubbo (ago)
2012-06-22 17:36 Matti Bickel (mabi)
2012-06-22 17:34 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