summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:44:00 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 21:44:00 +0000
commit9c0ca123fe44e5490ad139b9ef20ef71e718c56e (patch)
treed67b7ced47a96f3e81450efa1a8e8b938c9eed88 /media-libs/libechonest
parentVersion bump (diff)
downloadgentoo-2-9c0ca123fe44e5490ad139b9ef20ef71e718c56e.tar.gz
gentoo-2-9c0ca123fe44e5490ad139b9ef20ef71e718c56e.tar.bz2
gentoo-2-9c0ca123fe44e5490ad139b9ef20ef71e718c56e.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-libs/libechonest')
-rw-r--r--media-libs/libechonest/ChangeLog6
-rw-r--r--media-libs/libechonest/libechonest-1.2.1.ebuild8
-rw-r--r--media-libs/libechonest/libechonest-2.0.2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/media-libs/libechonest/ChangeLog b/media-libs/libechonest/ChangeLog
index abc285836ec4..146cfa8488bf 100644
--- a/media-libs/libechonest/ChangeLog
+++ b/media-libs/libechonest/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libechonest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.19 2013/01/22 17:30:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/ChangeLog,v 1.20 2013/03/02 21:44:00 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> libechonest-1.2.1.ebuild,
+ libechonest-2.0.2.ebuild:
+ Move Qt dependencies to the new category
22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> libechonest-2.0.2.ebuild:
Stable for x86, wrt bug #451404
diff --git a/media-libs/libechonest/libechonest-1.2.1.ebuild b/media-libs/libechonest/libechonest-1.2.1.ebuild
index 1d028af6eebf..67c003fb3456 100644
--- a/media-libs/libechonest/libechonest-1.2.1.ebuild
+++ b/media-libs/libechonest/libechonest-1.2.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-libs/libechonest/libechonest-1.2.1.ebuild,v 1.5 2012/12/27 23:14:16 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-1.2.1.ebuild,v 1.6 2013/03/02 21:44:00 hwoarang Exp $
EAPI=4
inherit cmake-utils
@@ -15,10 +15,10 @@ KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/qjson-0.5
- x11-libs/qt-core:4"
+ dev-qt/qtcore:4"
DEPEND="${RDEPEND}
virtual/pkgconfig
- x11-libs/qt-test:4"
+ dev-qt/qttest:4"
RESTRICT="test" # network access required
diff --git a/media-libs/libechonest/libechonest-2.0.2.ebuild b/media-libs/libechonest/libechonest-2.0.2.ebuild
index 7cc302b43c48..e86e71e15f37 100644
--- a/media-libs/libechonest/libechonest-2.0.2.ebuild
+++ b/media-libs/libechonest/libechonest-2.0.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-libs/libechonest/libechonest-2.0.2.ebuild,v 1.3 2013/01/22 17:30:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-2.0.2.ebuild,v 1.4 2013/03/02 21:44:00 hwoarang Exp $
EAPI=5
inherit cmake-utils
@@ -18,10 +18,10 @@ IUSE=""
RESTRICT="test" # Networking required
RDEPEND=">=dev-libs/qjson-0.5
- x11-libs/qt-core:4"
+ dev-qt/qtcore:4"
DEPEND="${RDEPEND}
virtual/pkgconfig
- x11-libs/qt-test:4"
+ dev-qt/qttest:4"
PATCHES=( "${FILESDIR}"/${PN}-2.0.1-Werror.patch )