diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-07-20 14:39:53 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-07-20 14:39:53 +0000 |
commit | f403719248d5f658aecc67ef72f41b65ab8cb480 (patch) | |
tree | d154bb5e0146d313ad57ec24accb859b323e75b1 /www-client/arora | |
parent | Fix to compile with gcc-4.3. Bug 231428. Thanks to Bernd Buschinski <b.buschi... (diff) | |
download | gentoo-2-f403719248d5f658aecc67ef72f41b65ab8cb480.tar.gz gentoo-2-f403719248d5f658aecc67ef72f41b65ab8cb480.tar.bz2 gentoo-2-f403719248d5f658aecc67ef72f41b65ab8cb480.zip |
New arora snapshot
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-hh7 i686)
Diffstat (limited to 'www-client/arora')
-rw-r--r-- | www-client/arora/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/arora/arora-0.2_p20080618.ebuild | 29 | ||||
-rw-r--r-- | www-client/arora/arora-0.3_pre20080720.ebuild (renamed from www-client/arora/arora-0.2_p20080604.ebuild) | 9 |
3 files changed, 11 insertions, 35 deletions
diff --git a/www-client/arora/ChangeLog b/www-client/arora/ChangeLog index 4e3c9dbae037..3844411af139 100644 --- a/www-client/arora/ChangeLog +++ b/www-client/arora/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/arora # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.3 2008/07/05 22:52:57 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.4 2008/07/20 14:39:53 yngwin Exp $ + +*arora-0.3_pre20080720 (20 Jul 2008) + + 20 Jul 2008; Ben de Groot <yngwin@gentoo.org> -arora-0.2_p20080604.ebuild, + -arora-0.2_p20080618.ebuild, +arora-0.3_pre20080720.ebuild: + New snapshot, removing old versions *arora-0.3_pre20080705 (05 Jul 2008) diff --git a/www-client/arora/arora-0.2_p20080618.ebuild b/www-client/arora/arora-0.2_p20080618.ebuild deleted file mode 100644 index 85633211442d..000000000000 --- a/www-client/arora/arora-0.2_p20080618.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.2_p20080618.ebuild,v 1.1 2008/06/18 22:14:43 yngwin Exp $ - -EAPI=1 -inherit eutils qt4 - -DESCRIPTION="A cross-platform Qt4 WebKit browser" -HOMEPAGE="http://arora.googlecode.com/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="|| ( GPL-3 GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=x11-libs/qt-webkit-4.4.0:4" -DEPEND="${RDEPEND}" - -src_compile() { - eqmake4 || die "qmake failed" - emake || die "make failed" -} - -src_install() { - dobin arora - newicon src/data/browser.svg arora.svg - make_desktop_entry arora Arora arora.svg -} diff --git a/www-client/arora/arora-0.2_p20080604.ebuild b/www-client/arora/arora-0.3_pre20080720.ebuild index 4a9096c1cc85..5aad58265689 100644 --- a/www-client/arora/arora-0.2_p20080604.ebuild +++ b/www-client/arora/arora-0.3_pre20080720.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.2_p20080604.ebuild,v 1.1 2008/06/04 13:36:01 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/arora/arora-0.3_pre20080720.ebuild,v 1.1 2008/07/20 14:39:53 yngwin Exp $ EAPI=1 inherit eutils qt4 @@ -18,12 +18,11 @@ RDEPEND=">=x11-libs/qt-webkit-4.4.0:4" DEPEND="${RDEPEND}" src_compile() { - eqmake4 || die "qmake failed" + eqmake4 arora.pro PREFIX="${D}/usr" || die "qmake failed" emake || die "make failed" } src_install() { - dobin arora - newicon src/data/browser.svg arora.svg - make_desktop_entry arora Arora arora.svg + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog README } |