diff options
author | Anant Narayanan <anant@gentoo.org> | 2007-09-24 09:11:56 +0000 |
---|---|---|
committer | Anant Narayanan <anant@gentoo.org> | 2007-09-24 09:11:56 +0000 |
commit | fcbcaf2900d91d282a8ad6f62b6ecf17792c381b (patch) | |
tree | f35182ce1604a89e0e3dd040e63d261e8c596c6e /dev-php5/pecl-memcache | |
parent | stable x86, bug #193482 (diff) | |
download | gentoo-2-fcbcaf2900d91d282a8ad6f62b6ecf17792c381b.tar.gz gentoo-2-fcbcaf2900d91d282a8ad6f62b6ecf17792c381b.tar.bz2 gentoo-2-fcbcaf2900d91d282a8ad6f62b6ecf17792c381b.zip |
version bump to 2.2.0
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-php5/pecl-memcache')
-rw-r--r-- | dev-php5/pecl-memcache/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/files/digest-pecl-memcache-2.2.0 | 3 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-2.2.0.ebuild | 26 |
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-php5/pecl-memcache/ChangeLog b/dev-php5/pecl-memcache/ChangeLog index 159e6d46c73f..4682530090f9 100644 --- a/dev-php5/pecl-memcache/ChangeLog +++ b/dev-php5/pecl-memcache/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-memcache # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/ChangeLog,v 1.16 2007/08/20 21:09:59 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/ChangeLog,v 1.17 2007/09/24 09:11:55 anant Exp $ + +*pecl-memcache-2.2.0 (23 Sep 2007) + + 23 Sep 2007; Anant Narayanan <anant@gentoo.org> + +pecl-memcache-2.2.0.ebuild: + version bump to 2.2.0 *pecl-memcache-2.1.2 (20 Aug 2007) diff --git a/dev-php5/pecl-memcache/files/digest-pecl-memcache-2.2.0 b/dev-php5/pecl-memcache/files/digest-pecl-memcache-2.2.0 new file mode 100644 index 000000000000..44096a421d9c --- /dev/null +++ b/dev-php5/pecl-memcache/files/digest-pecl-memcache-2.2.0 @@ -0,0 +1,3 @@ +MD5 a9820139a4465bae9b2d9c3772ef9ba7 memcache-2.2.0.tgz 24745 +RMD160 f0041c4fa4d5def8cb4a2dbc388ed8c18acaad0d memcache-2.2.0.tgz 24745 +SHA256 fdce164c74fc8c95f4e5ea80f56691bfb3ee8de6e3ea60ace2155edefc69cb0d memcache-2.2.0.tgz 24745 diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.2.0.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.2.0.ebuild new file mode 100644 index 000000000000..7667d448dc9b --- /dev/null +++ b/dev-php5/pecl-memcache/pecl-memcache-2.2.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.2.0.ebuild,v 1.1 2007/09/24 09:11:55 anant Exp $ + +PHP_EXT_NAME="memcache" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="PHP extension for using memcached." +LICENSE="PHP" +SLOT="0" +IUSE="" + +DEPEND="sys-libs/zlib" +RDEPEND="${DEPEND}" + +need_php_by_category + +src_compile() { + my_conf="--enable-memcache --with-zlib-dir=/usr" + php-ext-pecl-r1_src_compile +} |