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 5153B138334 for ; Tue, 1 Oct 2019 19:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E363E0950; Tue, 1 Oct 2019 19:05:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69BE1E0950 for ; Tue, 1 Oct 2019 19:05:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7611134B756 for ; Tue, 1 Oct 2019 19:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 933AD76A for ; Tue, 1 Oct 2019 19:05:16 +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: <1569956707.129cebb8661d5d3e7a2b89125f5744f96c0fd3a1.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/igbinary/igbinary-3.0.1-r1.ebuild X-VCS-Directories: dev-php/igbinary/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 129cebb8661d5d3e7a2b89125f5744f96c0fd3a1 X-VCS-Branch: master Date: Tue, 1 Oct 2019 19:05:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0da77671-3a18-414b-adea-f4f33bcf0f95 X-Archives-Hash: e45b05beb8383897e6406c93e90a0869 commit: 129cebb8661d5d3e7a2b89125f5744f96c0fd3a1 Author: Brian Evans gentoo org> AuthorDate: Tue Oct 1 17:43:11 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Oct 1 19:05:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129cebb8 dev-php/igbinary: Revbump to add php7-4 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Brian Evans gentoo.org> dev-php/igbinary/igbinary-3.0.1-r1.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-php/igbinary/igbinary-3.0.1-r1.ebuild b/dev-php/igbinary/igbinary-3.0.1-r1.ebuild new file mode 100644 index 00000000000..34cd861a88b --- /dev/null +++ b/dev-php/igbinary/igbinary-3.0.1-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PHP_EXT_NAME="${PN}" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( CREDITS NEWS README.md ) +PHP_EXT_ECONF_ARGS=( --enable-${PN} ) + +USE_PHP="php7-1 php7-2 php7-3 php7-4" + +inherit php-ext-source-r3 + +KEYWORDS="~amd64 ~arm ~x86" + +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" +HOMEPAGE="https://github.com/igbinary/igbinary" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +#IUSE="" + +#DEPEND="" +#RDEPEND=""