summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-07-25 21:48:34 +0000
committerJohannes Huber <johu@gentoo.org>2013-07-25 21:48:34 +0000
commitdff10837a8cf50385b086e16e0ab8622580852bb (patch)
tree1f02ce86f0dc395d7df19a1c4dfc9d58f6e297a3 /www-client
parentRaise gtk-doc-am dependency per configure. changelog & configure states that ... (diff)
downloadgentoo-2-dff10837a8cf50385b086e16e0ab8622580852bb.tar.gz
gentoo-2-dff10837a8cf50385b086e16e0ab8622580852bb.tar.bz2
gentoo-2-dff10837a8cf50385b086e16e0ab8622580852bb.zip
Add missing rdep by Nikoli <nikoli@lavabit.com> wrt bug #369371.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/rekonq/ChangeLog6
-rw-r--r--www-client/rekonq/rekonq-2.3.0.ebuild7
-rw-r--r--www-client/rekonq/rekonq-2.3.1.ebuild55
-rw-r--r--www-client/rekonq/rekonq-2.3.2.ebuild7
4 files changed, 15 insertions, 60 deletions
diff --git a/www-client/rekonq/ChangeLog b/www-client/rekonq/ChangeLog
index 6bd2703c6901..d36e9039417d 100644
--- a/www-client/rekonq/ChangeLog
+++ b/www-client/rekonq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/rekonq
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/ChangeLog,v 1.73 2013/06/30 11:32:23 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/ChangeLog,v 1.74 2013/07/25 21:48:34 johu Exp $
+
+ 25 Jul 2013; Johannes Huber <johu@gentoo.org> -rekonq-2.3.1.ebuild,
+ rekonq-2.3.0.ebuild, rekonq-2.3.2.ebuild:
+ Add missing rdep by Nikoli <nikoli@lavabit.com> wrt bug #369371.
*rekonq-2.3.2 (30 Jun 2013)
diff --git a/www-client/rekonq/rekonq-2.3.0.ebuild b/www-client/rekonq/rekonq-2.3.0.ebuild
index 12e7651319c0..c9a3225613b4 100644
--- a/www-client/rekonq/rekonq-2.3.0.ebuild
+++ b/www-client/rekonq/rekonq-2.3.0.ebuild
@@ -1,6 +1,6 @@
# 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-2.3.0.ebuild,v 1.4 2013/06/05 10:38:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-2.3.0.ebuild,v 1.5 2013/07/25 21:48:34 johu Exp $
EAPI=5
@@ -32,7 +32,10 @@ DEPEND="
dev-libs/qoauth
)
"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ ${DEPEND}
+ $(add_kdebase_dep keditbookmarks)
+"
src_prepare() {
# KDE_LINGUAS is also used to install appropriate handbooks
diff --git a/www-client/rekonq/rekonq-2.3.1.ebuild b/www-client/rekonq/rekonq-2.3.1.ebuild
deleted file mode 100644
index aba4ceaea803..000000000000
--- a/www-client/rekonq/rekonq-2.3.1.ebuild
+++ /dev/null
@@ -1,55 +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-2.3.1.ebuild,v 1.1 2013/06/23 10:22:09 johu Exp $
-
-EAPI=5
-
-WEBKIT_REQUIRED="always"
-KDE_LINGUAS="cs da de el es et fi fr hu ia it km lt mr nb nl pl pt pt_BR sk sl
-sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-KDE_MINIMAL="4.10"
-inherit kde4-base
-
-DESCRIPTION="A browser based on qtwebkit"
-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 kde opera"
-
-DEPEND="
- kde? (
- $(add_kdebase_dep kactivities)
- $(add_kdebase_dep kdelibs 'semantic-desktop(+)')
- $(add_kdebase_dep nepomuk-core)
- dev-libs/soprano
- )
- opera? (
- app-crypt/qca:2
- dev-libs/qoauth
- )
-"
-RDEPEND="${DEPEND}"
-
-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 kde KActivities)
- $(cmake-utils_use_find_package kde NepomukCore)
- $(cmake-utils_use_with opera QCA2)
- $(cmake-utils_use_with opera QtOAuth)
- )
-
- kde4-base_src_configure
-}
diff --git a/www-client/rekonq/rekonq-2.3.2.ebuild b/www-client/rekonq/rekonq-2.3.2.ebuild
index e66bb8cc20ef..e6bd0c91ae80 100644
--- a/www-client/rekonq/rekonq-2.3.2.ebuild
+++ b/www-client/rekonq/rekonq-2.3.2.ebuild
@@ -1,6 +1,6 @@
# 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-2.3.2.ebuild,v 1.1 2013/06/30 11:32:23 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/rekonq/rekonq-2.3.2.ebuild,v 1.2 2013/07/25 21:48:34 johu Exp $
EAPI=5
@@ -32,7 +32,10 @@ DEPEND="
dev-libs/qoauth
)
"
-RDEPEND="${DEPEND}"
+RDEPEND="
+ ${DEPEND}
+ $(add_kdebase_dep keditbookmarks)
+"
src_prepare() {
# KDE_LINGUAS is also used to install appropriate handbooks