public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/
Date: Sat, 19 Dec 2015 15:29:16 +0000 (UTC)	[thread overview]
Message-ID: <1450538702.1a5ed7f8fbb29b378ce63402a9ab2e3dc7c3b77f.floppym@gentoo> (raw)

commit:     1a5ed7f8fbb29b378ce63402a9ab2e3dc7c3b77f
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sat Dec 19 15:09:40 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>proxy-maintainers</herd>
 	<maintainer>
 		<email>arfrever.fta@gmail.com</email>
+		<name>Arfrever Frehtes Taifersar Arahesis</name>
 	</maintainer>
+	<herd>proxy-maintainers</herd>
 	<use>
 		<flag name="dcc_video">Support video connections over DCC protocol</flag>
 		<flag name="dcc_voice">Support voice connections over DCC protocol</flag>
 		<flag name="ipc">Support inter-process communication between KVIrc processes</flag>
 		<flag name="phonon">Support Phonon for audio output</flag>
-		<flag name="qt-dbus">Support Qt-DBus</flag>
 		<flag name="transparency">Support pseudo-transparency</flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2015-12-19 15:29 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-19 15:29 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15 20:19 [gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/ Andreas Sturmlechner
2024-10-21 15:33 Andreas Sturmlechner
2024-10-13 14:00 Andreas Sturmlechner
2024-09-09  0:17 Eli Schwartz
2024-09-05  4:08 Eli Schwartz
2024-08-09  8:57 Sam James
2024-08-09  8:50 Jakov Smolić
2024-06-10 13:21 Joonas Niilola
2024-05-21  8:22 Joonas Niilola
2024-05-21  6:22 Arthur Zamarin
2024-04-20  7:44 Joonas Niilola
2024-02-23 13:03 Joonas Niilola
2024-02-23 13:03 Joonas Niilola
2024-02-23 13:03 Joonas Niilola
2024-02-23  8:31 Joonas Niilola
2024-02-23  8:31 Joonas Niilola
2024-01-20 13:33 Sam James
2023-05-28 11:37 Joonas Niilola
2023-05-22 10:29 Joonas Niilola
2023-05-20  9:28 Sam James
2023-05-04 19:04 Jakov Smolić
2022-02-02  2:58 Sam James
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2021-10-05  7:39 Jakov Smolić
2021-07-01 20:37 Mike Gilbert
2021-07-01 20:08 Mike Gilbert
2021-05-31 23:04 Mike Gilbert
2021-04-30  9:54 Mikle Kolyada
2020-10-20 20:35 Mike Gilbert
2020-10-20 20:35 Mike Gilbert
2020-07-14 19:05 Mike Gilbert
2020-07-11 20:52 Stefan Strogin
2020-07-04 13:53 Mike Gilbert
2020-02-10 12:12 Michał Górny
2020-01-17 19:09 Mike Gilbert
2019-12-06 20:25 Mike Gilbert
2019-12-06 20:25 Mike Gilbert
2019-08-16 17:03 Mike Gilbert
2019-08-16 17:03 Mike Gilbert
2019-08-16 17:03 Mike Gilbert
2019-08-09 18:39 Mike Gilbert
2019-06-28 18:10 Mike Gilbert
2019-06-18 15:59 Mike Gilbert
2019-06-18 15:59 Mike Gilbert
2019-02-25 21:25 Mike Gilbert
2018-12-11 17:48 Mike Gilbert
2018-11-16 20:25 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-10-19 17:39 Mike Gilbert
2018-08-22 19:01 Mike Gilbert
2018-08-22 19:01 Mike Gilbert
2018-06-13 14:36 Mike Gilbert
2018-06-13 14:36 Mike Gilbert
2018-05-22 18:24 Mike Gilbert
2018-05-22 18:24 Mike Gilbert
2018-04-26 15:14 Mike Gilbert
2018-04-03 16:40 Mike Gilbert
2018-03-08 19:33 Mike Gilbert
2018-02-12 19:16 Mike Gilbert
2018-02-12 19:16 Mike Gilbert
2017-12-18 17:37 Mike Gilbert
2017-11-15 19:26 Mike Gilbert
2017-11-01 20:54 Mike Gilbert
2017-10-02 17:36 Mike Gilbert
2017-09-11 18:39 Mike Gilbert
2017-09-11 18:39 Mike Gilbert
2017-08-31 20:54 Andreas Sturmlechner
2017-08-31 19:53 Mike Gilbert
2017-08-31 19:53 Mike Gilbert
2017-08-04 18:39 Mike Gilbert
2017-08-04 18:39 Mike Gilbert
2017-06-03 19:27 Mike Gilbert
2017-06-03 19:27 Mike Gilbert
2017-04-04 19:50 Mike Gilbert
2017-03-11  3:04 Mike Gilbert
2017-03-11  3:04 Mike Gilbert
2017-02-21 19:08 Mike Gilbert
2017-02-02 20:06 Mike Gilbert
2017-01-27 17:34 Mike Gilbert
2017-01-27 17:34 Mike Gilbert
2016-12-01 21:20 Mike Gilbert
2016-10-05 19:36 Mike Gilbert
2016-10-05 19:36 Mike Gilbert
2016-08-01 16:40 Mike Gilbert
2016-08-01 16:40 Mike Gilbert
2016-07-29  2:00 Mike Gilbert
2016-04-02 21:31 Mike Gilbert
2016-03-16 13:27 Ian Delaney
2016-03-16 13:27 Ian Delaney
2016-03-07 13:34 Agostino Sarubbo
2016-02-01 22:16 Mike Gilbert
2016-02-01  0:41 Mike Gilbert
2015-12-19 15:29 Mike Gilbert
2015-12-19 15:29 Mike Gilbert
2015-12-19 15:29 Mike Gilbert
2015-12-10 21:48 Mike Gilbert
2015-12-10 20:46 Mike Gilbert
2015-12-10 20:46 Mike Gilbert
2015-12-10 20:46 Mike Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450538702.1a5ed7f8fbb29b378ce63402a9ab2e3dc7c3b77f.floppym@gentoo \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox