Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/quassel: ChangeLog quassel-0.5_rc1.ebuild quassel-0.4.1.ebuild
Date: Fri, 04 Sep 2009 14:58:09
Message-Id: E1Mjf3O-00059T-Hd@stork.gentoo.org
1 billie 09/09/04 20:06:38
2
3 Modified: ChangeLog quassel-0.5_rc1.ebuild
4 Removed: quassel-0.4.1.ebuild
5 Log:
6 Fix building with USE="-ssl" bug #283303. Remove old.
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.55 net-irc/quassel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 26 Aug 2009 18:06:01 -0000 1.54
23 +++ ChangeLog 4 Sep 2009 20:06:38 -0000 1.55
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-irc/quassel
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.54 2009/08/26 18:06:01 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.55 2009/09/04 20:06:38 billie Exp $
29 +
30 + 04 Sep 2009; Pielmeier Daniel <billie@g.o> -quassel-0.4.1.ebuild,
31 + quassel-0.5_rc1.ebuild, +files/quassel-0.5_rc1-identity.cpp.patch:
32 + Fix building with USE="-ssl" bug #283303. Remove old.
33
34 *quassel-0.4.3-r50 (26 Aug 2009)
35
36
37
38
39 1.2 net-irc/quassel/quassel-0.5_rc1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/quassel-0.5_rc1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/quassel-0.5_rc1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/quassel/quassel-0.5_rc1.ebuild?r1=1.1&r2=1.2
44
45 Index: quassel-0.5_rc1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.5_rc1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- quassel-0.5_rc1.ebuild 26 Aug 2009 18:06:01 -0000 1.1
52 +++ quassel-0.5_rc1.ebuild 4 Sep 2009 20:06:38 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.5_rc1.ebuild,v 1.1 2009/08/26 18:06:01 scarabeus Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.5_rc1.ebuild,v 1.2 2009/09/04 20:06:38 billie Exp $
58
59 EAPI="2"
60
61 @@ -62,6 +62,10 @@
62 fi
63 }
64
65 +src_prepare() {
66 + epatch "$FILESDIR/${P}-identity.cpp.patch"
67 +}
68 +
69 src_configure() {
70 local my_langs
71 for i in ${LINGUAS}; do