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_DNS: ChangeLog PEAR-Net_DNS-1.0.1.ebuild
Date: Sun, 04 Jul 2010 13:45:35
Message-Id: 20100704134533.75D532CE14@corvid.gentoo.org
1 mabi 10/07/04 13:45:33
2
3 Modified: ChangeLog PEAR-Net_DNS-1.0.1.ebuild
4 Log:
5 fix bug #324823
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.34 dev-php/PEAR-Net_DNS/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog?rev=1.34&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog?rev=1.34&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog?r1=1.33&r2=1.34
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v
18 retrieving revision 1.33
19 retrieving revision 1.34
20 diff -u -r1.33 -r1.34
21 --- ChangeLog 22 Aug 2009 18:56:47 -0000 1.33
22 +++ ChangeLog 4 Jul 2010 13:45:33 -0000 1.34
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-php/PEAR-Net_DNS
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.33 2009/08/22 18:56:47 beandog Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/ChangeLog,v 1.34 2010/07/04 13:45:33 mabi Exp $
29 +
30 + 04 Jul 2010; Matti Bickel <mabi@g.o> PEAR-Net_DNS-1.0.1.ebuild:
31 + mhash dependency is optional, thanks to Ole Markus With on bug #324823
32
33 *PEAR-Net_DNS-1.0.1 (22 Aug 2009)
34
35
36
37
38 1.2 dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild?r1=1.1&r2=1.2
43
44 Index: PEAR-Net_DNS-1.0.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- PEAR-Net_DNS-1.0.1.ebuild 22 Aug 2009 18:56:47 -0000 1.1
51 +++ PEAR-Net_DNS-1.0.1.ebuild 4 Jul 2010 13:45:33 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $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 $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_DNS/PEAR-Net_DNS-1.0.1.ebuild,v 1.2 2010/07/04 13:45:33 mabi Exp $
58
59 inherit php-pear-r1 depend.php
60
61 @@ -10,6 +10,3 @@
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 -pkg_setup() {
66 - require_php_with_use mhash
67 -}