diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-01-15 17:16:02 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-01-15 17:16:02 +0000 |
commit | 944ec9792e088ab2def4f3491d7eda378e59134f (patch) | |
tree | 2d9d1bc88d0dcf0ce07252e3301122e6765a844b /dev-php/igbinary | |
parent | Remove PHP_USE. (diff) | |
download | historical-944ec9792e088ab2def4f3491d7eda378e59134f.tar.gz historical-944ec9792e088ab2def4f3491d7eda378e59134f.tar.bz2 historical-944ec9792e088ab2def4f3491d7eda378e59134f.zip |
Removing PHP 5.2 only ebuilds/packages
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-php/igbinary')
-rw-r--r-- | dev-php/igbinary/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/igbinary/igbinary-1.1.1.ebuild | 38 |
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-php/igbinary/ChangeLog b/dev-php/igbinary/ChangeLog index ba290a589ec0..7f1ff1624a89 100644 --- a/dev-php/igbinary/ChangeLog +++ b/dev-php/igbinary/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/igbinary -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.2 2011/11/11 19:59:16 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/ChangeLog,v 1.3 2012/01/15 17:16:02 olemarkus Exp $ + + 15 Jan 2012; Ole Markus With <olemarkus@gentoo.org> -igbinary-1.1.1.ebuild: + Removing PHP 5.2 only ebuilds/packages *igbinary-1.1.1-r1 (11 Nov 2011) diff --git a/dev-php/igbinary/igbinary-1.1.1.ebuild b/dev-php/igbinary/igbinary-1.1.1.ebuild deleted file mode 100644 index 0932a36a61c8..000000000000 --- a/dev-php/igbinary/igbinary-1.1.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.1.1.ebuild,v 1.1 2011/02/07 10:20:45 olemarkus Exp $ - -EAPI="2" -PHP_EXT_NAME="igbinary" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="README" - -USE_PHP="php5-2 php5-3" - -inherit php-ext-source-r2 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="A fast drop in replacement for the standard PHP serialize" -HOMEPAGE="http://opensource.dynamoid.com/" -SRC_URI="http://opensource.dynamoid.com/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure() { - my_conf="--enable-igbinary" - php-ext-source-r2_src_configure -} - -src_test() { - for slot in $(php_get_slots); do - php_init_slot_env ${slot} - NO_INTERACTION="yes" emake test || die "emake test failed for slot ${slot}" - done -} |