summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-30 15:34:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-30 15:34:32 +0000
commitae6b5bae12f958215b47b999b727e24f29ce9958 (patch)
treef697983a6d0d71fb73fe651c16cb0b899e76c1d0 /kde-base
parentalpha/ia64/m68k/s390/sh/sparc stable wrt #385699 (diff)
downloadgentoo-2-ae6b5bae12f958215b47b999b727e24f29ce9958.tar.gz
gentoo-2-ae6b5bae12f958215b47b999b727e24f29ce9958.tar.bz2
gentoo-2-ae6b5bae12f958215b47b999b727e24f29ce9958.zip
Rename obsolete USE="v4l2" to USE="v4l" wrt #385241
(Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kopete/ChangeLog6
-rw-r--r--kde-base/kopete/kopete-4.6.3.ebuild8
-rw-r--r--kde-base/kopete/kopete-4.6.5.ebuild8
-rw-r--r--kde-base/kopete/kopete-4.7.2.ebuild8
4 files changed, 17 insertions, 13 deletions
diff --git a/kde-base/kopete/ChangeLog b/kde-base/kopete/ChangeLog
index 203c6c3e88f0..5819a087d2e6 100644
--- a/kde-base/kopete/ChangeLog
+++ b/kde-base/kopete/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kopete
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.295 2011/10/28 19:03:28 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.296 2011/10/30 15:34:32 ssuominen Exp $
+
+ 30 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> kopete-4.6.3.ebuild,
+ kopete-4.6.5.ebuild, kopete-4.7.2.ebuild:
+ Rename obsolete USE="v4l2" to USE="v4l" wrt #385241
28 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kopete-4.7.1.ebuild:
Drop KDEpim 4.6.1 and KDE 4.7.1
diff --git a/kde-base/kopete/kopete-4.6.3.ebuild b/kde-base/kopete/kopete-4.6.3.ebuild
index 11551ed370dd..3f0832886b91 100644
--- a/kde-base/kopete/kopete-4.6.3.ebuild
+++ b/kde-base/kopete/kopete-4.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.6.3.ebuild,v 1.4 2011/06/26 01:54:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.6.3.ebuild,v 1.5 2011/10/30 15:34:32 ssuominen Exp $
EAPI=4
@@ -10,7 +10,7 @@ inherit kde4-meta
DESCRIPTION="KDE multi-protocol IM client"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug ssl v4l2"
+IUSE="debug ssl v4l"
# tests hang, last checked for 4.2.96
RESTRICT=test
@@ -80,7 +80,7 @@ COMMONDEPEND="
msn? ( >=net-libs/libmsn-4.1 )
otr? ( >=net-libs/libotr-3.2.0 )
statistics? ( dev-db/sqlite:3 )
- v4l2? ( media-libs/libv4l )
+ v4l? ( media-libs/libv4l )
webpresence? (
dev-libs/libxml2
dev-libs/libxslt
@@ -123,7 +123,7 @@ src_configure() {
$(cmake-utils_use_with jingle LiboRTP)
$(cmake-utils_use_with jingle Mediastreamer)
$(cmake-utils_use_with jingle Speex)
- $(cmake-utils_use_disable v4l2 VIDEOSUPPORT)
+ $(cmake-utils_use_disable v4l VIDEOSUPPORT)
)
# enable protocols
for x in ${PROTOCOLS}; do
diff --git a/kde-base/kopete/kopete-4.6.5.ebuild b/kde-base/kopete/kopete-4.6.5.ebuild
index 6ebf80aa03ad..f4b1ea327982 100644
--- a/kde-base/kopete/kopete-4.6.5.ebuild
+++ b/kde-base/kopete/kopete-4.6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.6.5.ebuild,v 1.3 2011/08/15 21:09:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.6.5.ebuild,v 1.4 2011/10/30 15:34:32 ssuominen Exp $
EAPI=4
@@ -10,7 +10,7 @@ inherit kde4-meta
DESCRIPTION="KDE multi-protocol IM client"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug ssl v4l2"
+IUSE="debug ssl v4l"
# tests hang, last checked for 4.2.96
RESTRICT=test
@@ -80,7 +80,7 @@ COMMONDEPEND="
msn? ( >=net-libs/libmsn-4.1 )
otr? ( >=net-libs/libotr-3.2.0 )
statistics? ( dev-db/sqlite:3 )
- v4l2? ( media-libs/libv4l )
+ v4l? ( media-libs/libv4l )
webpresence? (
dev-libs/libxml2
dev-libs/libxslt
@@ -123,7 +123,7 @@ src_configure() {
$(cmake-utils_use_with jingle LiboRTP)
$(cmake-utils_use_with jingle Mediastreamer)
$(cmake-utils_use_with jingle Speex)
- $(cmake-utils_use_disable v4l2 VIDEOSUPPORT)
+ $(cmake-utils_use_disable v4l VIDEOSUPPORT)
)
# enable protocols
for x in ${PROTOCOLS}; do
diff --git a/kde-base/kopete/kopete-4.7.2.ebuild b/kde-base/kopete/kopete-4.7.2.ebuild
index d8d91626d494..9ceae8171cad 100644
--- a/kde-base/kopete/kopete-4.7.2.ebuild
+++ b/kde-base/kopete/kopete-4.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.7.2.ebuild,v 1.1 2011/10/06 18:11:10 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.7.2.ebuild,v 1.2 2011/10/30 15:34:32 ssuominen Exp $
EAPI=4
@@ -10,7 +10,7 @@ inherit kde4-meta
DESCRIPTION="KDE multi-protocol IM client"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug ssl v4l2"
+IUSE="debug ssl v4l"
# tests hang, last checked for 4.2.96
RESTRICT=test
@@ -80,7 +80,7 @@ COMMONDEPEND="
msn? ( >=net-libs/libmsn-4.1 )
otr? ( >=net-libs/libotr-3.2.0 )
statistics? ( dev-db/sqlite:3 )
- v4l2? ( media-libs/libv4l )
+ v4l? ( media-libs/libv4l )
webpresence? (
dev-libs/libxml2
dev-libs/libxslt
@@ -123,7 +123,7 @@ src_configure() {
$(cmake-utils_use_with jingle LiboRTP)
$(cmake-utils_use_with jingle Mediastreamer)
$(cmake-utils_use_with jingle Speex)
- $(cmake-utils_use_disable v4l2 VIDEOSUPPORT)
+ $(cmake-utils_use_disable v4l VIDEOSUPPORT)
)
# enable protocols
for x in ${PROTOCOLS}; do