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/PEAR-Net_DNSBL-1.3.3.ebuild | |
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/PEAR-Net_DNSBL-1.3.3.ebuild')
-rw-r--r-- | dev-php/PEAR-Net_DNSBL/PEAR-Net_DNSBL-1.3.3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
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" |