summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-06-12 14:02:44 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-06-12 14:02:44 +0000
commitb86161d974cb50064dc8eafb3c4dd5f3eb0ccfb4 (patch)
treec6ff69a2d60af881008f5a58d68b5269b278d0a6 /app-emulation
parentsci-biology/mafft: version Bump (diff)
downloadgentoo-2-b86161d974cb50064dc8eafb3c4dd5f3eb0ccfb4.tar.gz
gentoo-2-b86161d974cb50064dc8eafb3c4dd5f3eb0ccfb4.tar.bz2
gentoo-2-b86161d974cb50064dc8eafb3c4dd5f3eb0ccfb4.zip
Migrate to EAPI 5. Add missing dependency. Drop unused inherit.
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qtemu/ChangeLog5
-rw-r--r--app-emulation/qtemu/qtemu-1.0.5.ebuild11
2 files changed, 10 insertions, 6 deletions
diff --git a/app-emulation/qtemu/ChangeLog b/app-emulation/qtemu/ChangeLog
index fe986de2a849..ad9fd05feb31 100644
--- a/app-emulation/qtemu/ChangeLog
+++ b/app-emulation/qtemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/qtemu
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/ChangeLog,v 1.7 2013/03/02 19:25:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/ChangeLog,v 1.8 2013/06/12 14:02:44 kensington Exp $
+
+ 12 Jun 2013; Michael Palimaka <kensington@gentoo.org> qtemu-1.0.5.ebuild:
+ Migrate to EAPI 5. Add missing dependency. Drop unused inherit.
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qtemu-1.0.5.ebuild:
Move Qt dependencies to the new category
diff --git a/app-emulation/qtemu/qtemu-1.0.5.ebuild b/app-emulation/qtemu/qtemu-1.0.5.ebuild
index 4e024fe75630..5bf4552dac81 100644
--- a/app-emulation/qtemu/qtemu-1.0.5.ebuild
+++ b/app-emulation/qtemu/qtemu-1.0.5.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/qtemu-1.0.5.ebuild,v 1.6 2013/03/02 19:25:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/qtemu-1.0.5.ebuild,v 1.7 2013/06/12 14:02:44 kensington Exp $
-EAPI="2"
+EAPI=5
-inherit eutils qt4-r2 cmake-utils
+inherit eutils cmake-utils
DESCRIPTION="A graphical user interface for QEMU written in Qt4."
HOMEPAGE="http://qtemu.sourceforge.net/"
@@ -15,11 +15,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="dev-qt/qtgui:4"
+DEPEND="dev-qt/qtcore:4
+ dev-qt/qtgui:4"
RDEPEND="${DEPEND}
app-emulation/qemu"
-DOCS="ChangeLog README"
+DOCS=( ChangeLog README )
PATCHES=(
"${FILESDIR}/${PV}-help_and_translation_paths.patch"
)