summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2010-02-23 02:38:04 +0000
committerBen de Groot <yngwin@gentoo.org>2010-02-23 02:38:04 +0000
commit3aa66e1b37919b9645d6c5c35eff7ee8e9e8adf4 (patch)
tree0f856014bd19e38ad36873245af83db3237f4dbd /www-client/arora
parentRespect CC (and actually use toolchain-funcs). (diff)
downloadgentoo-2-3aa66e1b37919b9645d6c5c35eff7ee8e9e8adf4.tar.gz
gentoo-2-3aa66e1b37919b9645d6c5c35eff7ee8e9e8adf4.tar.bz2
gentoo-2-3aa66e1b37919b9645d6c5c35eff7ee8e9e8adf4.zip
Migrate to qt4-r2.eclass
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'www-client/arora')
-rw-r--r--www-client/arora/ChangeLog5
-rw-r--r--www-client/arora/arora-0.10.2-r1.ebuild14
2 files changed, 11 insertions, 8 deletions
diff --git a/www-client/arora/ChangeLog b/www-client/arora/ChangeLog
index 4eef35174735..cdf131eb07c1 100644
--- a/www-client/arora/ChangeLog
+++ b/www-client/arora/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/arora
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.34 2010/02/17 21:13:59 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.35 2010/02/23 02:38:04 yngwin Exp $
+
+ 23 Feb 2010; Ben de Groot <yngwin@gentoo.org> arora-0.10.2-r1.ebuild:
+ Migrate to qt4-r2.eclass
17 Feb 2010; Alex Alexander <wired@gentoo.org> -arora-0.10.1-r1.ebuild,
arora-0.10.2-r1.ebuild:
diff --git a/www-client/arora/arora-0.10.2-r1.ebuild b/www-client/arora/arora-0.10.2-r1.ebuild
index c56bb07b91d6..91c6a65389ce 100644
--- a/www-client/arora/arora-0.10.2-r1.ebuild
+++ b/www-client/arora/arora-0.10.2-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v 1.3 2010/02/17 21:13:59 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.10.2-r1.ebuild,v 1.4 2010/02/23 02:38:04 yngwin Exp $
EAPI=2
-inherit eutils qt4
+inherit eutils qt4-r2
DESCRIPTION="A cross-platform Qt4 WebKit browser"
HOMEPAGE="http://arora.googlecode.com/"
@@ -14,10 +14,10 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug doc"
-RDEPEND="x11-libs/qt-gui
- x11-libs/qt-sql
- x11-libs/qt-webkit
- x11-libs/qt-xmlpatterns"
+RDEPEND="x11-libs/qt-gui:4
+ x11-libs/qt-sql:4
+ x11-libs/qt-webkit:4
+ x11-libs/qt-xmlpatterns:4"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
@@ -63,7 +63,7 @@ src_prepare() {
}
src_configure() {
- eqmake4 arora.pro PREFIX=/usr
+ eqmake4 PREFIX=/usr
}
src_compile() {