Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Net_DNSBL: PEAR-Net_DNSBL-1.3.7.ebuild ChangeLog PEAR-Net_DNSBL-1.3.0.ebuild PEAR-Net_DNSBL-1.3.3.ebuild
Date: Thu, 21 Nov 2013 20:45:05
Message-Id: 20131121204456.AABCA2004B@flycatcher.gentoo.org
1 mabi 13/11/21 20:44:56
2
3 Modified: ChangeLog
4 Added: PEAR-Net_DNSBL-1.3.7.ebuild
5 Removed: PEAR-Net_DNSBL-1.3.0.ebuild
6 PEAR-Net_DNSBL-1.3.3.ebuild
7 Log:
8 version bump, remove old
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
11
12 Revision Changes Path
13 1.37 dev-php/PEAR-Net_DNSBL/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog?rev=1.37&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog?rev=1.37&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog?r1=1.36&r2=1.37
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog,v
22 retrieving revision 1.36
23 retrieving revision 1.37
24 diff -u -r1.36 -r1.37
25 --- ChangeLog 20 May 2012 11:32:58 -0000 1.36
26 +++ ChangeLog 21 Nov 2013 20:44:56 -0000 1.37
27 @@ -1,6 +1,12 @@
28 # ChangeLog for dev-php/PEAR-Net_DNSBL
29 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog,v 1.36 2012/05/20 11:32:58 halcy0n Exp $
31 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog,v 1.37 2013/11/21 20:44:56 mabi Exp $
33 +
34 +*PEAR-Net_DNSBL-1.3.7 (21 Nov 2013)
35 +
36 + 21 Nov 2013; Matti Bickel <mabi@g.o> +PEAR-Net_DNSBL-1.3.7.ebuild,
37 + -PEAR-Net_DNSBL-1.3.0.ebuild, -PEAR-Net_DNSBL-1.3.3.ebuild:
38 + version bump, remove old
39
40 20 May 2012; Mark Loeser <halcy0n@g.o> PEAR-Net_DNSBL-1.3.0.ebuild:
41 Revert to ~ppc/~ppc64; bug #396981
42 @@ -144,4 +150,3 @@
43 04 Aug 2005; Sebastian Bergmann <sebastian@g.o> +metadata.xml,
44 +PEAR-Net_DNSBL-1.0.0.ebuild:
45 Initial version.
46 -
47
48
49
50 1.1 dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7.ebuild?rev=1.1&content-type=text/plain
54
55 Index: PEAR-Net_DNSBL-1.3.7.ebuild
56 ===================================================================
57 # Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.7.ebuild,v 1.1 2013/11/21 20:44:56 mabi Exp $
60
61 EAPI=5
62
63 inherit php-pear-r1
64
65 DESCRIPTION="DNSBL Checker"
66
67 LICENSE="PHP-3.01"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
70 IUSE=""
71 RDEPEND=">=dev-php/PEAR-Cache_Lite-1.5.2-r1
72 >=dev-php/PEAR-Net_CheckIP-1.1-r1
73 >=dev-php/PEAR-HTTP_Request2-2.0.0
74 >=dev-php/PEAR-Net_DNS-1.0.0"