public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: www-client/rekonq/
Date: Sun,  4 May 2014 23:35:42 +0000 (UTC)	[thread overview]
Message-ID: <1399245580.94d897d04d5471482d788db75f6e51998e028a5d.johu@gentoo> (raw)

commit:     94d897d04d5471482d788db75f6e51998e028a5d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 23:19:40 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May  4 23:19:40 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=94d897d0

[www-client/rekonq] Introduce nepomuk USE flag, bug #508350

Package-Manager: portage-2.2.10

---
 www-client/rekonq/metadata.xml       |  1 +
 www-client/rekonq/rekonq-9999.ebuild | 16 ++++++++--------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/www-client/rekonq/metadata.xml b/www-client/rekonq/metadata.xml
index ea92aab..ad060ed 100644
--- a/www-client/rekonq/metadata.xml
+++ b/www-client/rekonq/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
 	<herd>kde</herd>
 	<use>
+		<flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
 		<flag name="opera">Support for Opera sync handler</flag>
 	</use>
 </pkgmetadata>

diff --git a/www-client/rekonq/rekonq-9999.ebuild b/www-client/rekonq/rekonq-9999.ebuild
index 037013f..3dc498e 100644
--- a/www-client/rekonq/rekonq-9999.ebuild
+++ b/www-client/rekonq/rekonq-9999.ebuild
@@ -8,7 +8,7 @@ WEBKIT_REQUIRED="always"
 KDE_LINGUAS="cs da de el es et eu fi fr gl 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"
+KDE_MINIMAL="4.13.1"
 inherit kde4-base
 
 DESCRIPTION="A browser based on qtwebkit"
@@ -18,19 +18,19 @@ HOMEPAGE="http://rekonq.kde.org/"
 LICENSE="GPL-3"
 SLOT="4"
 KEYWORDS=""
-IUSE="debug kde opera semantic-desktop"
+IUSE="debug kde nepomuk opera"
 
 DEPEND="
-	$(add_kdebase_dep kdelibs 'semantic-desktop?')
+	$(add_kdebase_dep kdelibs 'nepomuk?')
 	kde? ( $(add_kdebase_dep kactivities) )
+	nepomuk? (
+		$(add_kdebase_dep nepomuk-core)
+		dev-libs/soprano
+	)
 	opera? (
 		app-crypt/qca:2
 		dev-libs/qoauth
 	)
-	semantic-desktop? (
-		$(add_kdebase_dep nepomuk-core)
-		dev-libs/soprano
-	)
 "
 RDEPEND="
 	${DEPEND}
@@ -42,7 +42,7 @@ src_configure() {
 		$(cmake-utils_use_with kde KActivities)
 		$(cmake-utils_use_with opera QCA2)
 		$(cmake-utils_use_with opera QtOAuth)
-		$(cmake-utils_use_find_package semantic-desktop NepomukCore)
+		$(cmake-utils_use_find_package nepomuk NepomukCore)
 	)
 
 	kde4-base_src_configure


             reply	other threads:[~2014-05-04 23:35 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-04 23:35 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-03 18:28 [gentoo-commits] proj/kde:master commit in: www-client/rekonq/ Andreas Sturmlechner
2016-03-21 18:01 Johannes Huber
2015-06-27 22:56 Johannes Huber
2015-01-29  1:51 Johannes Huber
2014-09-14 19:38 Johannes Huber
2014-09-09 16:34 Michael Palimaka
2014-09-09 16:31 Michael Palimaka
2014-09-09 16:31 Michael Palimaka
2014-08-13 18:44 Johannes Huber
2014-08-13 18:39 Johannes Huber
2013-11-16 18:37 Johannes Huber
2013-10-06 19:57 Chris Reffett
2013-07-25 21:48 Johannes Huber
2013-05-02 21:12 Johannes Huber
2013-05-02 21:10 Johannes Huber
2013-04-29 20:58 Manuel Rüger
2013-03-03 17:37 Michael Palimaka
2013-02-20 23:26 Andreas Hüttel
2013-02-20 23:26 Andreas Hüttel
2013-01-28 16:03 Michael Palimaka
2013-01-02  6:29 Michael Palimaka
2012-12-03 14:01 Michael Palimaka
2012-10-31 15:45 Michael Palimaka
2012-08-22 20:12 Johannes Huber
2012-08-21 16:08 Johannes Huber
2012-07-24 13:32 Michael Palimaka
2012-07-24 13:19 Johannes Huber
2012-07-21 15:24 Johannes Huber
2012-07-13 23:06 Johannes Huber
2012-03-22 13:04 Johannes Huber
2012-03-22 13:04 Johannes Huber
2012-03-06 16:46 David Heidelberger
2011-02-28 14:52 Tomas Chvatal
2011-02-22 14:26 Theo Chatzimichos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1399245580.94d897d04d5471482d788db75f6e51998e028a5d.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox