diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-04 18:33:16 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-04 18:33:16 +0000 |
commit | 15ead280e296b8b97c164a0f8dbd4cf4916bea69 (patch) | |
tree | 106b03a2d3663c117957e4b442dd933e49e51526 /dev-php5/pecl-memcache | |
parent | Bump, fixes #299617 (diff) | |
download | gentoo-2-15ead280e296b8b97c164a0f8dbd4cf4916bea69.tar.gz gentoo-2-15ead280e296b8b97c164a0f8dbd4cf4916bea69.tar.bz2 gentoo-2-15ead280e296b8b97c164a0f8dbd4cf4916bea69.zip |
src_test based on the phpize test-runner fails when there are no tests shipped by upstream.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-memcache')
-rw-r--r-- | dev-php5/pecl-memcache/ChangeLog | 12 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild | 7 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild | 7 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-2.2.4.ebuild | 7 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild | 7 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild | 7 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-3.0.2.ebuild | 7 | ||||
-rw-r--r-- | dev-php5/pecl-memcache/pecl-memcache-3.0.4.ebuild | 7 |
8 files changed, 45 insertions, 16 deletions
diff --git a/dev-php5/pecl-memcache/ChangeLog b/dev-php5/pecl-memcache/ChangeLog index 47543fdf718e..d35afdce0375 100644 --- a/dev-php5/pecl-memcache/ChangeLog +++ b/dev-php5/pecl-memcache/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-php5/pecl-memcache -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/ChangeLog,v 1.26 2009/04/12 21:24:23 robbat2 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/ChangeLog,v 1.27 2010/01/04 18:33:16 robbat2 Exp $ + + 04 Jan 2010; Robin H. Johnson <robbat2@gentoo.org> + pecl-memcache-2.0.4.ebuild, pecl-memcache-2.2.3.ebuild, + pecl-memcache-2.2.4.ebuild, pecl-memcache-2.2.5.ebuild, + pecl-memcache-3.0.1.ebuild, pecl-memcache-3.0.2.ebuild, + pecl-memcache-3.0.4.ebuild: + src_test based on the phpize test-runner fails when there are no tests + shipped by upstream. *pecl-memcache-3.0.4 (12 Apr 2009) *pecl-memcache-2.2.5 (12 Apr 2009) diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild index 07409618bf6a..7f19681a98be 100644 --- a/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild +++ b/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.0.4.ebuild,v 1.5 2008/05/09 12:56:34 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.0.4.ebuild,v 1.6 2010/01/04 18:33:16 robbat2 Exp $ PHP_EXT_NAME="memcache" PHP_EXT_INI="yes" @@ -18,6 +18,9 @@ IUSE="" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" +# upstream does not ship any testsuite, so the PHPize test-runner fails. +RESTRICT='test' + need_php_by_category src_unpack() { diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild index 98ae3e14d0a4..28c850c8b75d 100644 --- a/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild +++ b/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.3.ebuild,v 1.1 2008/02/11 21:26:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.2.3.ebuild,v 1.2 2010/01/04 18:33:16 robbat2 Exp $ EAPI="1" PHP_EXT_NAME="memcache" @@ -20,6 +20,9 @@ IUSE="+session" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" +# upstream does not ship any testsuite, so the PHPize test-runner fails. +RESTRICT='test' + need_php_by_category pkg_setup() { diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.2.4.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.2.4.ebuild index f427af7f1b0e..7d78d2067c31 100644 --- a/dev-php5/pecl-memcache/pecl-memcache-2.2.4.ebuild +++ b/dev-php5/pecl-memcache/pecl-memcache-2.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.4.ebuild,v 1.1 2008/11/11 22:26:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.2.4.ebuild,v 1.2 2010/01/04 18:33:16 robbat2 Exp $ EAPI="1" PHP_EXT_NAME="memcache" @@ -20,6 +20,9 @@ IUSE="+session" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" +# upstream does not ship any testsuite, so the PHPize test-runner fails. +RESTRICT='test' + need_php_by_category pkg_setup() { diff --git a/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild b/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild index 44c4e427ca6b..e527a33005d1 100644 --- a/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild +++ b/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.5.ebuild,v 1.1 2009/04/12 21:24:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-2.2.5.ebuild,v 1.2 2010/01/04 18:33:16 robbat2 Exp $ EAPI="1" PHP_EXT_NAME="memcache" @@ -20,6 +20,9 @@ IUSE="+session" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" +# upstream does not ship any testsuite, so the PHPize test-runner fails. +RESTRICT='test' + need_php_by_category pkg_setup() { diff --git a/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild b/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild index 8a0cac981767..8ded7fc18111 100644 --- a/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild +++ b/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild,v 1.1 2008/02/11 21:26:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-3.0.1.ebuild,v 1.2 2010/01/04 18:33:16 robbat2 Exp $ EAPI="1" PHP_EXT_NAME="memcache" @@ -20,6 +20,9 @@ IUSE="+session" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" +# upstream does not ship any testsuite, so the PHPize test-runner fails. +RESTRICT='test' + need_php_by_category pkg_setup() { diff --git a/dev-php5/pecl-memcache/pecl-memcache-3.0.2.ebuild b/dev-php5/pecl-memcache/pecl-memcache-3.0.2.ebuild index 495771e3b2ca..a1d6005cc72a 100644 --- a/dev-php5/pecl-memcache/pecl-memcache-3.0.2.ebuild +++ b/dev-php5/pecl-memcache/pecl-memcache-3.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-3.0.2.ebuild,v 1.1 2008/10/18 20:52:40 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-3.0.2.ebuild,v 1.2 2010/01/04 18:33:16 robbat2 Exp $ EAPI="1" PHP_EXT_NAME="memcache" @@ -20,6 +20,9 @@ IUSE="+session" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" +# upstream does not ship any testsuite, so the PHPize test-runner fails. +RESTRICT='test' + need_php_by_category pkg_setup() { diff --git a/dev-php5/pecl-memcache/pecl-memcache-3.0.4.ebuild b/dev-php5/pecl-memcache/pecl-memcache-3.0.4.ebuild index c5fc7469bdc1..c4c2c728d438 100644 --- a/dev-php5/pecl-memcache/pecl-memcache-3.0.4.ebuild +++ b/dev-php5/pecl-memcache/pecl-memcache-3.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-3.0.4.ebuild,v 1.1 2009/04/12 21:24:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-memcache/pecl-memcache-3.0.4.ebuild,v 1.2 2010/01/04 18:33:16 robbat2 Exp $ EAPI="1" PHP_EXT_NAME="memcache" @@ -20,6 +20,9 @@ IUSE="+session" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" +# upstream does not ship any testsuite, so the PHPize test-runner fails. +RESTRICT='test' + need_php_by_category pkg_setup() { |