summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-15 14:42:21 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-15 14:42:21 +0000
commitfa3bc7c4380fe0fe4830dbd97a4c5abcc370a3f8 (patch)
tree2ed090eb5e653dc3c21d578d2d4f6e15bfc1aa23 /dev-php/PEAR-Net_DNSBL
parentVersion bump. Drop x86 keyword due to new sigar dependency, bug 398989. (diff)
downloadgentoo-2-fa3bc7c4380fe0fe4830dbd97a4c5abcc370a3f8.tar.gz
gentoo-2-fa3bc7c4380fe0fe4830dbd97a4c5abcc370a3f8.tar.bz2
gentoo-2-fa3bc7c4380fe0fe4830dbd97a4c5abcc370a3f8.zip
version bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_DNSBL')
-rw-r--r--dev-php/PEAR-Net_DNSBL/ChangeLog9
-rw-r--r--dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.6.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_DNSBL/ChangeLog b/dev-php/PEAR-Net_DNSBL/ChangeLog
index b5571384a431..4438eabd46f4 100644
--- a/dev-php/PEAR-Net_DNSBL/ChangeLog
+++ b/dev-php/PEAR-Net_DNSBL/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/PEAR-Net_DNSBL
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog,v 1.28 2009/08/22 19:41:38 beandog Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog,v 1.29 2012/01/15 14:42:21 mabi Exp $
+
+*PEAR-Net_DNSBL-1.3.6 (15 Jan 2012)
+
+ 15 Jan 2012; Matti Bickel <mabi@gentoo.org> +PEAR-Net_DNSBL-1.3.6.ebuild:
+ version bump, now uses HTTP_Request2
*PEAR-Net_DNSBL-1.3.3 (22 Aug 2009)
diff --git a/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.6.ebuild b/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.6.ebuild
new file mode 100644
index 000000000000..e4f3e0d90fc4
--- /dev/null
+++ b/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.6.ebuild,v 1.1 2012/01/15 14:42:21 mabi Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="DNSBL Checker"
+
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND=">=dev-php/PEAR-Cache_Lite-1.5.2-r1
+ >=dev-php/PEAR-Net_CheckIP-1.1-r1
+ >=dev-php/PEAR-HTTP_Request2-2.0.0
+ >=dev-php/PEAR-Net_DNS-1.0.0"