summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/qupzilla/qupzilla-1.1.8.ebuild')
-rw-r--r--www-client/qupzilla/qupzilla-1.1.8.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/www-client/qupzilla/qupzilla-1.1.8.ebuild b/www-client/qupzilla/qupzilla-1.1.8.ebuild
deleted file mode 100644
index 92685fbb4d63..000000000000
--- a/www-client/qupzilla/qupzilla-1.1.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/qupzilla/qupzilla-1.1.8.ebuild,v 1.2 2012/04/04 14:38:33 ago Exp $
-
-EAPI=4
-
-inherit qt4-r2 vcs-snapshot
-
-DESCRIPTION="Qt WebKit web browser"
-HOMEPAGE="http://www.qupzilla.com/"
-SRC_URI="https://github.com/nowrep/QupZilla/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug kde"
-
-DEPEND="
- x11-libs/qt-core:4
- x11-libs/qt-dbus:4
- x11-libs/qt-gui:4
- x11-libs/qt-script:4
- x11-libs/qt-sql:4
- x11-libs/qt-webkit:4
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- if use kde; then
- KDE=true eqmake4
- else
- eqmake4
- fi
-}
-
-# TODO: translation handling