summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/rekonq/rekonq-0.7.92.ebuild')
-rw-r--r--www-client/rekonq/rekonq-0.7.92.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/www-client/rekonq/rekonq-0.7.92.ebuild b/www-client/rekonq/rekonq-0.7.92.ebuild
deleted file mode 100644
index 460485e98f74..000000000000
--- a/www-client/rekonq/rekonq-0.7.92.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-0.7.92.ebuild,v 1.1 2011/10/03 13:52:40 dilfridge Exp $
-
-EAPI=4
-
-WEBKIT_REQUIRED="always"
-QT_MINIMAL="4.7"
-KDE_MINIMAL="4.7"
-KDE_SCM="git"
-# Yay for non-compatible linguas handling
-#KDE_LINGUAS_DIR="i18n"
-#KDE_LINGUAS="ca cs da de el en_GB es et fr hu it ja ko lt nb nds nl pt_BR pt ru sl sr sv uk zh_CN"
-KDE_DOC_DIRS="docs"
-KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED=test
-inherit kde4-base
-
-DESCRIPTION="A browser based on qt-webkit"
-HOMEPAGE="http://rekonq.kde.org/"
-[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="
- >=x11-libs/qt-xmlpatterns-${QT_MINIMAL}
-"
-RDEPEND="${DEPEND}"
-
-# All test fails
-RESTRICT="test"