* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Getopt: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
@ 2011-03-14 12:19 Ole Markus With (olemarkus)
0 siblings, 0 replies; 6+ messages in thread
From: Ole Markus With (olemarkus) @ 2011-03-14 12:19 UTC (permalink / raw
To: gentoo-commits
olemarkus 11/03/14 12:19:20
Modified: ChangeLog
Added: PEAR-Console_Getopt-1.3.1.ebuild
Log:
Version bump. Bug #358757. Thanks to Denny
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Revision Changes Path
1.32 dev-php/PEAR-Console_Getopt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 10 Jan 2011 18:12:25 -0000 1.31
+++ ChangeLog 14 Mar 2011 12:19:20 -0000 1.32
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Console_Getopt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.31 2011/01/10 18:12:25 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.32 2011/03/14 12:19:20 olemarkus Exp $
+
+*PEAR-Console_Getopt-1.3.1 (14 Mar 2011)
+
+ 14 Mar 2011; <olemarkus@gentoo.org> +PEAR-Console_Getopt-1.3.1.ebuild:
+ Version bump. Bug #358757. Thanks to Denny
10 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
PEAR-Console_Getopt-1.2.3-r1.ebuild:
1.1 dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.1&content-type=text/plain
Index: PEAR-Console_Getopt-1.3.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.1 2011/03/14 12:19:20 olemarkus Exp $
EAPI="2"
MY_PN="${PN/PEAR-/}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Command-line option parser"
LICENSE="PHP-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
>=dev-php/PEAR-PEAR-1.8.1"
RDEPEND="${DEPEND}"
PDEPEND="dev-php/pear"
HOMEPAGE="http://pear.php.net/package/Console_Getopt"
S="${WORKDIR}/${MY_P}"
src_install() {
insinto /usr/share/php/
doins -r Console
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Getopt: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
@ 2012-01-19 17:28 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-19 17:28 UTC (permalink / raw
To: gentoo-commits
ago 12/01/19 17:28:58
Modified: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
Log:
Stable for amd64, wrt bug #399297
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Revision Changes Path
1.33 dev-php/PEAR-Console_Getopt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 14 Mar 2011 12:19:20 -0000 1.32
+++ ChangeLog 19 Jan 2012 17:28:58 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Console_Getopt
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.32 2011/03/14 12:19:20 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.33 2012/01/19 17:28:58 ago Exp $
+
+ 19 Jan 2012; Agostino Sarubbo <ago@gentoo.org>
+ PEAR-Console_Getopt-1.3.1.ebuild:
+ Stable for amd64, wrt bug #399297
*PEAR-Console_Getopt-1.3.1 (14 Mar 2011)
1.2 dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?r1=1.1&r2=1.2
Index: PEAR-Console_Getopt-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PEAR-Console_Getopt-1.3.1.ebuild 14 Mar 2011 12:19:20 -0000 1.1
+++ PEAR-Console_Getopt-1.3.1.ebuild 19 Jan 2012 17:28:58 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.1 2011/03/14 12:19:20 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.2 2012/01/19 17:28:58 ago Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="PHP-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Getopt: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
@ 2012-01-28 15:26 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-28 15:26 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/01/28 15:26:01
Modified: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
Log:
x86 stable wrt bug #399297
(Portage version: 2.1.10.44/cvs/Linux i686)
Revision Changes Path
1.34 dev-php/PEAR-Console_Getopt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 19 Jan 2012 17:28:58 -0000 1.33
+++ ChangeLog 28 Jan 2012 15:26:01 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Console_Getopt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.33 2012/01/19 17:28:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.34 2012/01/28 15:26:01 phajdan.jr Exp $
+
+ 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ PEAR-Console_Getopt-1.3.1.ebuild:
+ x86 stable wrt bug #399297
19 Jan 2012; Agostino Sarubbo <ago@gentoo.org>
PEAR-Console_Getopt-1.3.1.ebuild:
1.3 dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?r1=1.2&r2=1.3
Index: PEAR-Console_Getopt-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PEAR-Console_Getopt-1.3.1.ebuild 19 Jan 2012 17:28:58 -0000 1.2
+++ PEAR-Console_Getopt-1.3.1.ebuild 28 Jan 2012 15:26:01 -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/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.2 2012/01/19 17:28:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.3 2012/01/28 15:26:01 phajdan.jr Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="PHP-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Getopt: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
@ 2012-01-29 15:36 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-01-29 15:36 UTC (permalink / raw
To: gentoo-commits
armin76 12/01/29 15:36:48
Modified: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
Log:
alpha/arm/ia64/s390/sh/sparc stable
(Portage version: 2.1.10.44/cvs/Linux ia64)
Revision Changes Path
1.35 dev-php/PEAR-Console_Getopt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 28 Jan 2012 15:26:01 -0000 1.34
+++ ChangeLog 29 Jan 2012 15:36:48 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Console_Getopt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.34 2012/01/28 15:26:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.35 2012/01/29 15:36:48 armin76 Exp $
+
+ 29 Jan 2012; Raúl Porcel <armin76@gentoo.org>
+ PEAR-Console_Getopt-1.3.1.ebuild:
+ alpha/arm/ia64/s390/sh/sparc stable
28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
PEAR-Console_Getopt-1.3.1.ebuild:
1.4 dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?r1=1.3&r2=1.4
Index: PEAR-Console_Getopt-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PEAR-Console_Getopt-1.3.1.ebuild 28 Jan 2012 15:26:01 -0000 1.3
+++ PEAR-Console_Getopt-1.3.1.ebuild 29 Jan 2012 15:36:48 -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/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.3 2012/01/28 15:26:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.4 2012/01/29 15:36:48 armin76 Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="PHP-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 s390 sh sparc x86"
IUSE=""
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Getopt: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
@ 2012-02-01 10:45 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-01 10:45 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/02/01 10:45:35
Modified: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
Log:
ppc/ppc64 stable wrt #399297
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.36 dev-php/PEAR-Console_Getopt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 29 Jan 2012 15:36:48 -0000 1.35
+++ ChangeLog 1 Feb 2012 10:45:35 -0000 1.36
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Console_Getopt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.35 2012/01/29 15:36:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.36 2012/02/01 10:45:35 ssuominen Exp $
+
+ 01 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
+ PEAR-Console_Getopt-1.3.1.ebuild:
+ ppc/ppc64 stable wrt #399297
29 Jan 2012; Raúl Porcel <armin76@gentoo.org>
PEAR-Console_Getopt-1.3.1.ebuild:
1.5 dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?r1=1.4&r2=1.5
Index: PEAR-Console_Getopt-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- PEAR-Console_Getopt-1.3.1.ebuild 29 Jan 2012 15:36:48 -0000 1.4
+++ PEAR-Console_Getopt-1.3.1.ebuild 1 Feb 2012 10:45:35 -0000 1.5
@@ -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-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.4 2012/01/29 15:36:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.5 2012/02/01 10:45:35 ssuominen Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="PHP-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Getopt: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
@ 2012-02-09 1:22 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-09 1:22 UTC (permalink / raw
To: gentoo-commits
jer 12/02/09 01:22:35
Modified: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild
Log:
Stable for HPPA (bug #399297).
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Revision Changes Path
1.37 dev-php/PEAR-Console_Getopt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 1 Feb 2012 10:45:35 -0000 1.36
+++ ChangeLog 9 Feb 2012 01:22:35 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Console_Getopt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.36 2012/02/01 10:45:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.37 2012/02/09 01:22:35 jer Exp $
+
+ 09 Feb 2012; Jeroen Roovers <jer@gentoo.org>
+ PEAR-Console_Getopt-1.3.1.ebuild:
+ Stable for HPPA (bug #399297).
01 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
PEAR-Console_Getopt-1.3.1.ebuild:
1.6 dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild?r1=1.5&r2=1.6
Index: PEAR-Console_Getopt-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PEAR-Console_Getopt-1.3.1.ebuild 1 Feb 2012 10:45:35 -0000 1.5
+++ PEAR-Console_Getopt-1.3.1.ebuild 9 Feb 2012 01:22:35 -0000 1.6
@@ -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-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.5 2012/02/01 10:45:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.3.1.ebuild,v 1.6 2012/02/09 01:22:35 jer Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="PHP-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-02-09 1:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-29 15:36 [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Console_Getopt: ChangeLog PEAR-Console_Getopt-1.3.1.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2012-02-09 1:22 Jeroen Roovers (jer)
2012-02-01 10:45 Samuli Suominen (ssuominen)
2012-01-28 15:26 PaweA Hajdan (phajdan.jr)
2012-01-19 17:28 Agostino Sarubbo (ago)
2011-03-14 12:19 Ole Markus With (olemarkus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox