Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/horde-passwd: horde-passwd-3.0.1.ebuild ChangeLog
Date: Sat, 31 May 2008 05:13:50
Message-Id: E1K2JPU-0004c3-84@stork.gentoo.org
1 vapier 08/05/31 05:13:44
2
3 Modified: horde-passwd-3.0.1.ebuild ChangeLog
4 Log:
5 Depend on either horde or horde-groupware or horde-webmail as pointed out by Robin Bankhead #217326.
6 (Portage version: 2.2_pre5.spank.spunk)
7
8 Revision Changes Path
9 1.3 www-apps/horde-passwd/horde-passwd-3.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild?r1=1.2&r2=1.3
14
15 Index: horde-passwd-3.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- horde-passwd-3.0.1.ebuild 12 Jul 2007 14:29:55 -0000 1.2
22 +++ horde-passwd-3.0.1.ebuild 31 May 2008 05:13:43 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild,v 1.2 2007/07/12 14:29:55 gustavoz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild,v 1.3 2008/05/31 05:13:43 vapier Exp $
29
30 HORDE_PHP_FEATURES="ctype"
31
32 @@ -13,7 +13,7 @@
33 IUSE="clearpasswd"
34
35 DEPEND=""
36 -RDEPEND=">=www-apps/horde-3.0"
37 +RDEPEND="|| ( >=www-apps/horde-3 >=www-apps/horde-groupware-1 >=www-apps/horde-webmail-1 )"
38
39 src_unpack() {
40 horde_src_unpack
41
42
43
44 1.15 www-apps/horde-passwd/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-passwd/ChangeLog?rev=1.15&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-passwd/ChangeLog?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/horde-passwd/ChangeLog?r1=1.14&r2=1.15
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v
53 retrieving revision 1.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- ChangeLog 12 Jul 2007 14:29:55 -0000 1.14
57 +++ ChangeLog 31 May 2008 05:13:43 -0000 1.15
58 @@ -1,6 +1,10 @@
59 # ChangeLog for www-apps/horde-passwd
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.14 2007/07/12 14:29:55 gustavoz Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.15 2008/05/31 05:13:43 vapier Exp $
64 +
65 + 31 May 2008; Mike Frysinger <vapier@g.o> horde-passwd-3.0.1.ebuild:
66 + Depend on either horde or horde-groupware or horde-webmail as pointed out by
67 + Robin Bankhead #217326.
68
69 12 Jul 2007; Gustavo Zacarias <gustavoz@g.o>
70 horde-passwd-3.0.1.ebuild:
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list