diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-09-11 20:09:15 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-09-11 20:09:15 +0000 |
commit | 1626967dc4cef57bda036bed9ffae78af206f669 (patch) | |
tree | 246260d8e1a278b3af8756258ee1f57a93a3ed89 /kde-base | |
parent | Version bump (diff) | |
download | gentoo-2-1626967dc4cef57bda036bed9ffae78af206f669.tar.gz gentoo-2-1626967dc4cef57bda036bed9ffae78af206f669.tar.bz2 gentoo-2-1626967dc4cef57bda036bed9ffae78af206f669.zip |
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)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kimono/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kimono/kimono-4.9.0.ebuild | 5 | ||||
-rw-r--r-- | kde-base/kimono/kimono-4.9.1.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/kde-base/kimono/ChangeLog b/kde-base/kimono/ChangeLog index 2cff07941e64..75b92fbd1c80 100644 --- a/kde-base/kimono/ChangeLog +++ b/kde-base/kimono/ChangeLog @@ -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 - diff --git a/kde-base/kimono/kimono-4.9.0.ebuild b/kde-base/kimono/kimono-4.9.0.ebuild index 1c2059778b08..13de2c54605b 100644 --- a/kde-base/kimono/kimono-4.9.0.ebuild +++ b/kde-base/kimono/kimono-4.9.0.ebuild @@ -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 @@ DEPEND=" $(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 @@ src_configure() { $(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 } diff --git a/kde-base/kimono/kimono-4.9.1.ebuild b/kde-base/kimono/kimono-4.9.1.ebuild index be0119df667f..6600bc8055b8 100644 --- a/kde-base/kimono/kimono-4.9.1.ebuild +++ b/kde-base/kimono/kimono-4.9.1.ebuild @@ -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 @@ DEPEND=" $(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 @@ src_configure() { $(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 } |