public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaz: pecl-yaz-1.1.6.ebuild ChangeLog
@ 2014-09-29 23:42 Brian Evans (grknight)
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Evans (grknight) @ 2014-09-29 23:42 UTC (permalink / raw
  To: gentoo-commits

grknight    14/09/29 23:42:32

  Modified:             ChangeLog
  Added:                pecl-yaz-1.1.6.ebuild
  Log:
  Version bump; Add new php version support
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)

Revision  Changes    Path
1.7                  dev-php/pecl-yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	10 Aug 2014 21:04:31 -0000	1.6
+++ ChangeLog	29 Sep 2014 23:42:32 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-yaz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.6 2014/08/10 21:04:31 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.7 2014/09/29 23:42:32 grknight Exp $
+
+*pecl-yaz-1.1.6 (29 Sep 2014)
+
+  29 Sep 2014; Brian Evans <grknight@gentoo.org> +pecl-yaz-1.1.6.ebuild:
+  Version bump; Add new php version support
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pecl-yaz-1.1.1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild

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

Index: pecl-yaz-1.1.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.1 2014/09/29 23:42:32 grknight Exp $

EAPI=5

PHP_EXT_NAME="yaz"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README"

USE_PHP="php5-6 php5-5 php5-4"

inherit php-ext-pecl-r2

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"

DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit"
LICENSE="PHP-3"
SLOT="0"
IUSE=""

DEPEND=">=dev-libs/yaz-3.0.2"
RDEPEND="${DEPEND}"

my_conf="--with-yaz=/usr"





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

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaz: pecl-yaz-1.1.6.ebuild ChangeLog
@ 2015-01-04  8:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-04  8:08 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/04 08:08:34

  Modified:             pecl-yaz-1.1.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #534568
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild

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

Index: pecl-yaz-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pecl-yaz-1.1.6.ebuild	29 Sep 2014 23:42:32 -0000	1.1
+++ pecl-yaz-1.1.6.ebuild	4 Jan 2015 08:08:34 -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-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.1 2014/09/29 23:42:32 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.2 2015/01/04 08:08:34 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 inherit php-ext-pecl-r2
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 
 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit"
 LICENSE="PHP-3"



1.8                  dev-php/pecl-yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	29 Sep 2014 23:42:32 -0000	1.7
+++ ChangeLog	4 Jan 2015 08:08:34 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-yaz
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.7 2014/09/29 23:42:32 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.8 2015/01/04 08:08:34 ago Exp $
+
+  04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pecl-yaz-1.1.6.ebuild:
+  Stable for amd64, wrt bug #534568
 
 *pecl-yaz-1.1.6 (29 Sep 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaz: pecl-yaz-1.1.6.ebuild ChangeLog
@ 2015-01-04  8:10 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-04  8:10 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/04 08:10:13

  Modified:             pecl-yaz-1.1.6.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #534568
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild

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

Index: pecl-yaz-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pecl-yaz-1.1.6.ebuild	4 Jan 2015 08:08:34 -0000	1.2
+++ pecl-yaz-1.1.6.ebuild	4 Jan 2015 08:10:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.2 2015/01/04 08:08:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.3 2015/01/04 08:10:13 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 inherit php-ext-pecl-r2
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 
 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit"
 LICENSE="PHP-3"



1.9                  dev-php/pecl-yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	4 Jan 2015 08:08:34 -0000	1.8
+++ ChangeLog	4 Jan 2015 08:10:13 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-yaz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.8 2015/01/04 08:08:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.9 2015/01/04 08:10:13 ago Exp $
+
+  04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pecl-yaz-1.1.6.ebuild:
+  Stable for x86, wrt bug #534568
 
   04 Jan 2015; Agostino Sarubbo <ago@gentoo.org> pecl-yaz-1.1.6.ebuild:
   Stable for amd64, wrt bug #534568





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

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaz: pecl-yaz-1.1.6.ebuild ChangeLog
@ 2015-02-24  8:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24  8:46 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/24 08:46:46

  Modified:             pecl-yaz-1.1.6.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #534568
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild

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

Index: pecl-yaz-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pecl-yaz-1.1.6.ebuild	8 Jan 2015 20:48:44 -0000	1.5
+++ pecl-yaz-1.1.6.ebuild	24 Feb 2015 08:46:45 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.5 2015/01/08 20:48:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.6 2015/02/24 08:46:45 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 inherit php-ext-pecl-r2
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 
 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit"
 LICENSE="PHP-3"



1.12                 dev-php/pecl-yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	8 Jan 2015 20:48:44 -0000	1.11
+++ ChangeLog	24 Feb 2015 08:46:45 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-yaz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.11 2015/01/08 20:48:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.12 2015/02/24 08:46:45 ago Exp $
+
+  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pecl-yaz-1.1.6.ebuild:
+  Stable for alpha, wrt bug #534568
 
   08 Jan 2015; Markus Meier <maekke@gentoo.org> pecl-yaz-1.1.6.ebuild:
   arm stable, bug #534568





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

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaz: pecl-yaz-1.1.6.ebuild ChangeLog
@ 2015-02-27 11:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-27 11:11 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/27 11:11:41

  Modified:             pecl-yaz-1.1.6.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #534568
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild

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

Index: pecl-yaz-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pecl-yaz-1.1.6.ebuild	24 Feb 2015 08:46:45 -0000	1.6
+++ pecl-yaz-1.1.6.ebuild	27 Feb 2015 11:11:41 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.6 2015/02/24 08:46:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.7 2015/02/27 11:11:41 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 inherit php-ext-pecl-r2
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
 
 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit"
 LICENSE="PHP-3"



1.14                 dev-php/pecl-yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	25 Feb 2015 02:10:23 -0000	1.13
+++ ChangeLog	27 Feb 2015 11:11:41 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-yaz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.13 2015/02/25 02:10:23 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.14 2015/02/27 11:11:41 ago Exp $
+
+  27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pecl-yaz-1.1.6.ebuild:
+  Stable for sparc, wrt bug #534568
 
 *pecl-yaz-1.1.9 (25 Feb 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaz: pecl-yaz-1.1.6.ebuild ChangeLog
@ 2015-02-28 13:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-28 13:35 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/28 13:35:18

  Modified:             pecl-yaz-1.1.6.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #534568
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild

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

Index: pecl-yaz-1.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pecl-yaz-1.1.6.ebuild	27 Feb 2015 11:11:41 -0000	1.7
+++ pecl-yaz-1.1.6.ebuild	28 Feb 2015 13:35:18 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.7 2015/02/27 11:11:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.8 2015/02/28 13:35:18 ago Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 inherit php-ext-pecl-r2
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
 
 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit"
 LICENSE="PHP-3"



1.15                 dev-php/pecl-yaz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Feb 2015 11:11:41 -0000	1.14
+++ ChangeLog	28 Feb 2015 13:35:18 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-yaz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.14 2015/02/27 11:11:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.15 2015/02/28 13:35:18 ago Exp $
+
+  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pecl-yaz-1.1.6.ebuild:
+  Stable for ia64, wrt bug #534568
 
   27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pecl-yaz-1.1.6.ebuild:
   Stable for sparc, wrt bug #534568





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

end of thread, other threads:[~2015-02-28 13:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29 23:42 [gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaz: pecl-yaz-1.1.6.ebuild ChangeLog Brian Evans (grknight)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-04  8:08 Agostino Sarubbo (ago)
2015-01-04  8:10 Agostino Sarubbo (ago)
2015-02-24  8:46 Agostino Sarubbo (ago)
2015-02-27 11:11 Agostino Sarubbo (ago)
2015-02-28 13:35 Agostino Sarubbo (ago)

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