Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Net_DNS: ChangeLog PEAR-Net_DNS-1.0.1.ebuild
Date: Sat, 22 Aug 2009 18:56:50
Message-Id: E1Mevlf-0006wP-Nq@stork.gentoo.org
1 beandog 09/08/22 18:56:47
2
3 Modified: ChangeLog
4 Added: PEAR-Net_DNS-1.0.1.ebuild
5 Log:
6 Version bump, bug 273389
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.33 dev-php/PEAR-Net_DNS/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 6 Dec 2007 00:39:10 -0000 1.32
23 +++ ChangeLog 22 Aug 2009 18:56:47 -0000 1.33
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/PEAR-Net_DNS
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.32 2007/12/06 00:39:10 jokey Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.33 2009/08/22 18:56:47 beandog Exp $
30 +
31 +*PEAR-Net_DNS-1.0.1 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Steve Dibb <beandog@g.o> +PEAR-Net_DNS-1.0.1.ebuild:
34 + Version bump, bug 273389
35
36 06 Dec 2007; Markus Ullmann <jokey@g.o>
37 -PEAR-Net_DNS-0.03-r1.ebuild, PEAR-Net_DNS-1.0.0.ebuild:
38
39
40
41 1.1 dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: PEAR-Net_DNS-1.0.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 inherit php-pear-r1 depend.php
53
54 DESCRIPTION="Resolver library used to communicate with a DNS server."
55 LICENSE="PHP-3.01 || ( LGPL-2.1 LGPL-3 )"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
58 IUSE=""
59
60 pkg_setup() {
61 require_php_with_use mhash
62 }