dev-php/pecl-geoip: Drop old revision
authorBrian Evans <grknight@gentoo.org>
Thu, 4 Oct 2018 13:56:27 +0000 (09:56 -0400)
committerBrian Evans <grknight@gentoo.org>
Thu, 4 Oct 2018 14:02:26 +0000 (10:02 -0400)
Signed-off-by: Brian Evans <grknight@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

dev-php/pecl-geoip/pecl-geoip-1.1.1-r3.ebuild [deleted file]

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
deleted file mode 100644 (file)
index 0420498..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="geoip"
-DOCS="README ChangeLog"
-USE_PHP="php5-6 php7-0 php7-1"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="PHP extension to map IP address to geographic places"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/geoip"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/fix-failing-tests-1.1.1.patch" )