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 <[email protected]> +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
}




Reply via email to