Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/johu:master commit in: net-irc/quassel/
Date: Tue, 01 Apr 2014 09:15:50
Message-Id: 1396343736.15204e821ac436790c742820166571c032a305c0.johu@gentoo
1 commit: 15204e821ac436790c742820166571c032a305c0
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 1 09:15:36 2014 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 1 09:15:36 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=15204e82
7
8 [net-irc/quassel] Drop ancient {QT,KDE}_MINIMAL vars
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 net-irc/quassel/quassel-9999.ebuild | 23 ++++++++++-------------
14 1 file changed, 10 insertions(+), 13 deletions(-)
15
16 diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
17 index 0ccf283..645e2f8 100644
18 --- a/net-irc/quassel/quassel-9999.ebuild
19 +++ b/net-irc/quassel/quassel-9999.ebuild
20 @@ -10,9 +10,6 @@ EGIT_REPO_URI="git://git.quassel-irc.org/quassel.git"
21 EGIT_BRANCH="master"
22 [[ "${PV}" == "9999" ]] && inherit git-2
23
24 -QT_MINIMAL="4.6.0"
25 -KDE_MINIMAL="4.4"
26 -
27 DESCRIPTION="Qt4/KDE4 IRC client supporting a remote daemon for 24/7 connectivity."
28 HOMEPAGE="http://quassel-irc.org/"
29 [[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P/_/-}.tar.bz2"
30 @@ -23,34 +20,34 @@ SLOT="0"
31 IUSE="ayatana crypt dbus debug kde monolithic phonon postgres +server +ssl syslog webkit X"
32
33 SERVER_RDEPEND="
34 - >=dev-qt/qtscript-${QT_MINIMAL}:4
35 + dev-qt/qtscript:4
36 crypt? (
37 app-crypt/qca:2
38 app-crypt/qca-ossl
39 )
40 - !postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
41 - postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[postgres] )
42 + !postgres? ( dev-qt/qtsql:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
43 + postgres? ( dev-qt/qtsql:4[postgres] )
44 syslog? ( virtual/logger )
45 "
46
47 GUI_RDEPEND="
48 - >=dev-qt/qtgui-${QT_MINIMAL}:4
49 + dev-qt/qtgui:4
50 ayatana? ( dev-libs/libindicate-qt )
51 dbus? (
52 - >=dev-qt/qtdbus-${QT_MINIMAL}:4
53 + dev-qt/qtdbus:4
54 dev-libs/libdbusmenu-qt
55 )
56 kde? (
57 - >=kde-base/kdelibs-${KDE_MINIMAL}
58 - >=kde-base/oxygen-icons-${KDE_MINIMAL}
59 + kde-base/kdelibs:4
60 + kde-base/oxygen-icons:4
61 ayatana? ( kde-misc/plasma-widget-message-indicator )
62 )
63 - phonon? ( || ( media-libs/phonon >=dev-qt/qtphonon-${QT_MINIMAL}:4 ) )
64 - webkit? ( >=dev-qt/qtwebkit-${QT_MINIMAL}:4 )
65 + phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
66 + webkit? ( dev-qt/qtwebkit:4 )
67 "
68
69 RDEPEND="
70 - >=dev-qt/qtcore-${QT_MINIMAL}:4[ssl?]
71 + dev-qt/qtcore:4[ssl?]
72 monolithic? (
73 ${SERVER_RDEPEND}
74 ${GUI_RDEPEND}