From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RfejZ-0008Nx-Dr for garchives@archives.gentoo.org; Tue, 27 Dec 2011 21:38:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E53321C187; Tue, 27 Dec 2011 21:38:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E4C4521C187 for ; Tue, 27 Dec 2011 21:38:49 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 542B11B40B2 for ; Tue, 27 Dec 2011 21:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 70E1280043 for ; Tue, 27 Dec 2011 21:38:48 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: kde-base/korundum/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/korundum/korundum-4.7.49.9999.ebuild kde-base/korundum/korundum-4.7.95.ebuild kde-base/korundum/korundum-4.8.49.9999.ebuild kde-base/korundum/korundum-9999.ebuild X-VCS-Directories: kde-base/korundum/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: cd3fe55b58f404bbc6b01375605dc626d7370ea3 Date: Tue, 27 Dec 2011 21:38:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 147069ec-8e39-4815-a54c-b3f455d25933 X-Archives-Hash: 885ab476db19d681c441dde0712e4462 commit: cd3fe55b58f404bbc6b01375605dc626d7370ea3 Author: Andreas K. Huettel (dilfridge) gentoo o= rg> AuthorDate: Tue Dec 27 21:40:34 2011 +0000 Commit: Andreas H=C3=BCttel gentoo org> CommitDate: Tue Dec 27 21:40:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dcd3fe55b [kde-base/korundum] Make semantic-desktop a hard dependency, workaround f= or bug 395679 (Portage version: 2.1.10.41/git/Linux x86_64, unsigned Manifest commit) --- kde-base/korundum/korundum-4.7.49.9999.ebuild | 10 ++++++---- kde-base/korundum/korundum-4.7.95.ebuild | 10 ++++++---- kde-base/korundum/korundum-4.8.49.9999.ebuild | 10 ++++++---- kde-base/korundum/korundum-9999.ebuild | 10 ++++++---- 4 files changed, 24 insertions(+), 16 deletions(-) diff --git a/kde-base/korundum/korundum-4.7.49.9999.ebuild b/kde-base/kor= undum/korundum-4.7.49.9999.ebuild index 2f2f975..20324cb 100644 --- a/kde-base/korundum/korundum-4.7.49.9999.ebuild +++ b/kde-base/korundum/korundum-4.7.49.9999.ebuild @@ -18,11 +18,15 @@ inherit kde4-base ruby-ng =20 DESCRIPTION=3D"KDE Ruby bindings" KEYWORDS=3D"" -IUSE=3D"akonadi debug kate okular semantic-desktop" +IUSE=3D"akonadi debug kate okular" + +# unfortunately single modules cannot be disabled with cmake defines +# possible more useflags have no effect... does anyone actually build th= is stuff? +# may need some hacking, for now semantic-desktop just becomes a hard de= pendency =20 DEPEND=3D" $(add_kdebase_dep qtruby) - $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=3D'= ) + $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop') $(add_kdebase_dep smokeqt) " RDEPEND=3D"${DEPEND} @@ -59,8 +63,6 @@ each_ruby_configure() { $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable kate) $(cmake-utils_use_with okular) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) ) kde4-base_src_configure } diff --git a/kde-base/korundum/korundum-4.7.95.ebuild b/kde-base/korundum= /korundum-4.7.95.ebuild index fd3433d..ed53866 100644 --- a/kde-base/korundum/korundum-4.7.95.ebuild +++ b/kde-base/korundum/korundum-4.7.95.ebuild @@ -18,11 +18,15 @@ inherit kde4-base ruby-ng =20 DESCRIPTION=3D"KDE Ruby bindings" KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE=3D"akonadi debug kate okular semantic-desktop" +IUSE=3D"akonadi debug kate okular" + +# unfortunately single modules cannot be disabled with cmake defines +# possible more useflags have no effect... does anyone actually build th= is stuff? +# may need some hacking, for now semantic-desktop just becomes a hard de= pendency =20 DEPEND=3D" $(add_kdebase_dep qtruby) - $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=3D'= ) + $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop') $(add_kdebase_dep smokeqt) " RDEPEND=3D"${DEPEND} @@ -59,8 +63,6 @@ each_ruby_configure() { $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable kate) $(cmake-utils_use_with okular) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) ) kde4-base_src_configure } diff --git a/kde-base/korundum/korundum-4.8.49.9999.ebuild b/kde-base/kor= undum/korundum-4.8.49.9999.ebuild index 2f2f975..20324cb 100644 --- a/kde-base/korundum/korundum-4.8.49.9999.ebuild +++ b/kde-base/korundum/korundum-4.8.49.9999.ebuild @@ -18,11 +18,15 @@ inherit kde4-base ruby-ng =20 DESCRIPTION=3D"KDE Ruby bindings" KEYWORDS=3D"" -IUSE=3D"akonadi debug kate okular semantic-desktop" +IUSE=3D"akonadi debug kate okular" + +# unfortunately single modules cannot be disabled with cmake defines +# possible more useflags have no effect... does anyone actually build th= is stuff? +# may need some hacking, for now semantic-desktop just becomes a hard de= pendency =20 DEPEND=3D" $(add_kdebase_dep qtruby) - $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=3D'= ) + $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop') $(add_kdebase_dep smokeqt) " RDEPEND=3D"${DEPEND} @@ -59,8 +63,6 @@ each_ruby_configure() { $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable kate) $(cmake-utils_use_with okular) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) ) kde4-base_src_configure } diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/k= orundum-9999.ebuild index 2f2f975..20324cb 100644 --- a/kde-base/korundum/korundum-9999.ebuild +++ b/kde-base/korundum/korundum-9999.ebuild @@ -18,11 +18,15 @@ inherit kde4-base ruby-ng =20 DESCRIPTION=3D"KDE Ruby bindings" KEYWORDS=3D"" -IUSE=3D"akonadi debug kate okular semantic-desktop" +IUSE=3D"akonadi debug kate okular" + +# unfortunately single modules cannot be disabled with cmake defines +# possible more useflags have no effect... does anyone actually build th= is stuff? +# may need some hacking, for now semantic-desktop just becomes a hard de= pendency =20 DEPEND=3D" $(add_kdebase_dep qtruby) - $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop=3D'= ) + $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,semantic-desktop') $(add_kdebase_dep smokeqt) " RDEPEND=3D"${DEPEND} @@ -59,8 +63,6 @@ each_ruby_configure() { $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable kate) $(cmake-utils_use_with okular) - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano) ) kde4-base_src_configure }