From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RLGwg-0002nF-Jw for garchives@archives.gentoo.org; Tue, 01 Nov 2011 16:12:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F15A621C11B; Tue, 1 Nov 2011 16:12:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4FA8421C11B for ; Tue, 1 Nov 2011 16:12:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6DC41B401C for ; Tue, 1 Nov 2011 16:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C3B0980042 for ; Tue, 1 Nov 2011 16:12:03 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <4618c1d957a22d4a8f5afd61819bccd3b036a96a.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kopete/kopete-4.7.3.ebuild kde-base/kopete/kopete-4.7.49.9999.ebuild kde-base/kopete/kopete-9999.ebuild X-VCS-Directories: kde-base/kopete/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 4618c1d957a22d4a8f5afd61819bccd3b036a96a Date: Tue, 1 Nov 2011 16:12:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0eab6630-b8ba-41a8-85cd-0d485fe81ddd X-Archives-Hash: d6a21c5bf24774d7e5c2503e7e281ea7 commit: 4618c1d957a22d4a8f5afd61819bccd3b036a96a Author: Andreas K. Huettel (dilfridge) gentoo o= rg> AuthorDate: Tue Nov 1 16:11:49 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Tue Nov 1 16:11:49 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D4618c1d9 [kde-base/kopete] v4l2 becomes v4l (Portage version: 2.1.10.32/git/Linux x86_64, signed Manifest commit with= key 7887F787) --- kde-base/kopete/kopete-4.7.3.ebuild | 6 +++--- kde-base/kopete/kopete-4.7.49.9999.ebuild | 6 +++--- kde-base/kopete/kopete-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/kde-base/kopete/kopete-4.7.3.ebuild b/kde-base/kopete/kopete= -4.7.3.ebuild index f675764..58d1c7d 100644 --- a/kde-base/kopete/kopete-4.7.3.ebuild +++ b/kde-base/kopete/kopete-4.7.3.ebuild @@ -10,7 +10,7 @@ inherit kde4-meta =20 DESCRIPTION=3D"KDE multi-protocol IM client" KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"debug ssl v4l2" +IUSE=3D"debug ssl v4l" =20 # tests hang, last checked for 4.2.96 RESTRICT=3Dtest @@ -80,7 +80,7 @@ COMMONDEPEND=3D" msn? ( >=3Dnet-libs/libmsn-4.1 ) otr? ( >=3Dnet-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.49.9999.ebuild b/kde-base/kopete/= kopete-4.7.49.9999.ebuild index a8c5651..fea8c0f 100644 --- a/kde-base/kopete/kopete-4.7.49.9999.ebuild +++ b/kde-base/kopete/kopete-4.7.49.9999.ebuild @@ -10,7 +10,7 @@ inherit kde4-meta =20 DESCRIPTION=3D"KDE multi-protocol IM client" KEYWORDS=3D"" -IUSE=3D"debug ssl v4l2" +IUSE=3D"debug ssl v4l" =20 # tests hang, last checked for 4.2.96 RESTRICT=3Dtest @@ -80,7 +80,7 @@ COMMONDEPEND=3D" msn? ( >=3Dnet-libs/libmsn-4.1 ) otr? ( >=3Dnet-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-9999.ebuild b/kde-base/kopete/kopete-= 9999.ebuild index a8c5651..fea8c0f 100644 --- a/kde-base/kopete/kopete-9999.ebuild +++ b/kde-base/kopete/kopete-9999.ebuild @@ -10,7 +10,7 @@ inherit kde4-meta =20 DESCRIPTION=3D"KDE multi-protocol IM client" KEYWORDS=3D"" -IUSE=3D"debug ssl v4l2" +IUSE=3D"debug ssl v4l" =20 # tests hang, last checked for 4.2.96 RESTRICT=3Dtest @@ -80,7 +80,7 @@ COMMONDEPEND=3D" msn? ( >=3Dnet-libs/libmsn-4.1 ) otr? ( >=3Dnet-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