diff options
| author | Chris Reffett <creffett@gentoo.org> | 2013-10-06 01:54:04 -0400 |
|---|---|---|
| committer | Chris Reffett <creffett@gentoo.org> | 2013-10-06 01:54:04 -0400 |
| commit | dc7a336a83733f3abd25e83f0d0dcf978ae6a161 (patch) | |
| tree | 5a52d44355d2a54189ce45e8b062247fd9b1cbe4 | |
| parent | 8afeb505896b0f69d11f209a259b1b72ab23f226 (diff) | |
| download | kde-dc7a336a83733f3abd25e83f0d0dcf978ae6a161.tar.gz kde-dc7a336a83733f3abd25e83f0d0dcf978ae6a161.tar.bz2 kde-dc7a336a83733f3abd25e83f0d0dcf978ae6a161.zip | |
[kde-base/kimono] Conversion back to semantic-desktop
Package-Manager: portage-2.2.7
| -rw-r--r-- | kde-base/kimono/kimono-4.11.2-r1.ebuild (renamed from kde-base/kimono/kimono-4.11.2.ebuild) | 7 | ||||
| -rw-r--r-- | kde-base/kimono/kimono-4.11.49.9999.ebuild | 5 | ||||
| -rw-r--r-- | kde-base/kimono/kimono-9999.ebuild | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/kde-base/kimono/kimono-4.11.2.ebuild b/kde-base/kimono/kimono-4.11.2-r1.ebuild index cc4c372f2bc..29bbded0ca3 100644 --- a/kde-base/kimono/kimono-4.11.2.ebuild +++ b/kde-base/kimono/kimono-4.11.2-r1.ebuild @@ -7,14 +7,14 @@ EAPI=5 inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" -KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="akonadi debug plasma" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="akonadi debug plasma semantic-desktop" DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde) + $(add_kdebase_dep smokekde 'semantic-desktop?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" @@ -35,6 +35,7 @@ src_configure() { $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable plasma) + $(cmake-utils_use_with semantic-desktop Nepomuk) -DWITH_Soprano=OFF ) kde4-base_src_configure diff --git a/kde-base/kimono/kimono-4.11.49.9999.ebuild b/kde-base/kimono/kimono-4.11.49.9999.ebuild index 17fc3caafec..769007319fa 100644 --- a/kde-base/kimono/kimono-4.11.49.9999.ebuild +++ b/kde-base/kimono/kimono-4.11.49.9999.ebuild @@ -8,13 +8,13 @@ inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS="" -IUSE="akonadi debug plasma" +IUSE="akonadi debug plasma semantic-desktop" DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde) + $(add_kdebase_dep smokekde 'semantic-desktop?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" @@ -35,6 +35,7 @@ src_configure() { $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable plasma) + $(cmake-utils_use_with semantic-desktop Nepomuk) -DWITH_Soprano=OFF ) kde4-base_src_configure diff --git a/kde-base/kimono/kimono-9999.ebuild b/kde-base/kimono/kimono-9999.ebuild index 17fc3caafec..769007319fa 100644 --- a/kde-base/kimono/kimono-9999.ebuild +++ b/kde-base/kimono/kimono-9999.ebuild @@ -8,13 +8,13 @@ inherit mono-env kde4-base DESCRIPTION="C# bindings for KDE" KEYWORDS="" -IUSE="akonadi debug plasma" +IUSE="akonadi debug plasma semantic-desktop" DEPEND=" dev-lang/mono $(add_kdebase_dep qyoto 'webkit') $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde) + $(add_kdebase_dep smokekde 'semantic-desktop?') plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) " RDEPEND="${DEPEND}" @@ -35,6 +35,7 @@ src_configure() { $(cmake-utils_use_with akonadi) $(cmake-utils_use_with akonadi KdepimLibs) $(cmake-utils_use_disable plasma) + $(cmake-utils_use_with semantic-desktop Nepomuk) -DWITH_Soprano=OFF ) kde4-base_src_configure |
