summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-07-05 22:52:57 +0000
committerBen de Groot <yngwin@gentoo.org>2008-07-05 22:52:57 +0000
commit48d7a783de82496a1a2907073304b5fb5c5d3629 (patch)
tree3e29c3c9131406855cb9a96777790a094eec5d34 /www-client/arora
parentRev bump with patch for libmtp-0.3.0 API, bug #230864. (diff)
downloadgentoo-2-48d7a783de82496a1a2907073304b5fb5c5d3629.tar.gz
gentoo-2-48d7a783de82496a1a2907073304b5fb5c5d3629.tar.bz2
gentoo-2-48d7a783de82496a1a2907073304b5fb5c5d3629.zip
New arora git 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/ChangeLog8
-rw-r--r--www-client/arora/arora-0.3_pre20080705.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/www-client/arora/ChangeLog b/www-client/arora/ChangeLog
index 43998022b4be..4e3c9dbae037 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.2 2008/06/18 22:14:43 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/arora/ChangeLog,v 1.3 2008/07/05 22:52:57 yngwin Exp $
+
+*arora-0.3_pre20080705 (05 Jul 2008)
+
+ 05 Jul 2008; Ben de Groot <yngwin@gentoo.org>
+ +arora-0.3_pre20080705.ebuild:
+ New snapshot
*arora-0.2_p20080618 (18 Jun 2008)
diff --git a/www-client/arora/arora-0.3_pre20080705.ebuild b/www-client/arora/arora-0.3_pre20080705.ebuild
new file mode 100644
index 000000000000..90ef9fe64154
--- /dev/null
+++ b/www-client/arora/arora-0.3_pre20080705.ebuild
@@ -0,0 +1,28 @@
+# 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.3_pre20080705.ebuild,v 1.1 2008/07/05 22:52:57 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 arora.pro PREFIX="${D}/usr" || die "qmake failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog README
+}