Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Net_DNS2: PEAR-Net_DNS2-1.2.5.ebuild ChangeLog
Date: Tue, 26 Mar 2013 20:26:11
Message-Id: 20130326202607.421962171D@flycatcher.gentoo.org
1 mabi 13/03/26 20:26:07
2
3 Modified: ChangeLog
4 Added: PEAR-Net_DNS2-1.2.5.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
9
10 Revision Changes Path
11 1.4 dev-php/PEAR-Net_DNS2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 18 Jan 2012 20:17:17 -0000 1.3
24 +++ ChangeLog 26 Mar 2013 20:26:07 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/PEAR-Net_DNS2
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog,v 1.3 2012/01/18 20:17:17 mabi Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS2/ChangeLog,v 1.4 2013/03/26 20:26:07 mabi Exp $
31 +
32 +*PEAR-Net_DNS2-1.2.5 (26 Mar 2013)
33 +
34 + 26 Mar 2013; Matti Bickel <mabi@g.o> +PEAR-Net_DNS2-1.2.5.ebuild:
35 + version bump
36
37 *PEAR-Net_DNS2-1.2.0 (18 Jan 2012)
38
39 @@ -20,4 +25,3 @@
40 04 Jun 2011; Alex Legler <a3li@g.o> +PEAR-Net_DNS2-1.1.2.ebuild,
41 +metadata.xml:
42 Initial commit, dependency of www-apps/horde-4.
43 -
44
45
46
47 1.1 dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.2.5.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.2.5.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.2.5.ebuild?rev=1.1&content-type=text/plain
51
52 Index: PEAR-Net_DNS2-1.2.5.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $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 $
57
58 EAPI="4"
59
60 inherit php-pear-r1
61
62 DESCRIPTION="Object-oriented PHP5 resolver library used to communicate with a DNS server."
63 LICENSE="BSD"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="dev-lang/php[sockets]"