Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/korundum: ChangeLog korundum-4.7.3.ebuild korundum-4.7.4.ebuild
Date: Tue, 27 Dec 2011 21:35:56
Message-Id: 20111227213545.E20A02004B@flycatcher.gentoo.org
1 dilfridge 11/12/27 21:35:45
2
3 Modified: ChangeLog korundum-4.7.3.ebuild
4 korundum-4.7.4.ebuild
5 Log:
6 Make semantic-desktop a hard dep, workaround for bug 395679
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.97 kde-base/korundum/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korundum/ChangeLog?rev=1.97&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korundum/ChangeLog?rev=1.97&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korundum/ChangeLog?r1=1.96&r2=1.97
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v
20 retrieving revision 1.96
21 retrieving revision 1.97
22 diff -u -r1.96 -r1.97
23 --- ChangeLog 11 Dec 2011 18:52:18 -0000 1.96
24 +++ ChangeLog 27 Dec 2011 21:35:45 -0000 1.97
25 @@ -1,6 +1,10 @@
26 # ChangeLog for kde-base/korundum
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.96 2011/12/11 18:52:18 alexxy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.97 2011/12/27 21:35:45 dilfridge Exp $
30 +
31 + 27 Dec 2011; Andreas K. Huettel <dilfridge@g.o> korundum-4.7.3.ebuild,
32 + korundum-4.7.4.ebuild:
33 + Make semantic-desktop a hard dep, workaround for bug 395679
34
35 *korundum-4.7.4 (11 Dec 2011)
36
37
38
39
40 1.4 kde-base/korundum/korundum-4.7.3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korundum/korundum-4.7.3.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korundum/korundum-4.7.3.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korundum/korundum-4.7.3.ebuild?r1=1.3&r2=1.4
45
46 Index: korundum-4.7.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.7.3.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- korundum-4.7.3.ebuild 7 Dec 2011 22:13:42 -0000 1.3
53 +++ korundum-4.7.3.ebuild 27 Dec 2011 21:35:45 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.7.3.ebuild,v 1.3 2011/12/07 22:13:42 hwoarang Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.7.3.ebuild,v 1.4 2011/12/27 21:35:45 dilfridge Exp $
59
60 EAPI=4
61
62 @@ -18,11 +18,15 @@
63
64 DESCRIPTION="KDE Ruby bindings"
65 KEYWORDS="amd64 x86"
66 -IUSE="akonadi debug kate okular semantic-desktop"
67 +IUSE="akonadi debug kate okular"
68 +
69 +# unfortunately single modules cannot be disabled with cmake defines
70 +# possible more useflags have no effect... does anyone actually build this stuff?
71 +# may need some hacking, for now semantic-desktop just becomes a hard dependency
72
73 DEPEND="
74 $(add_kdebase_dep qtruby)
75 - $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=')
76 + $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop')
77 $(add_kdebase_dep smokeqt)
78 "
79 RDEPEND="${DEPEND}
80 @@ -59,8 +63,6 @@
81 $(cmake-utils_use_with akonadi KdepimLibs)
82 $(cmake-utils_use_disable kate)
83 $(cmake-utils_use_with okular)
84 - $(cmake-utils_use_with semantic-desktop Nepomuk)
85 - $(cmake-utils_use_with semantic-desktop Soprano)
86 )
87 kde4-base_src_configure
88 }
89
90
91
92 1.2 kde-base/korundum/korundum-4.7.4.ebuild
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korundum/korundum-4.7.4.ebuild?rev=1.2&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korundum/korundum-4.7.4.ebuild?rev=1.2&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/korundum/korundum-4.7.4.ebuild?r1=1.1&r2=1.2
97
98 Index: korundum-4.7.4.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.7.4.ebuild,v
101 retrieving revision 1.1
102 retrieving revision 1.2
103 diff -u -r1.1 -r1.2
104 --- korundum-4.7.4.ebuild 11 Dec 2011 18:52:18 -0000 1.1
105 +++ korundum-4.7.4.ebuild 27 Dec 2011 21:35:45 -0000 1.2
106 @@ -1,6 +1,6 @@
107 # Copyright 1999-2011 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.7.4.ebuild,v 1.1 2011/12/11 18:52:18 alexxy Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.7.4.ebuild,v 1.2 2011/12/27 21:35:45 dilfridge Exp $
111
112 EAPI=4
113
114 @@ -18,11 +18,15 @@
115
116 DESCRIPTION="KDE Ruby bindings"
117 KEYWORDS="~amd64 ~x86"
118 -IUSE="akonadi debug kate okular semantic-desktop"
119 +IUSE="akonadi debug kate okular"
120 +
121 +# unfortunately single modules cannot be disabled with cmake defines
122 +# possible more useflags have no effect... does anyone actually build this stuff?
123 +# may need some hacking, for now semantic-desktop just becomes a hard dependency
124
125 DEPEND="
126 $(add_kdebase_dep qtruby)
127 - $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=')
128 + $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop')
129 $(add_kdebase_dep smokeqt)
130 "
131 RDEPEND="${DEPEND}
132 @@ -59,8 +63,6 @@
133 $(cmake-utils_use_with akonadi KdepimLibs)
134 $(cmake-utils_use_disable kate)
135 $(cmake-utils_use_with okular)
136 - $(cmake-utils_use_with semantic-desktop Nepomuk)
137 - $(cmake-utils_use_with semantic-desktop Soprano)
138 )
139 kde4-base_src_configure
140 }