diff options
author | Brian Evans <grknight@gentoo.org> | 2021-10-02 20:16:40 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-10-02 20:16:40 -0400 |
commit | b041c9d00c0321a5ea90915daad5ddf17d508dd2 (patch) | |
tree | 3be6134addd838978957031b0b666d7fd1451cea /dev-php/igbinary | |
parent | www-client/chromium: Stabilize 94.0.4606.71 amd64, #815811 (diff) | |
download | gentoo-b041c9d00c0321a5ea90915daad5ddf17d508dd2.tar.gz gentoo-b041c9d00c0321a5ea90915daad5ddf17d508dd2.tar.bz2 gentoo-b041c9d00c0321a5ea90915daad5ddf17d508dd2.zip |
dev-php/igbinary: Drop old
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/igbinary')
-rw-r--r-- | dev-php/igbinary/igbinary-3.1.6.ebuild | 26 |
1 files changed, 0 insertions, 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 579c0d91867e..000000000000 --- 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="" |