diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:41:38 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 19:41:38 +0000 |
commit | 7905419706a6cf6ce06729a5c5b064d1df56618b (patch) | |
tree | 961a315b7709a42946cb3a38c80f4e4b4bbf2d98 /dev-php/PEAR-Net_DNSBL | |
parent | Version bump (diff) | |
download | gentoo-2-7905419706a6cf6ce06729a5c5b064d1df56618b.tar.gz gentoo-2-7905419706a6cf6ce06729a5c5b064d1df56618b.tar.bz2 gentoo-2-7905419706a6cf6ce06729a5c5b064d1df56618b.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_DNSBL')
-rw-r--r-- | dev-php/PEAR-Net_DNSBL/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.3.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_DNSBL/ChangeLog b/dev-php/PEAR-Net_DNSBL/ChangeLog index 678c62b67147..b5571384a431 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNSBL/ChangeLog,v 1.27 2007/12/06 00:39:30 jokey Exp $ +# 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 $ + +*PEAR-Net_DNSBL-1.3.3 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Net_DNSBL-1.3.3.ebuild: + Version bump 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -PEAR-Net_DNSBL-1.0.0-r1.ebuild, PEAR-Net_DNSBL-1.3.0.ebuild: diff --git a/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.3.ebuild b/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.3.ebuild new file mode 100644 index 000000000000..812257c782e9 --- /dev/null +++ b/dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/08/22 19:41:38 beandog Exp $ + +inherit php-pear-r1 + +DESCRIPTION="DNSBL Checker" + +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +RDEPEND=">=dev-php/PEAR-Cache_Lite-1.5.2-r1 + >=dev-php/PEAR-Net_CheckIP-1.1-r1 + >=dev-php/PEAR-HTTP_Request-1.2.4-r1 + >=dev-php/PEAR-Net_DNS-1.0.0" |