From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EFAC61384B4 for ; Sat, 19 Dec 2015 15:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B0AA21C06E; Sat, 19 Dec 2015 15:29:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0279C21C06E for ; Sat, 19 Dec 2015 15:29:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE882340766 for ; Sat, 19 Dec 2015 15:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3194AB05 for ; Sat, 19 Dec 2015 15:29:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1450538702.1a5ed7f8fbb29b378ce63402a9ab2e3dc7c3b77f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/kvirc/kvirc-4.4_pre6250.ebuild net-irc/kvirc/kvirc-9999.ebuild net-irc/kvirc/metadata.xml X-VCS-Directories: net-irc/kvirc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 1a5ed7f8fbb29b378ce63402a9ab2e3dc7c3b77f X-VCS-Branch: master Date: Sat, 19 Dec 2015 15:29:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c2e87c9-3902-41d3-83e5-e369dde74025 X-Archives-Hash: 1289402a75cfa7f9bb3845d9c9f19578 commit: 1a5ed7f8fbb29b378ce63402a9ab2e3dc7c3b77f Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Dec 19 15:09:40 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Dec 19 15:25:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5ed7f8 net-irc/kvirc: Rename qt-dbus USE flag to dbus USE flag. net-irc/kvirc/kvirc-4.4_pre6250.ebuild | 8 ++++---- net-irc/kvirc/kvirc-9999.ebuild | 6 +++--- net-irc/kvirc/metadata.xml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net-irc/kvirc/kvirc-4.4_pre6250.ebuild b/net-irc/kvirc/kvirc-4.4_pre6250.ebuild index 05cfcd1..fd52aec 100644 --- a/net-irc/kvirc/kvirc-4.4_pre6250.ebuild +++ b/net-irc/kvirc/kvirc-4.4_pre6250.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,13 +14,14 @@ SRC_URI="http://people.apache.org/~Arfrever/gentoo/${P}.tar.xz" LICENSE="kvirc" SLOT="4" KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86" -IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss +perl +phonon profile +python +qt-dbus +ssl theora +transparency webkit" +IUSE="audiofile +dbus dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss +perl +phonon profile +python +ssl theora +transparency webkit" RDEPEND=">=dev-qt/qtcore-4.6:4 >=dev-qt/qtgui-4.6:4 >=dev-qt/qtsql-4.6:4 sys-libs/zlib x11-libs/libX11 + dbus? ( >=dev-qt/qtdbus-4.6:4 ) dcc_video? ( media-libs/libv4l theora? ( media-libs/libogg media-libs/libtheora ) @@ -29,7 +30,6 @@ RDEPEND=">=dev-qt/qtcore-4.6:4 oss? ( audiofile? ( media-libs/audiofile ) ) perl? ( dev-lang/perl ) phonon? ( || ( media-libs/phonon[qt4] >=dev-qt/qtphonon-4.6:4 ) ) - qt-dbus? ( >=dev-qt/qtdbus-4.6:4 ) ssl? ( dev-libs/openssl ) webkit? ( >=dev-qt/qtwebkit-4.6:4 )" DEPEND="${RDEPEND} @@ -72,6 +72,7 @@ src_configure() { -DWANT_ENV_FLAGS=1 -DWANT_VERBOSE=1 $(cmake-utils_use_want audiofile AUDIOFILE) + $(cmake-utils_use_want dbus QTDBUS) $(cmake-utils_use_want dcc_video DCC_VIDEO) $(cmake-utils_use_want dcc_voice DCC_VOICE) $(cmake-utils_use_want debug DEBUG) @@ -86,7 +87,6 @@ src_configure() { $(cmake-utils_use_want phonon PHONON) $(cmake-utils_use_want profile MEMORY_PROFILE) $(cmake-utils_use_want python PYTHON) - $(cmake-utils_use_want qt-dbus QTDBUS) $(cmake-utils_use_want ssl OPENSSL) $(cmake-utils_use_want theora OGG_THEORA) $(cmake-utils_use_want transparency TRANSPARENCY) diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 89c085b..1cddf5e 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://github.com/kvirc/KVIrc" LICENSE="kvirc" SLOT="4" KEYWORDS="" -IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss +perl +phonon profile +python +qt-dbus spell +ssl theora +transparency webkit" +IUSE="audiofile +dbus dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss +perl +phonon profile +python spell +ssl theora +transparency webkit" RDEPEND="dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -28,6 +28,7 @@ RDEPEND="dev-qt/qtcore:5 dev-qt/qtxml:5 sys-libs/zlib x11-libs/libX11 + dbus? ( dev-qt/qtdbus:5 ) dcc_video? ( dev-qt/qtmultimedia:5[widgets] ) kde? ( kde-frameworks/kcoreaddons:5 @@ -40,7 +41,6 @@ RDEPEND="dev-qt/qtcore:5 oss? ( audiofile? ( media-libs/audiofile ) ) perl? ( dev-lang/perl ) phonon? ( media-libs/phonon:0[qt5] ) - qt-dbus? ( dev-qt/qtdbus:5 ) spell? ( app-text/enchant ) ssl? ( dev-libs/openssl ) theora? ( @@ -88,6 +88,7 @@ src_configure() { -DWANT_ENV_FLAGS=1 -DWANT_VERBOSE=1 $(cmake-utils_use_want audiofile AUDIOFILE) + $(cmake-utils_use_want dbus QTDBUS) $(cmake-utils_use_want dcc_video DCC_VIDEO) $(cmake-utils_use_want dcc_voice DCC_VOICE) $(cmake-utils_use_want debug DEBUG) @@ -102,7 +103,6 @@ src_configure() { $(cmake-utils_use_want phonon PHONON) $(cmake-utils_use_want profile MEMORY_PROFILE) $(cmake-utils_use_want python PYTHON) - $(cmake-utils_use_want qt-dbus QTDBUS) $(cmake-utils_use_want spell SPELLCHECKER) $(cmake-utils_use_want ssl OPENSSL) $(cmake-utils_use_want theora OGG_THEORA) diff --git a/net-irc/kvirc/metadata.xml b/net-irc/kvirc/metadata.xml index af4e29d..535a6e6 100644 --- a/net-irc/kvirc/metadata.xml +++ b/net-irc/kvirc/metadata.xml @@ -1,16 +1,16 @@ - proxy-maintainers arfrever.fta@gmail.com + Arfrever Frehtes Taifersar Arahesis + proxy-maintainers Support video connections over DCC protocol Support voice connections over DCC protocol Support inter-process communication between KVIrc processes Support Phonon for audio output - Support Qt-DBus Support pseudo-transparency