public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kimono: kimono-4.9.1.ebuild kimono-4.9.0.ebuild ChangeLog
@ 2012-09-11 20:09 Michael Palimaka (kensington)
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka (kensington) @ 2012-09-11 20:09 UTC (permalink / raw
  To: gentoo-commits

kensington    12/09/11 20:09:15

  Modified:             kimono-4.9.1.ebuild kimono-4.9.0.ebuild ChangeLog
  Log:
  Do not build soprano bindings, since dev-libs/soprano[clucene] is required but no longer supported.
  
  (Portage version: 2.1.11.14/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  kde-base/kimono/kimono-4.9.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kimono/kimono-4.9.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kimono/kimono-4.9.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kimono/kimono-4.9.1.ebuild?r1=1.1&r2=1.2

Index: kimono-4.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kimono-4.9.1.ebuild	4 Sep 2012 18:45:07 -0000	1.1
+++ kimono-4.9.1.ebuild	11 Sep 2012 20:09:15 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.9.1.ebuild,v 1.1 2012/09/04 18:45:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.9.1.ebuild,v 1.2 2012/09/11 20:09:15 kensington Exp $
 
 EAPI=4
 
@@ -16,7 +16,6 @@
 	$(add_kdebase_dep smokeqt)
 	$(add_kdebase_dep smokekde 'semantic-desktop=')
 	plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
-	semantic-desktop? ( >=dev-libs/soprano-2.8.0[clucene] )
 "
 RDEPEND="${DEPEND}"
 
@@ -35,7 +34,7 @@
 		$(cmake-utils_use_with akonadi KdepimLibs)
 		$(cmake-utils_use_disable plasma)
 		$(cmake-utils_use_with semantic-desktop Nepomuk)
-		$(cmake-utils_use_with semantic-desktop Soprano)
+		-DWITH_Soprano=OFF
 	)
 	kde4-base_src_configure
 }



1.2                  kde-base/kimono/kimono-4.9.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kimono/kimono-4.9.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kimono/kimono-4.9.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kimono/kimono-4.9.0.ebuild?r1=1.1&r2=1.2

Index: kimono-4.9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kimono-4.9.0.ebuild	1 Aug 2012 22:16:58 -0000	1.1
+++ kimono-4.9.0.ebuild	11 Sep 2012 20:09:15 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.9.0.ebuild,v 1.1 2012/08/01 22:16:58 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.9.0.ebuild,v 1.2 2012/09/11 20:09:15 kensington Exp $
 
 EAPI=4
 
@@ -17,7 +17,6 @@
 	$(add_kdebase_dep smokeqt)
 	$(add_kdebase_dep smokekde 'semantic-desktop=')
 	plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
-	semantic-desktop? ( >=dev-libs/soprano-2.8.0[clucene] )
 "
 RDEPEND="${DEPEND}"
 
@@ -36,7 +35,7 @@
 		$(cmake-utils_use_with akonadi KdepimLibs)
 		$(cmake-utils_use_disable plasma)
 		$(cmake-utils_use_with semantic-desktop Nepomuk)
-		$(cmake-utils_use_with semantic-desktop Soprano)
+		-DWITH_Soprano=OFF
 	)
 	kde4-base_src_configure
 }



1.41                 kde-base/kimono/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kimono/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kimono/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kimono/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	4 Sep 2012 18:45:07 -0000	1.40
+++ ChangeLog	11 Sep 2012 20:09:15 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kimono
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.40 2012/09/04 18:45:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.41 2012/09/11 20:09:15 kensington Exp $
+
+  11 Sep 2012; Michael Palimaka <kensington@gentoo.org> kimono-4.9.0.ebuild,
+  kimono-4.9.1.ebuild:
+  Do not build soprano bindings, since dev-libs/soprano[clucene] is required but
+  no longer supported.
 
 *kimono-4.9.1 (04 Sep 2012)
 
@@ -149,4 +154,3 @@
   27 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> +kimono-4.7.0.ebuild,
   +metadata.xml:
   Version bump KDE SC 4.7.0
-





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-11 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 20:09 [gentoo-commits] gentoo-x86 commit in kde-base/kimono: kimono-4.9.1.ebuild kimono-4.9.0.ebuild ChangeLog Michael Palimaka (kensington)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox