diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-10-01 18:37:27 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-10-01 18:37:27 +0000 |
commit | 468232865877cdca8eae5061212453e9bd8055f9 (patch) | |
tree | 06d16b81319520042e94209be88e2be87f85b016 /www-client/arora/arora-0.3_pre20080720.ebuild | |
parent | Oops, let's commit ChangeLog as well (diff) | |
download | historical-468232865877cdca8eae5061212453e9bd8055f9.tar.gz historical-468232865877cdca8eae5061212453e9bd8055f9.tar.bz2 historical-468232865877cdca8eae5061212453e9bd8055f9.zip |
Version bump, adding linguas support. Drop old versions.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26.5 i686
Diffstat (limited to 'www-client/arora/arora-0.3_pre20080720.ebuild')
-rw-r--r-- | www-client/arora/arora-0.3_pre20080720.ebuild | 28 |
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 -} |