From eda759fa3be9daf76889df06da2c29520c7307ac Mon Sep 17 00:00:00 2001 From: "Johan Bergström (jbergstroem)" Date: Sun, 6 Feb 2011 21:39:08 +0000 Subject: dev-php5/igbinary: Version bump. Use php slots and remove redundant stuff svn path=/sunrise/; revision=11757 --- dev-php5/igbinary/ChangeLog | 6 +++++- dev-php5/igbinary/Manifest | 6 +++--- dev-php5/igbinary/igbinary-1.0.2.ebuild | 32 -------------------------------- dev-php5/igbinary/igbinary-1.1.1.ebuild | 31 +++++++++++++++++++++++++++++++ 4 files changed, 39 insertions(+), 36 deletions(-) delete mode 100644 dev-php5/igbinary/igbinary-1.0.2.ebuild create mode 100644 dev-php5/igbinary/igbinary-1.1.1.ebuild (limited to 'dev-php5') diff --git a/dev-php5/igbinary/ChangeLog b/dev-php5/igbinary/ChangeLog index 0b5a4a533..dc08f81d9 100644 --- a/dev-php5/igbinary/ChangeLog +++ b/dev-php5/igbinary/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-php5/igbinary -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Feb 2011; Johan Bergström (jbergstroem) + -igbinary-1.0.2.ebuild, +igbinary-1.1.1.ebuild: + Version bump. Use php slots and remove redundant stuff + 21 May 2010; Johan Bergström (jbergstroem) +igbinary-1.0.2.ebuild, +metadata.xml: New ebuild for bug 320867. Thanks, Tommy[D] diff --git a/dev-php5/igbinary/Manifest b/dev-php5/igbinary/Manifest index a119c395c..8aae614c5 100644 --- a/dev-php5/igbinary/Manifest +++ b/dev-php5/igbinary/Manifest @@ -1,4 +1,4 @@ -DIST igbinary-1.0.2.tar.gz 30959 RMD160 61575b40c436dd64063925aeba1d7807d6c93b80 SHA1 a2032a81bf356134634ef312dbb74432c68a8682 SHA256 ca4a7b53cd905a63f316fd198401df588b65143c9791749cd387b55f32b4a1fa -EBUILD igbinary-1.0.2.ebuild 714 RMD160 f9f821112008ef1aebde415221905b09f789530d SHA1 8d9d264a8e0ab4a4914c952ba6e8e0564a14c136 SHA256 b27fb38e007aa03ab0989f14ed1b6eb608bfbae1824bbfbecf5b146ede565315 -MISC ChangeLog 273 RMD160 2d1e8222898c76c90c234c56d4ade9cbbd558dd7 SHA1 8b612149af082f3288628651ec82671cf7342a4f SHA256 13f7ab2c52485d9ec0f7c8858675cce6ec2b404f8cc8971e3976ea3f863db3a7 +DIST igbinary-1.1.1.tar.gz 37486 RMD160 160a897e7fe25e47e4a5695b6a243fd2e90d9ae4 SHA1 1ec598520950f2c1f03cbf1c0f056d9a56015ba4 SHA256 0060591c273e0ce41731ddd81f0a8f96d37d95166153e4e1f233680a0ce0ef59 +EBUILD igbinary-1.1.1.ebuild 598 RMD160 64ce1fb2e4a8ef1e7c0eb2f4bd5e53cd3c9f53ff SHA1 75691dbfed99acb893614c446d3798e944fd9f7f SHA256 8f269c5b4d9d03eb7a97b7f3ca91eef4b4cefff49855081481ab7da7618cf8da +MISC ChangeLog 448 RMD160 64ee5e9a39a384f8b139a0c3769218018c966c30 SHA1 344c2c851b712533795e487898ed44cf8f895cf8 SHA256 93050f8f8ab3b3d1ece7459ff77a24d0170621671353a9970767f40747f01997 MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/dev-php5/igbinary/igbinary-1.0.2.ebuild b/dev-php5/igbinary/igbinary-1.0.2.ebuild deleted file mode 100644 index df20a87c7..000000000 --- a/dev-php5/igbinary/igbinary-1.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -PHP_EXT_NAME="igbinary" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -inherit php-ext-source-r1 - -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="" - -need_php_by_category - -src_compile() { - my_conf="--enable-igbinary" - php-ext-source-r1_src_compile -} - -src_install() { - php-ext-source-r1_src_install - dodoc-php CREDITS ChangeLog EXPERIMENTAL NEWS README || die - php-ext-base-r1_addtoinifiles ";igbinary.compact_strings" '"On"' -} diff --git a/dev-php5/igbinary/igbinary-1.1.1.ebuild b/dev-php5/igbinary/igbinary-1.1.1.ebuild new file mode 100644 index 000000000..06832be7e --- /dev/null +++ b/dev-php5/igbinary/igbinary-1.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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 +} -- cgit v1.2.3-65-gdbad