summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-client/rekonq/Manifest2
-rw-r--r--www-client/rekonq/rekonq-1.70.ebuild53
-rw-r--r--www-client/rekonq/rekonq-1.80.ebuild53
3 files changed, 0 insertions, 108 deletions
diff --git a/www-client/rekonq/Manifest b/www-client/rekonq/Manifest
deleted file mode 100644
index bde87633eaf..00000000000
--- a/www-client/rekonq/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rekonq-1.70.tar.bz2 2037944 SHA256 4dbdf8e74a3188e4497671a2ce5a8e833e91f8a2b6ac42c5b05aaa9dc4a8f817 SHA512 d5a6495ba1db55eef64195204a9b83d5f216d1074e44d814532076f6b401b3e628ba5ec4b25c55ece39deb53d06f0da8ce31a6b4647c484b2d1854961dec9084 WHIRLPOOL 2c56067fd410de0416c9c734fa46353f3b679f38926265d56358c2c42bfa8e922a2108a01dbbcc11704a6f9e28f8d26c39b7c66ecbd32c0e7c42126e0f771eb1
-DIST rekonq-1.80.tar.bz2 2040892 SHA256 8fd8ae4d3feb6ab2dc497dc7f6a27d4ca72d1330dceb9a37da4106af2f7af5d3 SHA512 049974b59248d84c89b60f4827548e58150c6f7f529f919a0f52f34e6754c910947b79a9ea3b31cec09c796c04ff1b9f78568c9857b84a22c407c204e9746ffb WHIRLPOOL 5c7350a4f7cdd40d2a5a8b46e36d778ec0c0feef31d90ae66619608c977c4712f72f26c51072535a4db46d00291d19120ee1f9ac3f89266ff76263c052d00a54
diff --git a/www-client/rekonq/rekonq-1.70.ebuild b/www-client/rekonq/rekonq-1.70.ebuild
deleted file mode 100644
index c265d5fd21a..00000000000
--- a/www-client/rekonq/rekonq-1.70.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-1.2.ebuild,v 1.1 2012/10/13 20:55:09 johu Exp $
-
-EAPI=4
-
-WEBKIT_REQUIRED="always"
-QT_MINIMAL="4.8"
-KDE_MINIMAL="4.7"
-# handbook and linguas not shipped in preview
-#KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl
-#hu is it ja km ko lt nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
-#sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
-#KDE_HANDBOOK="optional"
-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 opera semantic-desktop"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop=')
- opera? (
- app-crypt/qca:2
- dev-libs/qoauth
- )
-"
-RDEPEND="${DEPEND}"
-
-# docs are not shipped in preview
-#src_prepare() {
- # KDE_LINGUAS is also used to install appropriate handbooks
- # since there is no en_US 'translation', it cannot be added
- # hence making this impossible to install
-# mv doc/en_US doc/en || die "doc move failed"
-# sed -i -e 's/en_US/en/' doc/CMakeLists.txt || die "sed failed"
-# kde4-base_src_prepare
-#}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with opera QCA2)
- $(cmake-utils_use_with opera QtOAuth)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- )
-
- kde4-base_src_configure
-}
diff --git a/www-client/rekonq/rekonq-1.80.ebuild b/www-client/rekonq/rekonq-1.80.ebuild
deleted file mode 100644
index c265d5fd21a..00000000000
--- a/www-client/rekonq/rekonq-1.80.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-1.2.ebuild,v 1.1 2012/10/13 20:55:09 johu Exp $
-
-EAPI=4
-
-WEBKIT_REQUIRED="always"
-QT_MINIMAL="4.8"
-KDE_MINIMAL="4.7"
-# handbook and linguas not shipped in preview
-#KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et eu fa fi fr ga gl
-#hu is it ja km ko lt nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
-#sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
-#KDE_HANDBOOK="optional"
-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 opera semantic-desktop"
-
-DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop=')
- opera? (
- app-crypt/qca:2
- dev-libs/qoauth
- )
-"
-RDEPEND="${DEPEND}"
-
-# docs are not shipped in preview
-#src_prepare() {
- # KDE_LINGUAS is also used to install appropriate handbooks
- # since there is no en_US 'translation', it cannot be added
- # hence making this impossible to install
-# mv doc/en_US doc/en || die "doc move failed"
-# sed -i -e 's/en_US/en/' doc/CMakeLists.txt || die "sed failed"
-# kde4-base_src_prepare
-#}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with opera QCA2)
- $(cmake-utils_use_with opera QtOAuth)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- )
-
- kde4-base_src_configure
-}