aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-04-01 11:15:36 +0200
committerJohannes Huber <johu@gentoo.org>2014-04-01 11:15:36 +0200
commit15204e821ac436790c742820166571c032a305c0 (patch)
treea55d44d7b59aca90975c38957013a5ade5900216 /net-irc
parent[net-irc/quassel] Cleanup header (diff)
downloadjohu-15204e821ac436790c742820166571c032a305c0.tar.gz
johu-15204e821ac436790c742820166571c032a305c0.tar.bz2
johu-15204e821ac436790c742820166571c032a305c0.zip
[net-irc/quassel] Drop ancient {QT,KDE}_MINIMAL vars
Package-Manager: portage-2.2.10
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/quassel/quassel-9999.ebuild23
1 files changed, 10 insertions, 13 deletions
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
index 0ccf283..645e2f8 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -10,9 +10,6 @@ EGIT_REPO_URI="git://git.quassel-irc.org/quassel.git"
EGIT_BRANCH="master"
[[ "${PV}" == "9999" ]] && inherit git-2
-QT_MINIMAL="4.6.0"
-KDE_MINIMAL="4.4"
-
DESCRIPTION="Qt4/KDE4 IRC client supporting a remote daemon for 24/7 connectivity."
HOMEPAGE="http://quassel-irc.org/"
[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${P/_/-}.tar.bz2"
@@ -23,34 +20,34 @@ SLOT="0"
IUSE="ayatana crypt dbus debug kde monolithic phonon postgres +server +ssl syslog webkit X"
SERVER_RDEPEND="
- >=dev-qt/qtscript-${QT_MINIMAL}:4
+ dev-qt/qtscript:4
crypt? (
app-crypt/qca:2
app-crypt/qca-ossl
)
- !postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
- postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[postgres] )
+ !postgres? ( dev-qt/qtsql:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
+ postgres? ( dev-qt/qtsql:4[postgres] )
syslog? ( virtual/logger )
"
GUI_RDEPEND="
- >=dev-qt/qtgui-${QT_MINIMAL}:4
+ dev-qt/qtgui:4
ayatana? ( dev-libs/libindicate-qt )
dbus? (
- >=dev-qt/qtdbus-${QT_MINIMAL}:4
+ dev-qt/qtdbus:4
dev-libs/libdbusmenu-qt
)
kde? (
- >=kde-base/kdelibs-${KDE_MINIMAL}
- >=kde-base/oxygen-icons-${KDE_MINIMAL}
+ kde-base/kdelibs:4
+ kde-base/oxygen-icons:4
ayatana? ( kde-misc/plasma-widget-message-indicator )
)
- phonon? ( || ( media-libs/phonon >=dev-qt/qtphonon-${QT_MINIMAL}:4 ) )
- webkit? ( >=dev-qt/qtwebkit-${QT_MINIMAL}:4 )
+ phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
+ webkit? ( dev-qt/qtwebkit:4 )
"
RDEPEND="
- >=dev-qt/qtcore-${QT_MINIMAL}:4[ssl?]
+ dev-qt/qtcore:4[ssl?]
monolithic? (
${SERVER_RDEPEND}
${GUI_RDEPEND}