summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:53:52 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:53:52 +0000
commit61fb0fdbd2c67d82025cf9fd7916f751e78f8a15 (patch)
tree12410987be0b1781132ad9058fd03e9675edf8f7 /media-sound/cantata
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-61fb0fdbd2c67d82025cf9fd7916f751e78f8a15.tar.gz
gentoo-2-61fb0fdbd2c67d82025cf9fd7916f751e78f8a15.tar.bz2
gentoo-2-61fb0fdbd2c67d82025cf9fd7916f751e78f8a15.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 'media-sound/cantata')
-rw-r--r--media-sound/cantata/ChangeLog6
-rw-r--r--media-sound/cantata/cantata-0.8.3.1.ebuild14
-rw-r--r--media-sound/cantata/cantata-0.9.1.ebuild14
-rw-r--r--media-sound/cantata/cantata-0.9.2.ebuild12
4 files changed, 25 insertions, 21 deletions
diff --git a/media-sound/cantata/ChangeLog b/media-sound/cantata/ChangeLog
index da626193b661..5fb617a0f6b0 100644
--- a/media-sound/cantata/ChangeLog
+++ b/media-sound/cantata/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/cantata
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.11 2013/02/08 11:40:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.12 2013/03/02 21:53:52 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cantata-0.8.3.1.ebuild,
+ cantata-0.9.1.ebuild, cantata-0.9.2.ebuild:
+ Move Qt dependencies to the new category
*cantata-0.9.2 (08 Feb 2013)
diff --git a/media-sound/cantata/cantata-0.8.3.1.ebuild b/media-sound/cantata/cantata-0.8.3.1.ebuild
index 5e895a77ba06..95a004febaf4 100644
--- a/media-sound/cantata/cantata-0.8.3.1.ebuild
+++ b/media-sound/cantata/cantata-0.8.3.1.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/media-sound/cantata/cantata-0.8.3.1.ebuild,v 1.2 2012/10/27 15:45:53 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.3.1.ebuild,v 1.3 2013/03/02 21:53:52 hwoarang Exp $
EAPI=5
KDE_REQUIRED="optional"
@@ -17,15 +17,15 @@ IUSE="kde mtp phonon replaygain webkit"
REQUIRED_USE="mtp? ( kde )"
DEPEND="
- x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
kde? (
media-libs/taglib[asf,mp4]
media-libs/taglib-extras
mtp? ( media-libs/libmtp )
)
- phonon? ( || ( media-libs/phonon x11-libs/qt-phonon:4 ) )
+ phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
replaygain? (
media-libs/speex
media-libs/taglib[asf,mp4]
@@ -33,7 +33,7 @@ DEPEND="
media-sound/mpg123
virtual/ffmpeg
)
- webkit? ( x11-libs/qt-webkit:4 )
+ webkit? ( dev-qt/qtwebkit:4 )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep oxygen-icons)
diff --git a/media-sound/cantata/cantata-0.9.1.ebuild b/media-sound/cantata/cantata-0.9.1.ebuild
index e3727d0d784c..1aadd81a2690 100644
--- a/media-sound/cantata/cantata-0.9.1.ebuild
+++ b/media-sound/cantata/cantata-0.9.1.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/media-sound/cantata/cantata-0.9.1.ebuild,v 1.1 2012/12/23 16:19:47 dastergon Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.1.ebuild,v 1.2 2013/03/02 21:53:52 hwoarang Exp $
EAPI=5
KDE_REQUIRED="optional"
@@ -17,15 +17,15 @@ IUSE="kde mtp phonon replaygain webkit"
REQUIRED_USE="mtp? ( kde )"
DEPEND="
- x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
kde? (
media-libs/taglib[asf,mp4]
media-libs/taglib-extras
mtp? ( media-libs/libmtp )
)
- phonon? ( || ( media-libs/phonon x11-libs/qt-phonon:4 ) )
+ phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
replaygain? (
media-libs/speex
media-libs/taglib[asf,mp4]
@@ -33,7 +33,7 @@ DEPEND="
media-sound/mpg123
virtual/ffmpeg
)
- webkit? ( x11-libs/qt-webkit:4 )
+ webkit? ( dev-qt/qtwebkit:4 )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep oxygen-icons)
diff --git a/media-sound/cantata/cantata-0.9.2.ebuild b/media-sound/cantata/cantata-0.9.2.ebuild
index 6721f0f68de7..863d9b242768 100644
--- a/media-sound/cantata/cantata-0.9.2.ebuild
+++ b/media-sound/cantata/cantata-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.2.ebuild,v 1.1 2013/02/08 11:40:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.9.2.ebuild,v 1.2 2013/03/02 21:53:52 hwoarang Exp $
EAPI=5
KDE_REQUIRED="optional"
@@ -17,15 +17,15 @@ IUSE="kde mtp phonon replaygain webkit"
REQUIRED_USE="mtp? ( kde )"
DEPEND="
- x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
kde? (
media-libs/taglib[asf,mp4]
media-libs/taglib-extras
mtp? ( media-libs/libmtp )
)
- phonon? ( || ( media-libs/phonon x11-libs/qt-phonon:4 ) )
+ phonon? ( || ( media-libs/phonon dev-qt/qtphonon:4 ) )
replaygain? (
media-libs/speex
media-libs/taglib[asf,mp4]
@@ -33,7 +33,7 @@ DEPEND="
media-sound/mpg123
virtual/ffmpeg
)
- webkit? ( x11-libs/qt-webkit:4 )
+ webkit? ( dev-qt/qtwebkit:4 )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep oxygen-icons)