summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-01-04 20:18:07 -0500
committerMichael Orlitzky <mjo@gentoo.org>2017-01-04 20:18:07 -0500
commit577f1fffc81afeab2f81deca59c0282ff98c5dcf (patch)
treeff63ebf098dd36c2c69029032de7f7b728a84dc7 /dev-php/igbinary
parentdev-php/adodb: new v5.20.9 fixing CVE-2016-4855 and CVE-2016-7405. (diff)
downloadgentoo-577f1fffc81afeab2f81deca59c0282ff98c5dcf.tar.gz
gentoo-577f1fffc81afeab2f81deca59c0282ff98c5dcf.tar.bz2
gentoo-577f1fffc81afeab2f81deca59c0282ff98c5dcf.zip
dev-php/igbinary: remove unused igbinary-2.0.0 and igbinary-2.0.0-r1.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/igbinary')
-rw-r--r--dev-php/igbinary/Manifest1
-rw-r--r--dev-php/igbinary/igbinary-2.0.0-r1.ebuild27
-rw-r--r--dev-php/igbinary/igbinary-2.0.0.ebuild27
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
index 2b6d917d90fb..6b83e18ca462 100644
--- a/dev-php/igbinary/Manifest
+++ b/dev-php/igbinary/Manifest
@@ -1,3 +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
DIST igbinary-2.0.1.tar.gz 178227 SHA256 9c66e6bb8225bf559148661d8ef81451e5f67f0a565d975dc0918abd8c35e0ed SHA512 230a730aa39102401ac6e386452b6f1d523a46c1cd6f3edc8e48ecaf9be1efd60edd0299b0cf56af8b1e32ebba1f80be8bca3727661412b084c4e248f44c9633 WHIRLPOOL 79dc6cbca45d0f902067d809a87a2f0cc8dbd89759a4513febb1940cd5f7cef28cc6ce8478470306607972a1e216f7809bfa488dc3fa62b57948d786b25ee9f7
diff --git a/dev-php/igbinary/igbinary-2.0.0-r1.ebuild b/dev-php/igbinary/igbinary-2.0.0-r1.ebuild
deleted file mode 100644
index 969c64dc21a8..000000000000
--- a/dev-php/igbinary/igbinary-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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 php7-1"
-
-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 -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
diff --git a/dev-php/igbinary/igbinary-2.0.0.ebuild b/dev-php/igbinary/igbinary-2.0.0.ebuild
deleted file mode 100644
index e4d85b2fdfcc..000000000000
--- a/dev-php/igbinary/igbinary-2.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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=""