diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-10-15 10:18:47 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-10-15 10:18:47 +0000 |
commit | fd0c04650fd5377184073d0ce8cfee678b1f451e (patch) | |
tree | b91ba50fe6b79376117f3247c971369de583e386 /dev-php/PEAR-Net_DNS2 | |
parent | Version bump (diff) | |
download | gentoo-2-fd0c04650fd5377184073d0ce8cfee678b1f451e.tar.gz gentoo-2-fd0c04650fd5377184073d0ce8cfee678b1f451e.tar.bz2 gentoo-2-fd0c04650fd5377184073d0ce8cfee678b1f451e.zip |
Revbump fixing runtime dependency on php[sockets] and changed EAPI accordingly (Bug 385867)
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-Net_DNS2')
-rw-r--r-- | dev-php/PEAR-Net_DNS2/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2-r1.ebuild | 15 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-php/PEAR-Net_DNS2/ChangeLog b/dev-php/PEAR-Net_DNS2/ChangeLog index 57d453399278..4ba6818e27bf 100644 --- a/dev-php/PEAR-Net_DNS2/ChangeLog +++ b/dev-php/PEAR-Net_DNS2/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php/PEAR-Net_DNS2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog,v 1.1 2011/06/04 19:00:09 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog,v 1.2 2011/10/15 10:18:47 olemarkus Exp $ + +*PEAR-Net_DNS2-1.1.2-r1 (15 Oct 2011) + + 15 Oct 2011; Ole Markus With <olemarkus@gentoo.org> + +PEAR-Net_DNS2-1.1.2-r1.ebuild: + Revbump fixing runtime dependency on php[sockets] and changed EAPI + accordingly (Bug 385867) *PEAR-Net_DNS2-1.1.2 (04 Jun 2011) diff --git a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2-r1.ebuild b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2-r1.ebuild new file mode 100644 index 000000000000..9e9a897fc79b --- /dev/null +++ b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.1.2-r1.ebuild,v 1.1 2011/10/15 10:18:47 olemarkus Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="Object-oriented PHP5 resolver library used to communicate with a DNS server." +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/php[sockets]" |