diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:56:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:56:03 +0000 |
commit | 22356fe37a3c328b484370c64f7f4ec52c61c034 (patch) | |
tree | 11b01e70f0b5803f535582d121288aa5d148774b | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-22356fe37a3c328b484370c64f7f4ec52c61c034.tar.gz gentoo-2-22356fe37a3c328b484370c64f7f4ec52c61c034.tar.bz2 gentoo-2-22356fe37a3c328b484370c64f7f4ec52c61c034.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
-rw-r--r-- | media-sound/karlyriceditor/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/karlyriceditor/karlyriceditor-1.3.ebuild | 8 | ||||
-rw-r--r-- | media-sound/karlyriceditor/karlyriceditor-1.4.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/karlyriceditor/ChangeLog b/media-sound/karlyriceditor/ChangeLog index 371c1481d934..5b956cf85bc4 100644 --- a/media-sound/karlyriceditor/ChangeLog +++ b/media-sound/karlyriceditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/karlyriceditor # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/ChangeLog,v 1.8 2013/02/07 18:45:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/ChangeLog,v 1.9 2013/03/02 21:56:03 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> karlyriceditor-1.3.ebuild, + karlyriceditor-1.4.ebuild: + Move Qt dependencies to the new category 07 Feb 2013; Alexis Ballier <aballier@gentoo.org> karlyriceditor-1.4.ebuild, +files/karlyriceditor-1.4-ffmpeg_compat.patch, diff --git a/media-sound/karlyriceditor/karlyriceditor-1.3.ebuild b/media-sound/karlyriceditor/karlyriceditor-1.3.ebuild index 165d7112d49a..850daf5a43e6 100644 --- a/media-sound/karlyriceditor/karlyriceditor-1.3.ebuild +++ b/media-sound/karlyriceditor/karlyriceditor-1.3.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/karlyriceditor/karlyriceditor-1.3.ebuild,v 1.2 2012/11/15 05:20:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/karlyriceditor-1.3.ebuild,v 1.3 2013/03/02 21:56:03 hwoarang Exp $ EAPI=4 inherit eutils qt4-r2 @@ -17,8 +17,8 @@ IUSE="" DEPEND="dev-libs/openssl:0 media-libs/libsdl >=virtual/ffmpeg-0.9 - x11-libs/qt-core:4 - x11-libs/qt-gui:4" + dev-qt/qtcore:4 + dev-qt/qtgui:4" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-libav.patch" ) diff --git a/media-sound/karlyriceditor/karlyriceditor-1.4.ebuild b/media-sound/karlyriceditor/karlyriceditor-1.4.ebuild index 24c04fd06b1d..7119998afbec 100644 --- a/media-sound/karlyriceditor/karlyriceditor-1.4.ebuild +++ b/media-sound/karlyriceditor/karlyriceditor-1.4.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/karlyriceditor/karlyriceditor-1.4.ebuild,v 1.2 2013/02/07 18:45:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/karlyriceditor/karlyriceditor-1.4.ebuild,v 1.3 2013/03/02 21:56:03 hwoarang Exp $ EAPI=5 @@ -19,8 +19,8 @@ RDEPEND=" dev-libs/openssl:0 media-libs/libsdl >=virtual/ffmpeg-0.10 - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 " DEPEND="${RDEPEND} virtual/pkgconfig |