summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/qtweb/qtweb-3.8.5_p108.ebuild')
-rw-r--r--www-client/qtweb/qtweb-3.8.5_p108.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/www-client/qtweb/qtweb-3.8.5_p108.ebuild b/www-client/qtweb/qtweb-3.8.5_p108.ebuild
deleted file mode 100644
index fa1fd1d351a3..000000000000
--- a/www-client/qtweb/qtweb-3.8.5_p108.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit qt4-r2
-
-MY_PN=QtWeb
-
-DESCRIPTION="Lightweight, fast, secure and portable browser for the Web"
-HOMEPAGE="http://www.qtweb.net/ https://github.com/magist3r/QtWeb"
-SRC_URI="https://codeload.github.com/magist3r/${MY_PN}/tar.gz/b${PV/*_p} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- dev-qt/qtwebkit:4
-"
-DEPEND="
- ${RDEPEND}
- dev-qt/designer:4
-"
-
-S=${WORKDIR}/${MY_PN}-b${PV/*_p}
-
-src_install() {
- dobin build/${MY_PN}
-}