Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/solid: ChangeLog solid-4.3.5.ebuild solid-4.3.5-r1.ebuild
Date: Wed, 17 Feb 2010 21:35:16
Message-Id: E1NhrY8-0008F2-Gy@stork.gentoo.org
1 ssuominen 10/02/17 21:35:12
2
3 Modified: ChangeLog solid-4.3.5.ebuild
4 Added: solid-4.3.5-r1.ebuild
5 Log:
6 Revision bump to drop -hal.patch and -hal-2.patch for stabilization.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.62 kde-base/solid/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/solid/ChangeLog?rev=1.62&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/solid/ChangeLog?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/solid/ChangeLog?r1=1.61&r2=1.62
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/solid/ChangeLog,v
19 retrieving revision 1.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- ChangeLog 9 Feb 2010 00:22:22 -0000 1.61
23 +++ ChangeLog 17 Feb 2010 21:35:11 -0000 1.62
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/solid
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/ChangeLog,v 1.61 2010/02/09 00:22:22 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/ChangeLog,v 1.62 2010/02/17 21:35:11 ssuominen Exp $
29 +
30 +*solid-4.3.5-r1 (17 Feb 2010)
31 +
32 + 17 Feb 2010; Samuli Suominen <ssuominen@g.o> solid-4.3.5.ebuild,
33 + +solid-4.3.5-r1.ebuild:
34 + Revision bump to drop -hal.patch and -hal-2.patch for stabilization.
35
36 *solid-4.4.0 (09 Feb 2010)
37
38
39
40
41 1.2 kde-base/solid/solid-4.3.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/solid/solid-4.3.5.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/solid/solid-4.3.5.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/solid/solid-4.3.5.ebuild?r1=1.1&r2=1.2
46
47 Index: solid-4.3.5.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.3.5.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- solid-4.3.5.ebuild 25 Jan 2010 17:38:09 -0000 1.1
54 +++ solid-4.3.5.ebuild 17 Feb 2010 21:35:11 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.3.5.ebuild,v 1.1 2010/01/25 17:38:09 scarabeus Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.3.5.ebuild,v 1.2 2010/02/17 21:35:11 ssuominen Exp $
60
61 EAPI="2"
62
63 @@ -28,8 +28,6 @@
64
65 PATCHES=(
66 "${FILESDIR}"/${PN}-4.3.1-darwin-compile-powermanager.patch
67 - "${FILESDIR}/${PN}-4.3.4-hal.patch"
68 - "${FILESDIR}/${PN}-4.3.4-hal-2.patch"
69 )
70
71 src_configure() {
72
73
74
75 1.1 kde-base/solid/solid-4.3.5-r1.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/solid/solid-4.3.5-r1.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/solid/solid-4.3.5-r1.ebuild?rev=1.1&content-type=text/plain
79
80 Index: solid-4.3.5-r1.ebuild
81 ===================================================================
82 # Copyright 1999-2010 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/kde-base/solid/solid-4.3.5-r1.ebuild,v 1.1 2010/02/17 21:35:11 ssuominen Exp $
85
86 EAPI="2"
87
88 KMNAME="kdebase-workspace"
89 CPPUNIT_REQUIRED="test"
90 inherit kde4-meta
91
92 DESCRIPTION="Solid: the KDE hardware library"
93 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
94 IUSE="bluetooth debug networkmanager wicd"
95
96 # solid/CMakeLists.txt has an add_subdirectory statement that depends on
97 # networkmanager-0.7, referring to a non-existant directory, restricted to =0.6*
98 # for now.
99 DEPEND="
100 bluetooth? ( net-wireless/bluez )
101 networkmanager? ( >=net-misc/networkmanager-0.7 )
102 wicd? ( net-misc/wicd )
103 "
104 RDEPEND="${DEPEND}"
105
106 KMEXTRA="
107 libs/solid/
108 "
109
110 PATCHES=(
111 "${FILESDIR}"/${PN}-4.3.1-darwin-compile-powermanager.patch
112 "${FILESDIR}/${PN}-4.3.4-hal.patch"
113 "${FILESDIR}/${PN}-4.3.4-hal-2.patch"
114 )
115
116 src_configure() {
117 mycmakeargs=(
118 $(cmake-utils_use_with bluetooth BlueZ)
119 $(cmake-utils_use_with networkmanager NetworkManager)
120 $(cmake-utils_use_build wicd)
121 )
122
123 kde4-meta_src_configure
124 }