Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kopete/
Date: Tue, 01 Nov 2011 16:12:14
Message-Id: 4618c1d957a22d4a8f5afd61819bccd3b036a96a.dilfridge@gentoo
1 commit: 4618c1d957a22d4a8f5afd61819bccd3b036a96a
2 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 16:11:49 2011 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 16:11:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4618c1d9
7
8 [kde-base/kopete] v4l2 becomes v4l
9
10 (Portage version: 2.1.10.32/git/Linux x86_64, signed Manifest commit with key 7887F787)
11
12 ---
13 kde-base/kopete/kopete-4.7.3.ebuild | 6 +++---
14 kde-base/kopete/kopete-4.7.49.9999.ebuild | 6 +++---
15 kde-base/kopete/kopete-9999.ebuild | 6 +++---
16 3 files changed, 9 insertions(+), 9 deletions(-)
17
18 diff --git a/kde-base/kopete/kopete-4.7.3.ebuild b/kde-base/kopete/kopete-4.7.3.ebuild
19 index f675764..58d1c7d 100644
20 --- a/kde-base/kopete/kopete-4.7.3.ebuild
21 +++ b/kde-base/kopete/kopete-4.7.3.ebuild
22 @@ -10,7 +10,7 @@ inherit kde4-meta
23
24 DESCRIPTION="KDE multi-protocol IM client"
25 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
26 -IUSE="debug ssl v4l2"
27 +IUSE="debug ssl v4l"
28
29 # tests hang, last checked for 4.2.96
30 RESTRICT=test
31 @@ -80,7 +80,7 @@ COMMONDEPEND="
32 msn? ( >=net-libs/libmsn-4.1 )
33 otr? ( >=net-libs/libotr-3.2.0 )
34 statistics? ( dev-db/sqlite:3 )
35 - v4l2? ( media-libs/libv4l )
36 + v4l? ( media-libs/libv4l )
37 webpresence? (
38 dev-libs/libxml2
39 dev-libs/libxslt
40 @@ -123,7 +123,7 @@ src_configure() {
41 $(cmake-utils_use_with jingle LiboRTP)
42 $(cmake-utils_use_with jingle Mediastreamer)
43 $(cmake-utils_use_with jingle Speex)
44 - $(cmake-utils_use_disable v4l2 VIDEOSUPPORT)
45 + $(cmake-utils_use_disable v4l VIDEOSUPPORT)
46 )
47 # enable protocols
48 for x in ${PROTOCOLS}; do
49
50 diff --git a/kde-base/kopete/kopete-4.7.49.9999.ebuild b/kde-base/kopete/kopete-4.7.49.9999.ebuild
51 index a8c5651..fea8c0f 100644
52 --- a/kde-base/kopete/kopete-4.7.49.9999.ebuild
53 +++ b/kde-base/kopete/kopete-4.7.49.9999.ebuild
54 @@ -10,7 +10,7 @@ inherit kde4-meta
55
56 DESCRIPTION="KDE multi-protocol IM client"
57 KEYWORDS=""
58 -IUSE="debug ssl v4l2"
59 +IUSE="debug ssl v4l"
60
61 # tests hang, last checked for 4.2.96
62 RESTRICT=test
63 @@ -80,7 +80,7 @@ COMMONDEPEND="
64 msn? ( >=net-libs/libmsn-4.1 )
65 otr? ( >=net-libs/libotr-3.2.0 )
66 statistics? ( dev-db/sqlite:3 )
67 - v4l2? ( media-libs/libv4l )
68 + v4l? ( media-libs/libv4l )
69 webpresence? (
70 dev-libs/libxml2
71 dev-libs/libxslt
72 @@ -123,7 +123,7 @@ src_configure() {
73 $(cmake-utils_use_with jingle LiboRTP)
74 $(cmake-utils_use_with jingle Mediastreamer)
75 $(cmake-utils_use_with jingle Speex)
76 - $(cmake-utils_use_disable v4l2 VIDEOSUPPORT)
77 + $(cmake-utils_use_disable v4l VIDEOSUPPORT)
78 )
79 # enable protocols
80 for x in ${PROTOCOLS}; do
81
82 diff --git a/kde-base/kopete/kopete-9999.ebuild b/kde-base/kopete/kopete-9999.ebuild
83 index a8c5651..fea8c0f 100644
84 --- a/kde-base/kopete/kopete-9999.ebuild
85 +++ b/kde-base/kopete/kopete-9999.ebuild
86 @@ -10,7 +10,7 @@ inherit kde4-meta
87
88 DESCRIPTION="KDE multi-protocol IM client"
89 KEYWORDS=""
90 -IUSE="debug ssl v4l2"
91 +IUSE="debug ssl v4l"
92
93 # tests hang, last checked for 4.2.96
94 RESTRICT=test
95 @@ -80,7 +80,7 @@ COMMONDEPEND="
96 msn? ( >=net-libs/libmsn-4.1 )
97 otr? ( >=net-libs/libotr-3.2.0 )
98 statistics? ( dev-db/sqlite:3 )
99 - v4l2? ( media-libs/libv4l )
100 + v4l? ( media-libs/libv4l )
101 webpresence? (
102 dev-libs/libxml2
103 dev-libs/libxslt
104 @@ -123,7 +123,7 @@ src_configure() {
105 $(cmake-utils_use_with jingle LiboRTP)
106 $(cmake-utils_use_with jingle Mediastreamer)
107 $(cmake-utils_use_with jingle Speex)
108 - $(cmake-utils_use_disable v4l2 VIDEOSUPPORT)
109 + $(cmake-utils_use_disable v4l VIDEOSUPPORT)
110 )
111 # enable protocols
112 for x in ${PROTOCOLS}; do