Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_DNSBL/
Date: Sun, 12 Feb 2017 15:53:49
Message-Id: 1486914791.c133e1a6d6bb21262418a16c89ff89b51fbab073.mjo@gentoo
1 commit: c133e1a6d6bb21262418a16c89ff89b51fbab073
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 15:52:55 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 15:53:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c133e1a6
7
8 dev-php/PEAR-Net_DNSBL: remove unused PEAR-Net_DNSBL-1.3.7.ebuild.
9
10 Package-Manager: portage-2.3.3
11
12 dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7.ebuild b/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7.ebuild
16 deleted file mode 100644
17 index 6dd63c65d7..0000000000
18 --- a/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit php-pear-r1
28 -
29 -DESCRIPTION="DNSBL Checker"
30 -
31 -LICENSE="PHP-3.01"
32 -SLOT="0"
33 -KEYWORDS="alpha amd64 hppa ia64 sparc x86"
34 -IUSE=""
35 -RDEPEND=">=dev-php/PEAR-Cache_Lite-1.5.2-r1
36 - >=dev-php/PEAR-Net_CheckIP-1.1-r1
37 - >=dev-php/PEAR-HTTP_Request2-2.0.0
38 - >=dev-php/PEAR-Net_DNS-1.0.0"