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/pecl-geoip/
Date: Thu, 04 Oct 2018 14:02:48
Message-Id: 1538661746.b3d9fe5cfae5f09f6efb65678d52054066f6a940.grknight@gentoo
1 commit: b3d9fe5cfae5f09f6efb65678d52054066f6a940
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 13:56:27 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 14:02:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d9fe5c
7
8 dev-php/pecl-geoip: Drop old revision
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 dev-php/pecl-geoip/pecl-geoip-1.1.1-r3.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/dev-php/pecl-geoip/pecl-geoip-1.1.1-r3.ebuild b/dev-php/pecl-geoip/pecl-geoip-1.1.1-r3.ebuild
17 deleted file mode 100644
18 index 042049847be..00000000000
19 --- a/dev-php/pecl-geoip/pecl-geoip-1.1.1-r3.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PHP_EXT_NAME="geoip"
28 -DOCS="README ChangeLog"
29 -USE_PHP="php5-6 php7-0 php7-1"
30 -
31 -inherit php-ext-pecl-r3
32 -
33 -KEYWORDS="amd64 x86"
34 -
35 -DESCRIPTION="PHP extension to map IP address to geographic places"
36 -LICENSE="PHP-3"
37 -SLOT="0"
38 -IUSE=""
39 -
40 -DEPEND="dev-libs/geoip"
41 -RDEPEND="${DEPEND}"
42 -
43 -PATCHES=( "${FILESDIR}/fix-failing-tests-1.1.1.patch" )