diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-03-26 20:26:07 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-03-26 20:26:07 +0000 |
commit | 79e2190d08b5bc7e99639999e82e9f6081765ffe (patch) | |
tree | 2bf4ae88c7e3d4e88b2aabbf53e75b6cf277025d /dev-php | |
parent | Add ia64 binary. (diff) | |
download | gentoo-2-79e2190d08b5bc7e99639999e82e9f6081765ffe.tar.gz gentoo-2-79e2190d08b5bc7e99639999e82e9f6081765ffe.tar.bz2 gentoo-2-79e2190d08b5bc7e99639999e82e9f6081765ffe.zip |
version bump
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_DNS2/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.2.5.ebuild | 15 |
2 files changed, 22 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_DNS2/ChangeLog b/dev-php/PEAR-Net_DNS2/ChangeLog index 1e77a34f7f0a..4ec104134b4f 100644 --- a/dev-php/PEAR-Net_DNS2/ChangeLog +++ b/dev-php/PEAR-Net_DNS2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Net_DNS2 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog,v 1.3 2012/01/18 20:17:17 mabi Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog,v 1.4 2013/03/26 20:26:07 mabi Exp $ + +*PEAR-Net_DNS2-1.2.5 (26 Mar 2013) + + 26 Mar 2013; Matti Bickel <mabi@gentoo.org> +PEAR-Net_DNS2-1.2.5.ebuild: + version bump *PEAR-Net_DNS2-1.2.0 (18 Jan 2012) @@ -20,4 +25,3 @@ 04 Jun 2011; Alex Legler <a3li@gentoo.org> +PEAR-Net_DNS2-1.1.2.ebuild, +metadata.xml: Initial commit, dependency of www-apps/horde-4. - diff --git a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.2.5.ebuild b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.2.5.ebuild new file mode 100644 index 000000000000..835c8812f793 --- /dev/null +++ b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.2.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 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.2.5.ebuild,v 1.1 2013/03/26 20:26:06 mabi 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]" |