Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/horde-turba: horde-turba-2.3.3.ebuild horde-turba-2.3.4.ebuild ChangeLog horde-turba-2.3.2.ebuild
Date: Tue, 27 Jul 2010 22:17:12
Message-Id: 20100727221657.46FF12CE15@corvid.gentoo.org
1 a3li 10/07/27 22:16:57
2
3 Modified: horde-turba-2.3.3.ebuild ChangeLog
4 Added: horde-turba-2.3.4.ebuild
5 Removed: horde-turba-2.3.2.ebuild
6 Log:
7 Version bump, closes bug 329253. No longer try to install docs/vcf directory which resulted in a bzip2 failure. Removing old version.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 www-apps/horde-turba/horde-turba-2.3.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.3.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.3.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.3.ebuild?r1=1.1&r2=1.2
16
17 Index: horde-turba-2.3.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.3.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- horde-turba-2.3.3.ebuild 17 Dec 2009 17:51:58 -0000 1.1
24 +++ horde-turba-2.3.3.ebuild 27 Jul 2010 22:16:56 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.3.ebuild,v 1.1 2009/12/17 17:51:58 a3li Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.3.ebuild,v 1.2 2010/07/27 22:16:56 a3li Exp $
31
32 HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap"
33 HORDE_MAJ="-h3"
34 @@ -14,3 +14,10 @@
35 DEPEND=""
36 RDEPEND=">=www-apps/horde-3
37 ldap? ( dev-php/PEAR-Net_LDAP )"
38 +
39 +src_unpack() {
40 + horde_src_unpack
41 +
42 + # Remove vcf specs as they don't install and are not useful to the end user
43 + rm -r docs/vcf || die 'removing docs failed'
44 +}
45
46
47
48 1.43 www-apps/horde-turba/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/ChangeLog?rev=1.43&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/ChangeLog?rev=1.43&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/ChangeLog?r1=1.42&r2=1.43
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v
57 retrieving revision 1.42
58 retrieving revision 1.43
59 diff -u -r1.42 -r1.43
60 --- ChangeLog 17 Dec 2009 17:51:58 -0000 1.42
61 +++ ChangeLog 27 Jul 2010 22:16:56 -0000 1.43
62 @@ -1,6 +1,13 @@
63 # ChangeLog for www-apps/horde-turba
64 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.42 2009/12/17 17:51:58 a3li Exp $
66 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.43 2010/07/27 22:16:56 a3li Exp $
68 +
69 +*horde-turba-2.3.4 (27 Jul 2010)
70 +
71 + 27 Jul 2010; Alex Legler <a3li@g.o> -horde-turba-2.3.2.ebuild,
72 + horde-turba-2.3.3.ebuild, +horde-turba-2.3.4.ebuild:
73 + Version bump, closes bug 329253. No longer try to install docs/vcf
74 + directory which resulted in a bzip2 failure. Removing old version.
75
76 *horde-turba-2.3.3 (17 Dec 2009)
77
78
79
80
81 1.1 www-apps/horde-turba/horde-turba-2.3.4.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.4.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.4.ebuild?rev=1.1&content-type=text/plain
85
86 Index: horde-turba-2.3.4.ebuild
87 ===================================================================
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.4.ebuild,v 1.1 2010/07/27 22:16:56 a3li Exp $
91
92 HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap"
93 HORDE_MAJ="-h3"
94 inherit horde
95
96 DESCRIPTION="Turba is the Horde address book / contact management program"
97
98 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
99 IUSE="ldap"
100
101 DEPEND=""
102 RDEPEND=">=www-apps/horde-3
103 ldap? ( dev-php/PEAR-Net_LDAP )"
104
105 src_unpack() {
106 horde_src_unpack
107
108 # Remove vcf specs as they don't install and are not useful to the end user
109 rm -r docs/vcf || die 'removing docs failed'
110 }