Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/
Date: Mon, 28 Nov 2016 17:56:11
Message-Id: 1480355720.396f0b7c54fc26cb2b18f21395c2a7402a96d08e.grknight@gentoo
1 commit: 396f0b7c54fc26cb2b18f21395c2a7402a96d08e
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 17:54:30 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 17:55:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396f0b7c
7
8 dev-php/igbinary: Version bump including PHP 7 support
9
10 Package-Manager: portage-2.3.2
11
12 dev-php/igbinary/Manifest | 1 +
13 dev-php/igbinary/igbinary-2.0.0.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
17 index 2d94822..f9e790e 100644
18 --- a/dev-php/igbinary/Manifest
19 +++ b/dev-php/igbinary/Manifest
20 @@ -1 +1,2 @@
21 DIST igbinary-1.2.1-r1.tar.gz 143092 SHA256 f71a2e085669ed915740b29f55b6a81e30bae52215d041938afb9212e6bafc27 SHA512 5e69831606cfe47db2ae2b2200bd8bcfce42db32599a2a58cf23238d88896a2ef79baf16e78b3aaefb8725f8fdd7b815470e2d314ba14ea05f33be547da31777 WHIRLPOOL f7eb5d28b536bd1d2b0565f3e8541cbdb39edd2f5130bd041f0d75cc8218edeaa8719ebaea4d8ddf372172df9863d9d72a12dd8fc09c3653418b49e26d0e2f61
22 +DIST igbinary-2.0.0.tar.gz 176546 SHA256 864785bc759f7e249534b7834d7762915851242e57a24ee9e13cac27d2a25b8e SHA512 8cd46e70ca2dfd441fa99c29a458923615fc25aab11a0d4e33770505495dd8fbd0071f9c4822b22c941b1240c609be549b1cb625b76b933b0dec7acc7f792122 WHIRLPOOL 2868676b7beb25aac244fb88a7ae48b6983ff605f9a1f12997ecb23e13a1513a53b59380a72bbf8d08075a9905dc74df527e6363bb1e81c139c23ac1018a22cb
23
24 diff --git a/dev-php/igbinary/igbinary-2.0.0.ebuild b/dev-php/igbinary/igbinary-2.0.0.ebuild
25 new file mode 100644
26 index 00000000..e4d85b2
27 --- /dev/null
28 +++ b/dev-php/igbinary/igbinary-2.0.0.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +PHP_EXT_NAME="${PN}"
36 +PHP_EXT_INI="yes"
37 +PHP_EXT_ZENDEXT="no"
38 +DOCS=( ChangeLog NEWS README.md)
39 +PHP_EXT_ECONF_ARGS=( --enable-${PN} )
40 +
41 +USE_PHP="php5-6 php7-0"
42 +
43 +inherit php-ext-source-r3
44 +
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
48 +HOMEPAGE="https://github.com/${PN}/${PN}"
49 +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PF}.tar.gz"
50 +
51 +LICENSE="BSD"
52 +SLOT="0"
53 +IUSE=""
54 +
55 +DEPEND=""
56 +RDEPEND=""