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 7855F1387FD for ; Tue, 1 Apr 2014 09:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 398C6E0A89; Tue, 1 Apr 2014 09:15:47 +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 BD401E0A89 for ; Tue, 1 Apr 2014 09:15:46 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF9E533FCCB for ; Tue, 1 Apr 2014 09:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 78F4718874 for ; Tue, 1 Apr 2014 09:15:44 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1396343736.15204e821ac436790c742820166571c032a305c0.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: net-irc/quassel/ X-VCS-Repository: dev/johu X-VCS-Files: net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 15204e821ac436790c742820166571c032a305c0 X-VCS-Branch: master Date: Tue, 1 Apr 2014 09:15:44 +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: d62d433d-be2c-44bd-ab79-fc8ddcae9bef X-Archives-Hash: fca57f6040afad38342bc3f1695afb50 commit: 15204e821ac436790c742820166571c032a305c0 Author: Johannes Huber gentoo org> AuthorDate: Tue Apr 1 09:15:36 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Apr 1 09:15:36 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=15204e82 [net-irc/quassel] Drop ancient {QT,KDE}_MINIMAL vars Package-Manager: portage-2.2.10 --- net-irc/quassel/quassel-9999.ebuild | 23 ++++++++++------------- 1 file 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}