Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/igbinary/
Date: Sat, 05 Sep 2020 16:21:11
Message-Id: 1599322858.ceea07308a3074b7657cc29599ca6c26588739da.whissi@gentoo
1 commit: ceea07308a3074b7657cc29599ca6c26588739da
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 16:20:58 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 16:20:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceea0730
7
8 dev-php/igbinary: drop old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/igbinary/Manifest | 2 --
14 dev-php/igbinary/igbinary-3.1.2.ebuild | 26 --------------------------
15 dev-php/igbinary/igbinary-3.1.4.ebuild | 26 --------------------------
16 3 files changed, 54 deletions(-)
17
18 diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
19 index 5c20e2cabe0..225fc5f7549 100644
20 --- a/dev-php/igbinary/Manifest
21 +++ b/dev-php/igbinary/Manifest
22 @@ -1,3 +1 @@
23 -DIST igbinary-3.1.2.tar.gz 212162 BLAKE2B c88de3abc274d0fce20a13604b51c30dcb4259a1bbfd6b6bc15abbec5b48d9c4735cd023575b9f9f2b1c81a6188676bb39032d72165eb872dc83b6daf27d16da SHA512 617442e1fc437d12666b1172ca2ae34a4d7377bff8b1d00194a159260213179e65e7e2f755a1583d2b299e3b0e90374b9021cd61ec7ac67e64018153e77af8c5
24 -DIST igbinary-3.1.4.tar.gz 214469 BLAKE2B 7bdab344c4cc90a1b2e1040be20af8e8d756f63515d7ddb20f5fe56cbc5bdfe19db177c07e36ffbb8a101cedb55c175d47e8ede8bcc384b7c6c8ef7c52d3ccfc SHA512 a46f822ee77877705485c58ba5286b9b74889d51509f90d46c5d4ece82f12a15e0e7b84cdb4ddcd1b5ba2cd8177fe899232f42c82f31dbb2fbef7e3388579c3d
25 DIST igbinary-3.1.5.tar.gz 216569 BLAKE2B 3aa453fc0669c331202f38d41a80fa34332033d272a7b6e523988923d84a1e93967e4d588ac32d4a2ac3ed5d0bc832bf0380293604f67350557628ecbcded91a SHA512 af0e473673e624635cad44a6f34aa2e4d655e8f2dc3df8a9e0cf9b241ef1f53c627edb508b5bb41c7f8925c2256a4a4d0b4c083227564212cb7747a810dfc83d
26
27 diff --git a/dev-php/igbinary/igbinary-3.1.2.ebuild b/dev-php/igbinary/igbinary-3.1.2.ebuild
28 deleted file mode 100644
29 index e56a7b7ca34..00000000000
30 --- a/dev-php/igbinary/igbinary-3.1.2.ebuild
31 +++ /dev/null
32 @@ -1,26 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PHP_EXT_NAME="${PN}"
38 -PHP_EXT_INI="yes"
39 -PHP_EXT_ZENDEXT="no"
40 -DOCS=( CREDITS NEWS README.md )
41 -PHP_EXT_ECONF_ARGS=( --enable-${PN} )
42 -
43 -USE_PHP="php7-1 php7-2 php7-3 php7-4"
44 -
45 -inherit php-ext-source-r3
46 -
47 -KEYWORDS="amd64 ~arm ~arm64 x86"
48 -
49 -DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
50 -HOMEPAGE="https://github.com/igbinary/igbinary"
51 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 -
53 -LICENSE="BSD"
54 -SLOT="0"
55 -#IUSE=""
56 -
57 -#DEPEND=""
58 -#RDEPEND=""
59
60 diff --git a/dev-php/igbinary/igbinary-3.1.4.ebuild b/dev-php/igbinary/igbinary-3.1.4.ebuild
61 deleted file mode 100644
62 index e50a7e5bec7..00000000000
63 --- a/dev-php/igbinary/igbinary-3.1.4.ebuild
64 +++ /dev/null
65 @@ -1,26 +0,0 @@
66 -# Copyright 1999-2020 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=7
70 -PHP_EXT_NAME="${PN}"
71 -PHP_EXT_INI="yes"
72 -PHP_EXT_ZENDEXT="no"
73 -DOCS=( CREDITS NEWS README.md )
74 -PHP_EXT_ECONF_ARGS=( --enable-${PN} )
75 -
76 -USE_PHP="php7-1 php7-2 php7-3 php7-4"
77 -
78 -inherit php-ext-source-r3
79 -
80 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
81 -
82 -DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
83 -HOMEPAGE="https://github.com/igbinary/igbinary"
84 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
85 -
86 -LICENSE="BSD"
87 -SLOT="0"
88 -#IUSE=""
89 -
90 -#DEPEND=""
91 -#RDEPEND=""