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 3E5C2158018 for ; Sun, 3 Oct 2021 00:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EB6CE0858; Sun, 3 Oct 2021 00:17:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64233E0858 for ; Sun, 3 Oct 2021 00:17:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D541D342EDE for ; Sun, 3 Oct 2021 00:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51F3A107 for ; Sun, 3 Oct 2021 00:16:57 +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: <1633220200.b041c9d00c0321a5ea90915daad5ddf17d508dd2.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.1.6.ebuild X-VCS-Directories: dev-php/igbinary/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: b041c9d00c0321a5ea90915daad5ddf17d508dd2 X-VCS-Branch: master Date: Sun, 3 Oct 2021 00:16:57 +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: 89ca270d-cf7f-4fb3-aae7-0fceb165cb8e X-Archives-Hash: 596a254c78cd6bb1ced4e7a9e0567732 commit: b041c9d00c0321a5ea90915daad5ddf17d508dd2 Author: Brian Evans gentoo org> AuthorDate: Sun Oct 3 00:16:40 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun Oct 3 00:16:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b041c9d0 dev-php/igbinary: Drop old Signed-off-by: Brian Evans gentoo.org> dev-php/igbinary/igbinary-3.1.6.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-php/igbinary/igbinary-3.1.6.ebuild b/dev-php/igbinary/igbinary-3.1.6.ebuild deleted file mode 100644 index 579c0d91867..00000000000 --- a/dev-php/igbinary/igbinary-3.1.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 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 arm64 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=""