public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-yaz: ChangeLog pecl-yaz-1.0.13.ebuild
@ 2007-12-24 14:46 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-24 14:46 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/24 14:46:30

  Modified:             ChangeLog
  Added:                pecl-yaz-1.0.13.ebuild
  Log:
  Version bump from the php-overlay
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.26                 dev-php5/pecl-yaz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	6 Dec 2007 01:22:27 -0000	1.25
+++ ChangeLog	24 Dec 2007 14:46:30 -0000	1.26
@@ -1,6 +1,14 @@
 # ChangeLog for dev-php5/pecl-yaz
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.25 2007/12/06 01:22:27 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.26 2007/12/24 14:46:30 armin76 Exp $
+
+*pecl-yaz-1.0.13 (24 Dec 2007)
+
+  24 Dec 2007; Raúl Porcel <armin76@gentoo.org> +pecl-yaz-1.0.13.ebuild:
+  Version bump from the php-overlay
+
+  18 Dec 2007; Jakub Moc <jakub@gentoo.org> +pecl-yaz-1.0.13.ebuild:
+  Version bump
 
   06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-yaz-1.0.8.ebuild:
   LICENSE fix from project overlay



1.1                  dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild?rev=1.1&content-type=text/plain

Index: pecl-yaz-1.0.13.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild,v 1.1 2007/12/24 14:46:30 armin76 Exp $

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

inherit php-ext-pecl-r1

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}"

need_php_by_category

src_compile() {
	my_conf="--with-yaz=/usr"
	php-ext-pecl-r1_src_compile
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-yaz: ChangeLog pecl-yaz-1.0.13.ebuild
@ 2008-03-31 21:18 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2008-03-31 21:18 UTC (permalink / raw
  To: gentoo-commits

maekke      08/03/31 21:18:02

  Modified:             ChangeLog pecl-yaz-1.0.13.ebuild
  Log:
  amd64 stable, bug #208545
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.33                 dev-php5/pecl-yaz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	26 Feb 2008 16:37:22 -0000	1.32
+++ ChangeLog	31 Mar 2008 21:18:02 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/pecl-yaz
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.32 2008/02/26 16:37:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.33 2008/03/31 21:18:02 maekke Exp $
+
+  31 Mar 2008; Markus Meier <maekke@gentoo.org> pecl-yaz-1.0.13.ebuild:
+  amd64 stable, bug #208545
 
 *pecl-yaz-1.0.14 (26 Feb 2008)
 



1.7                  dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild?r1=1.6&r2=1.7

Index: pecl-yaz-1.0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pecl-yaz-1.0.13.ebuild	9 Feb 2008 18:30:23 -0000	1.6
+++ pecl-yaz-1.0.13.ebuild	31 Mar 2008 21:18:02 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild,v 1.6 2008/02/09 18:30:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild,v 1.7 2008/03/31 21:18:02 maekke Exp $
 
 PHP_EXT_NAME="yaz"
 PHP_EXT_INI="yes"
@@ -9,7 +9,7 @@
 
 inherit php-ext-pecl-r1
 
-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"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-31 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-24 14:46 [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-yaz: ChangeLog pecl-yaz-1.0.13.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-31 21:18 Markus Meier (maekke)

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