public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-redis: pecl-redis-2.2.7.ebuild ChangeLog
@ 2015-03-24 13:28 Brian Evans (grknight)
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Evans (grknight) @ 2015-03-24 13:28 UTC (permalink / raw
  To: gentoo-commits

grknight    15/03/24 13:28:34

  Modified:             ChangeLog
  Added:                pecl-redis-2.2.7.ebuild
  Log:
  Version bump; make igbinary dependency more specific
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)

Revision  Changes    Path
1.5                  dev-php/pecl-redis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	9 Oct 2014 20:51:49 -0000	1.4
+++ ChangeLog	24 Mar 2015 13:28:34 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-redis
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/ChangeLog,v 1.4 2014/10/09 20:51:49 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/ChangeLog,v 1.5 2015/03/24 13:28:34 grknight Exp $
+
+*pecl-redis-2.2.7 (24 Mar 2015)
+
+  24 Mar 2015; Brian Evans <grknight@gentoo.org> +pecl-redis-2.2.7.ebuild:
+  Version bump; make igbinary dependency more specific
 
 *pecl-redis-2.2.5 (29 Sep 2014)
 



1.1                  dev-php/pecl-redis/pecl-redis-2.2.7.ebuild

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

Index: pecl-redis-2.2.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/pecl-redis-2.2.7.ebuild,v 1.1 2015/03/24 13:28:34 grknight Exp $

EAPI="5"

PHP_EXT_NAME="redis"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

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

DOCS="README ChangeLog"

inherit php-ext-pecl-r2

KEYWORDS="~amd64"

DESCRIPTION="This extension provides an API for communicating with Redis servers"
LICENSE="PHP-3.01"
SLOT="0"
IUSE="igbinary"

DEPEND="igbinary? ( php_targets_php5-4? ( dev-php/igbinary[php_targets_php5-4] )
		    php_targets_php5-5? ( dev-php/igbinary[php_targets_php5-5] )
		    php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] )
		   )"
RDEPEND="$DEPEND"

src_configure() {
	my_conf="--enable-redis
		$(use_enable igbinary redis-igbinary)"

	php-ext-source-r2_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-redis: pecl-redis-2.2.7.ebuild ChangeLog
@ 2015-08-03 10:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-08-03 10:59 UTC (permalink / raw
  To: gentoo-commits

ago         15/08/03 10:59:52

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

Revision  Changes    Path
1.2                  dev-php/pecl-redis/pecl-redis-2.2.7.ebuild

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

Index: pecl-redis-2.2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/pecl-redis-2.2.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pecl-redis-2.2.7.ebuild	24 Mar 2015 13:28:34 -0000	1.1
+++ pecl-redis-2.2.7.ebuild	3 Aug 2015 10:59:52 -0000	1.2
@@ -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-redis/pecl-redis-2.2.7.ebuild,v 1.1 2015/03/24 13:28:34 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/pecl-redis-2.2.7.ebuild,v 1.2 2015/08/03 10:59:52 ago Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
 
 inherit php-ext-pecl-r2
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DESCRIPTION="This extension provides an API for communicating with Redis servers"
 LICENSE="PHP-3.01"



1.6                  dev-php/pecl-redis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Mar 2015 13:28:34 -0000	1.5
+++ ChangeLog	3 Aug 2015 10:59:52 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-redis
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/ChangeLog,v 1.5 2015/03/24 13:28:34 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-redis/ChangeLog,v 1.6 2015/08/03 10:59:52 ago Exp $
+
+  03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> pecl-redis-2.2.7.ebuild:
+  Stable for amd64, wrt bug #528308
 
 *pecl-redis-2.2.7 (24 Mar 2015)
 





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

end of thread, other threads:[~2015-08-03 10:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 10:59 [gentoo-commits] gentoo-x86 commit in dev-php/pecl-redis: pecl-redis-2.2.7.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-24 13:28 Brian Evans (grknight)

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