summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/arora/arora-0.3_pre20080720.ebuild')
-rw-r--r--www-client/arora/arora-0.3_pre20080720.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/www-client/arora/arora-0.3_pre20080720.ebuild b/www-client/arora/arora-0.3_pre20080720.ebuild
deleted file mode 100644
index 5aad58265689..000000000000
--- a/www-client/arora/arora-0.3_pre20080720.ebuild
+++ /dev/null
@@ -1,28 +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.3_pre20080720.ebuild,v 1.1 2008/07/20 14:39:53 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
-}