diff options
author | Alex Alexander <wired@gentoo.org> | 2013-03-03 08:25:02 +0200 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2013-03-03 08:25:02 +0200 |
commit | 9f26676be31397718bd2c1be968a9744440ed323 (patch) | |
tree | 7ddba87496273cea7cc1782d729640be4d9da9b2 /x11-misc | |
parent | PyQt4/sip: Automated version bump, remove old (diff) | |
download | qt-9f26676be31397718bd2c1be968a9744440ed323.tar.gz qt-9f26676be31397718bd2c1be968a9744440ed323.tar.bz2 qt-9f26676be31397718bd2c1be968a9744440ed323.zip |
x11-libs/qt-* => dev-qt/qt*
Following the portage tree move, I moved qt-* stuff to dev-qt.
Adjusted qt deps using the script from the qt-move branch.
Also adjusted sets, keyword files and scripts.
Hopefully I didn't forget anything :)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/andromeda/andromeda-9999.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/qxkb/qxkb-9999.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/sddm/sddm-9999.ebuild | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/x11-misc/andromeda/andromeda-9999.ebuild b/x11-misc/andromeda/andromeda-9999.ebuild index de3d081e..0d582db9 100644 --- a/x11-misc/andromeda/andromeda-9999.ebuild +++ b/x11-misc/andromeda/andromeda-9999.ebuild @@ -15,11 +15,11 @@ SLOT="0" KEYWORDS="" IUSE="test" -RDEPEND=">=x11-libs/qt-core-4.8.0:4 - >=x11-libs/qt-gui-4.8.0:4 - >=x11-libs/qt-webkit-4.8.0:4" +RDEPEND=">=dev-qt/qtcore-4.8.0:4 + >=dev-qt/qtgui-4.8.0:4 + >=dev-qt/qtwebkit-4.8.0:4" DEPEND="${RDEPEND} - test? ( >=x11-libs/qt-test-4.8.0:4 )" + test? ( >=dev-qt/qttest-4.8.0:4 )" DOCS="TODO.txt dist/changes-*" src_prepare() { diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild index 91785c7b..629ee69d 100644 --- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild +++ b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-9999.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="" IUSE="debug" -DEPEND="x11-libs/qt-gui:4" +DEPEND="dev-qt/qtgui:4" RDEPEND="${DEPEND}" src_configure() { diff --git a/x11-misc/qxkb/qxkb-9999.ebuild b/x11-misc/qxkb/qxkb-9999.ebuild index 31960c70..b3707128 100644 --- a/x11-misc/qxkb/qxkb-9999.ebuild +++ b/x11-misc/qxkb/qxkb-9999.ebuild @@ -16,8 +16,8 @@ KEYWORDS="" IUSE="debug" DEPEND="x11-libs/libxkbfile - x11-libs/qt-gui:4 - x11-libs/qt-svg:4" + dev-qt/qtgui:4 + dev-qt/qtsvg:4" RDEPEND="${DEPEND}" #todo: translations diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild index 649af9de..9e86e4eb 100644 --- a/x11-misc/sddm/sddm-9999.ebuild +++ b/x11-misc/sddm/sddm-9999.ebuild @@ -15,7 +15,7 @@ KEYWORDS="" IUSE="" DEPEND="sys-libs/pam - x11-libs/qt-declarative:4" + dev-qt/qtdeclarative:4" RDEPEND="${DEPEND}" src_prepare() { |