aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kimono')
-rw-r--r--kde-base/kimono/Manifest2
-rw-r--r--kde-base/kimono/kimono-4.10.0.ebuild40
-rw-r--r--kde-base/kimono/kimono-4.9.98.ebuild40
3 files changed, 0 insertions, 82 deletions
diff --git a/kde-base/kimono/Manifest b/kde-base/kimono/Manifest
deleted file mode 100644
index 2feb177c59..0000000000
--- a/kde-base/kimono/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST kimono-4.10.0.tar.xz 932800 SHA256 50469df2313ab06e8926a196fc62dc2320051f113c1a7e53d11561d90aab26ba SHA512 ec14d2c02a594473288c540e2d6d9bcd062ad3b2cf709f2ca61ec72612fabbf4f3e53f5eb0379fe0230c75daa79433803568650375b73ca766f81e7c8a25bb0a WHIRLPOOL 1a701328f4de23bbe171c2bdb19f402e9f947c059c64f3dd70b19cccd31af46ebed49ffed7b7088bca777aa0eb85963a4b1767a35954759e17ba6ca8542cec4f
-DIST kimono-4.9.98.tar.xz 938456 SHA256 ef4dbaa5a58ac6e1ca1b8dc4a268c86b32fcfc6b89d291765648157034623467 SHA512 e71c991c2194e2bd023fe8ffe149c7ea06328d72fe6c9a45f1d2737224c5397abe056c2024ead6e2bc8ac6a278fd793c54d75eb7f86f9ec54b151327f4addb55 WHIRLPOOL 894535b0b33453b86ece3f270671ad5bfbf6213a98c88ab6cdc52141ede0d542ea915a4c63cfaccdb355e9011cb368c7dae784395ed696592aec28e20eabec26
diff --git a/kde-base/kimono/kimono-4.10.0.ebuild b/kde-base/kimono/kimono-4.10.0.ebuild
deleted file mode 100644
index aa06026a79..0000000000
--- a/kde-base/kimono/kimono-4.10.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base mono
-
-DESCRIPTION="C# bindings for KDE"
-KEYWORDS="~amd64 ~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 'semantic-desktop=')
- plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
-"
-RDEPEND="${DEPEND}"
-
-# Split from kdebindings-csharp in 4.7
-add_blocker kdebindings-csharp
-
-src_prepare() {
- kde4-base_src_prepare
-
- sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt
-}
-
-src_configure() {
- mycmakeargs=(
- $(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.9.98.ebuild b/kde-base/kimono/kimono-4.9.98.ebuild
deleted file mode 100644
index aa06026a79..0000000000
--- a/kde-base/kimono/kimono-4.9.98.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde4-base mono
-
-DESCRIPTION="C# bindings for KDE"
-KEYWORDS="~amd64 ~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 'semantic-desktop=')
- plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
-"
-RDEPEND="${DEPEND}"
-
-# Split from kdebindings-csharp in 4.7
-add_blocker kdebindings-csharp
-
-src_prepare() {
- kde4-base_src_prepare
-
- sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt
-}
-
-src_configure() {
- mycmakeargs=(
- $(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
-}