summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-05-04 21:43:25 -0400
committerBrian Evans <grknight@gentoo.org>2020-05-04 21:43:25 -0400
commit5126edf6fb6bc22cf94d5f576134a8f2ab9a2763 (patch)
treed0d1cf603be2d053d52c3ab28495ef08e0a6a848 /dev-php/igbinary/igbinary-2.0.8.ebuild
parentdev-php/pecl-yaz: Drop old (diff)
downloadgentoo-5126edf6fb6bc22cf94d5f576134a8f2ab9a2763.tar.gz
gentoo-5126edf6fb6bc22cf94d5f576134a8f2ab9a2763.tar.bz2
gentoo-5126edf6fb6bc22cf94d5f576134a8f2ab9a2763.zip
dev-php/igbinary: Drop old
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/igbinary/igbinary-2.0.8.ebuild')
-rw-r--r--dev-php/igbinary/igbinary-2.0.8.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-php/igbinary/igbinary-2.0.8.ebuild b/dev-php/igbinary/igbinary-2.0.8.ebuild
deleted file mode 100644
index 3fc5e30a289f..000000000000
--- a/dev-php/igbinary/igbinary-2.0.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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="php5-6 php7-0 php7-1 php7-2 php7-3"
-
-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=""