Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-core: lc-core-0.6.65.ebuild ChangeLog
Date: Sat, 28 Jun 2014 13:42:56
Message-Id: 20140628134252.A20842004F@flycatcher.gentoo.org
1 maksbotan 14/06/28 13:42:52
2
3 Modified: lc-core-0.6.65.ebuild ChangeLog
4 Log:
5 Add upstream patches for making dbus optional (and disabling it by default) and fixes for gcc-4.9, bug #513904 and bug #513404. Thanks to patrick for the report and to 0xd34df00d for the fixes.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
8
9 Revision Changes Path
10 1.3 app-leechcraft/lc-core/lc-core-0.6.65.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?r1=1.2&r2=1.3
15
16 Index: lc-core-0.6.65.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- lc-core-0.6.65.ebuild 25 Jun 2014 06:36:31 -0000 1.2
23 +++ lc-core-0.6.65.ebuild 28 Jun 2014 13:42:52 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v 1.2 2014/06/25 06:36:31 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild,v 1.3 2014/06/28 13:42:52 maksbotan Exp $
29
30 EAPI="5"
31
32 @@ -22,7 +22,6 @@
33 dev-qt/qtscript:4
34 dev-qt/qtsql:4[postgres?,sqlite?]
35 dev-qt/qtwebkit:4
36 - dev-qt/qtdbus:4
37 qwt? ( x11-libs/qwt:6 )"
38 DEPEND="${COMMON_DEPEND}
39 doc? ( app-doc/doxygen )"
40 @@ -35,6 +34,11 @@
41
42 REQUIRED_USE="|| ( postgres sqlite )"
43
44 +PATCHES=(
45 + "${FILESDIR}"/${P}-dbus-optional.patch
46 + "${FILESDIR}"/${P}-gcc-4.9.patch
47 +)
48 +
49 src_configure() {
50 local mycmakeargs=(
51 -DWITH_PLUGINS=False
52
53
54
55 1.19 app-leechcraft/lc-core/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.19&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?rev=1.19&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/ChangeLog?r1=1.18&r2=1.19
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v
64 retrieving revision 1.18
65 retrieving revision 1.19
66 diff -u -r1.18 -r1.19
67 --- ChangeLog 25 Jun 2014 06:36:31 -0000 1.18
68 +++ ChangeLog 28 Jun 2014 13:42:52 -0000 1.19
69 @@ -1,6 +1,13 @@
70 # ChangeLog for app-leechcraft/lc-core
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.18 2014/06/25 06:36:31 patrick Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/ChangeLog,v 1.19 2014/06/28 13:42:52 maksbotan Exp $
74 +
75 + 28 Jun 2014; Maxim Koltsov <maksbotan@g.o>
76 + +files/lc-core-0.6.65-dbus-optional.patch,
77 + +files/lc-core-0.6.65-gcc-4.9.patch, lc-core-0.6.65.ebuild:
78 + Add upstream patches for making dbus optional (and disabling it by default)
79 + and fixes for gcc-4.9, bug #513904 and bug #513404. Thanks to patrick for the
80 + report and to 0xd34df00d for the fixes.
81
82 25 Jun 2014; Patrick Lauer <patrick@g.o> lc-core-0.6.65.ebuild,
83 lc-core-9999.ebuild: