From 79e2190d08b5bc7e99639999e82e9f6081765ffe Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Tue, 26 Mar 2013 20:26:07 +0000 Subject: version bump (Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C) --- dev-php/PEAR-Net_DNS2/ChangeLog | 10 +++++++--- dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.2.5.ebuild | 15 +++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.2.5.ebuild (limited to 'dev-php') 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 +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 +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]" -- cgit v1.2.3-65-gdbad