diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-01-26 16:20:15 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-01-26 16:20:15 +0000 |
commit | b420f9134906ebbb23d35b7ad3b8873475e0c6fe (patch) | |
tree | 19271032ea15ec3b9a87ff7d585d695615005627 /www-client | |
parent | added ~ppc/~ppc64 wrt #348313 (diff) | |
download | gentoo-2-b420f9134906ebbb23d35b7ad3b8873475e0c6fe.tar.gz gentoo-2-b420f9134906ebbb23d35b7ad3b8873475e0c6fe.tar.bz2 gentoo-2-b420f9134906ebbb23d35b7ad3b8873475e0c6fe.zip |
Port changes from Gentoo Prefix, use EPREFIX, add KEYWORDS, convert to EAPI3.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/arora/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/arora/arora-0.11.0.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/www-client/arora/ChangeLog b/www-client/arora/ChangeLog index 0191b3ecdde8..70a3d3bfc344 100644 --- a/www-client/arora/ChangeLog +++ b/www-client/arora/ChangeLog @@ -1,6 +1,10 @@ # 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.40 2010/10/13 12:00:01 wired Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.41 2011/01/26 16:20:15 darkside Exp $ + + 26 Jan 2011; Jeremy Olexa <darkside@gentoo.org> arora-0.11.0.ebuild: + Port changes from Gentoo Prefix, use EPREFIX, add KEYWORDS, convert to + EAPI3. *arora-0.11.0 (13 Oct 2010) diff --git a/www-client/arora/arora-0.11.0.ebuild b/www-client/arora/arora-0.11.0.ebuild index 052fcb8dbee0..5f914079e8c9 100644 --- a/www-client/arora/arora-0.11.0.ebuild +++ b/www-client/arora/arora-0.11.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.11.0.ebuild,v 1.1 2010/10/13 12:00:01 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.11.0.ebuild,v 1.2 2011/01/26 16:20:15 darkside Exp $ -EAPI=2 +EAPI=3 inherit eutils qt4-r2 DESCRIPTION="A cross-platform Qt4 WebKit browser" @@ -11,7 +11,7 @@ SRC_URI="http://arora.googlecode.com/files/${P}.tar.gz" LICENSE="|| ( GPL-3 GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="debug doc" RDEPEND="x11-libs/qt-gui:4 @@ -63,7 +63,7 @@ src_prepare() { } src_configure() { - eqmake4 PREFIX=/usr + eqmake4 PREFIX="${EPREFIX}"/usr } src_compile() { |