Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/
Date: Sun, 03 Oct 2021 00:17:01
Message-Id: 1633220200.b041c9d00c0321a5ea90915daad5ddf17d508dd2.grknight@gentoo
1 commit: b041c9d00c0321a5ea90915daad5ddf17d508dd2
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 00:16:40 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 00:16:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b041c9d0
7
8 dev-php/igbinary: Drop old
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 dev-php/igbinary/igbinary-3.1.6.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-php/igbinary/igbinary-3.1.6.ebuild b/dev-php/igbinary/igbinary-3.1.6.ebuild
16 deleted file mode 100644
17 index 579c0d91867..00000000000
18 --- a/dev-php/igbinary/igbinary-3.1.6.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -PHP_EXT_NAME="${PN}"
26 -PHP_EXT_INI="yes"
27 -PHP_EXT_ZENDEXT="no"
28 -DOCS=( CREDITS NEWS README.md )
29 -PHP_EXT_ECONF_ARGS=( --enable-${PN} )
30 -
31 -USE_PHP="php7-1 php7-2 php7-3 php7-4"
32 -
33 -inherit php-ext-source-r3
34 -
35 -KEYWORDS="amd64 arm arm64 x86"
36 -
37 -DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
38 -HOMEPAGE="https://github.com/igbinary/igbinary"
39 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -#IUSE=""
44 -
45 -#DEPEND=""
46 -#RDEPEND=""