diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:55:56 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:55:56 +0000 |
commit | b374a6abc1c02880f9c89bc4c14d8a0b64212acc (patch) | |
tree | 813e1275ec8e8a846286f53b68b8f91399feaca8 /net-irc/quassel | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-b374a6abc1c02880f9c89bc4c14d8a0b64212acc.tar.gz gentoo-2-b374a6abc1c02880f9c89bc4c14d8a0b64212acc.tar.bz2 gentoo-2-b374a6abc1c02880f9c89bc4c14d8a0b64212acc.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'net-irc/quassel')
-rw-r--r-- | net-irc/quassel/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.8.0.ebuild | 20 | ||||
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 20 |
3 files changed, 26 insertions, 22 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog index a378ed1effdc..dd9c64788cfc 100644 --- a/net-irc/quassel/ChangeLog +++ b/net-irc/quassel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/quassel -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.143 2012/12/01 14:30:21 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.144 2013/03/02 22:55:56 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> quassel-0.8.0.ebuild, + quassel-9999.ebuild: + Move Qt dependencies to the new category 01 Dec 2012; Anthony G. Basile <blueness@gentoo.org> quassel-0.8.0.ebuild: keyword ~ppc, thanks peratu, bug #445480 diff --git a/net-irc/quassel/quassel-0.8.0.ebuild b/net-irc/quassel/quassel-0.8.0.ebuild index d47fbc82fb5d..d8ec7665f773 100644 --- a/net-irc/quassel/quassel-0.8.0.ebuild +++ b/net-irc/quassel/quassel-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.8.0.ebuild,v 1.7 2012/12/01 14:30:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.8.0.ebuild,v 1.8 2013/03/02 22:55:56 hwoarang Exp $ EAPI=4 @@ -23,21 +23,21 @@ SLOT="0" IUSE="ayatana crypt dbus debug kde monolithic phonon postgres +server +ssl syslog webkit X" SERVER_RDEPEND=" - >=x11-libs/qt-script-${QT_MINIMAL}:4 + >=dev-qt/qtscript-${QT_MINIMAL}:4 crypt? ( app-crypt/qca:2 app-crypt/qca-ossl ) - !postgres? ( >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite[threadsafe,-secure-delete] ) - postgres? ( >=x11-libs/qt-sql-${QT_MINIMAL}:4[postgres] ) + !postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite[threadsafe,-secure-delete] ) + postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[postgres] ) syslog? ( virtual/logger ) " GUI_RDEPEND=" - >=x11-libs/qt-gui-${QT_MINIMAL}:4 + >=dev-qt/qtgui-${QT_MINIMAL}:4 ayatana? ( dev-libs/libindicate-qt ) dbus? ( - >=x11-libs/qt-dbus-${QT_MINIMAL}:4 + >=dev-qt/qtdbus-${QT_MINIMAL}:4 dev-libs/libdbusmenu-qt ) kde? ( @@ -45,12 +45,12 @@ GUI_RDEPEND=" >=kde-base/oxygen-icons-${KDE_MINIMAL} ayatana? ( kde-misc/plasma-widget-message-indicator ) ) - phonon? ( || ( media-libs/phonon >=x11-libs/qt-phonon-${QT_MINIMAL}:4 ) ) - webkit? ( >=x11-libs/qt-webkit-${QT_MINIMAL}:4 ) + phonon? ( || ( media-libs/phonon >=dev-qt/qtphonon-${QT_MINIMAL}:4 ) ) + webkit? ( >=dev-qt/qtwebkit-${QT_MINIMAL}:4 ) " RDEPEND=" - >=x11-libs/qt-core-${QT_MINIMAL}:4[ssl?] + >=dev-qt/qtcore-${QT_MINIMAL}:4[ssl?] monolithic? ( ${SERVER_RDEPEND} ${GUI_RDEPEND} diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index d0dad3de1042..876cdbdb1add 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.64 2012/07/29 16:05:57 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.65 2013/03/02 22:55:56 hwoarang Exp $ EAPI=4 @@ -23,21 +23,21 @@ SLOT="0" IUSE="ayatana crypt dbus debug kde monolithic phonon postgres +server +ssl syslog webkit X" SERVER_RDEPEND=" - >=x11-libs/qt-script-${QT_MINIMAL}:4 + >=dev-qt/qtscript-${QT_MINIMAL}:4 crypt? ( app-crypt/qca:2 app-crypt/qca-ossl ) - !postgres? ( >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite[threadsafe,-secure-delete] ) - postgres? ( >=x11-libs/qt-sql-${QT_MINIMAL}:4[postgres] ) + !postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite[threadsafe,-secure-delete] ) + postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[postgres] ) syslog? ( virtual/logger ) " GUI_RDEPEND=" - >=x11-libs/qt-gui-${QT_MINIMAL}:4 + >=dev-qt/qtgui-${QT_MINIMAL}:4 ayatana? ( dev-libs/libindicate-qt ) dbus? ( - >=x11-libs/qt-dbus-${QT_MINIMAL}:4 + >=dev-qt/qtdbus-${QT_MINIMAL}:4 dev-libs/libdbusmenu-qt ) kde? ( @@ -45,12 +45,12 @@ GUI_RDEPEND=" >=kde-base/oxygen-icons-${KDE_MINIMAL} ayatana? ( kde-misc/plasma-widget-message-indicator ) ) - phonon? ( || ( media-libs/phonon >=x11-libs/qt-phonon-${QT_MINIMAL}:4 ) ) - webkit? ( >=x11-libs/qt-webkit-${QT_MINIMAL}:4 ) + phonon? ( || ( media-libs/phonon >=dev-qt/qtphonon-${QT_MINIMAL}:4 ) ) + webkit? ( >=dev-qt/qtwebkit-${QT_MINIMAL}:4 ) " RDEPEND=" - >=x11-libs/qt-core-${QT_MINIMAL}:4[ssl?] + >=dev-qt/qtcore-${QT_MINIMAL}:4[ssl?] monolithic? ( ${SERVER_RDEPEND} ${GUI_RDEPEND} |