diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:56:47 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:56:47 +0000 |
commit | 10b66090fd8475b324bf9c96efd04f2cefa1033d (patch) | |
tree | 2825b601b05ccb3321fa97e1e6d7a0f5e1e57f2b /dev-php/PEAR-Net_DNS | |
parent | Version bump, bug 249855 (diff) | |
download | historical-10b66090fd8475b324bf9c96efd04f2cefa1033d.tar.gz historical-10b66090fd8475b324bf9c96efd04f2cefa1033d.tar.bz2 historical-10b66090fd8475b324bf9c96efd04f2cefa1033d.zip |
Version bump, bug 273389
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-Net_DNS')
-rw-r--r-- | dev-php/PEAR-Net_DNS/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_DNS/ChangeLog b/dev-php/PEAR-Net_DNS/ChangeLog index cb1a7a5632c7..edd74c23744b 100644 --- a/dev-php/PEAR-Net_DNS/ChangeLog +++ b/dev-php/PEAR-Net_DNS/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Net_DNS -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.32 2007/12/06 00:39:10 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.33 2009/08/22 18:56:47 beandog Exp $ + +*PEAR-Net_DNS-1.0.1 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> +PEAR-Net_DNS-1.0.1.ebuild: + Version bump, bug 273389 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -PEAR-Net_DNS-0.03-r1.ebuild, PEAR-Net_DNS-1.0.0.ebuild: diff --git a/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild new file mode 100644 index 000000000000..24545df42e2e --- /dev/null +++ b/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild @@ -0,0 +1,15 @@ +# 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_DNS/PEAR-Net_DNS-1.0.1.ebuild,v 1.1 2009/08/22 18:56:47 beandog Exp $ + +inherit php-pear-r1 depend.php + +DESCRIPTION="Resolver library used to communicate with a DNS server." +LICENSE="PHP-3.01 || ( LGPL-2.1 LGPL-3 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +pkg_setup() { + require_php_with_use mhash +} |