From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB9101395E2 for ; Mon, 28 Nov 2016 17:56:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0D0EE0AEE; Mon, 28 Nov 2016 17:56:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1919E0B24 for ; Mon, 28 Nov 2016 17:56:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8EF23414D6 for ; Mon, 28 Nov 2016 17:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16A4824A2 for ; Mon, 28 Nov 2016 17:56:06 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1480355720.396f0b7c54fc26cb2b18f21395c2a7402a96d08e.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/igbinary/Manifest dev-php/igbinary/igbinary-2.0.0.ebuild X-VCS-Directories: dev-php/igbinary/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 396f0b7c54fc26cb2b18f21395c2a7402a96d08e X-VCS-Branch: master Date: Mon, 28 Nov 2016 17:56:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1e525b33-9e03-4ea2-9d28-e015e977421d X-Archives-Hash: 288cf823456e6ebad28ec2100e129e64 commit: 396f0b7c54fc26cb2b18f21395c2a7402a96d08e Author: Brian Evans gentoo org> AuthorDate: Mon Nov 28 17:54:30 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Nov 28 17:55:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396f0b7c dev-php/igbinary: Version bump including PHP 7 support Package-Manager: portage-2.3.2 dev-php/igbinary/Manifest | 1 + dev-php/igbinary/igbinary-2.0.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest index 2d94822..f9e790e 100644 --- a/dev-php/igbinary/Manifest +++ b/dev-php/igbinary/Manifest @@ -1 +1,2 @@ DIST igbinary-1.2.1-r1.tar.gz 143092 SHA256 f71a2e085669ed915740b29f55b6a81e30bae52215d041938afb9212e6bafc27 SHA512 5e69831606cfe47db2ae2b2200bd8bcfce42db32599a2a58cf23238d88896a2ef79baf16e78b3aaefb8725f8fdd7b815470e2d314ba14ea05f33be547da31777 WHIRLPOOL f7eb5d28b536bd1d2b0565f3e8541cbdb39edd2f5130bd041f0d75cc8218edeaa8719ebaea4d8ddf372172df9863d9d72a12dd8fc09c3653418b49e26d0e2f61 +DIST igbinary-2.0.0.tar.gz 176546 SHA256 864785bc759f7e249534b7834d7762915851242e57a24ee9e13cac27d2a25b8e SHA512 8cd46e70ca2dfd441fa99c29a458923615fc25aab11a0d4e33770505495dd8fbd0071f9c4822b22c941b1240c609be549b1cb625b76b933b0dec7acc7f792122 WHIRLPOOL 2868676b7beb25aac244fb88a7ae48b6983ff605f9a1f12997ecb23e13a1513a53b59380a72bbf8d08075a9905dc74df527e6363bb1e81c139c23ac1018a22cb diff --git a/dev-php/igbinary/igbinary-2.0.0.ebuild b/dev-php/igbinary/igbinary-2.0.0.ebuild new file mode 100644 index 00000000..e4d85b2 --- /dev/null +++ b/dev-php/igbinary/igbinary-2.0.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PHP_EXT_NAME="${PN}" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( ChangeLog NEWS README.md) +PHP_EXT_ECONF_ARGS=( --enable-${PN} ) + +USE_PHP="php5-6 php7-0" + +inherit php-ext-source-r3 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" +HOMEPAGE="https://github.com/${PN}/${PN}" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PF}.tar.gz" + +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND=""