summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-14 19:33:14 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-14 19:33:14 +0000
commit69e9d0c81880ad7e50df6a4d071fac51e9babb46 (patch)
treead8c8706e0bd7837c3c4aacb022ab2353d3925af /kde-base/kimono
parentVersion bumps. Remove old (diff)
downloadgentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.gz
gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.tar.bz2
gentoo-2-69e9d0c81880ad7e50df6a4d071fac51e9babb46.zip
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key )
Diffstat (limited to 'kde-base/kimono')
-rw-r--r--kde-base/kimono/ChangeLog6
-rw-r--r--kde-base/kimono/kimono-4.13.3.ebuild42
-rw-r--r--kde-base/kimono/kimono-4.14.1.ebuild42
3 files changed, 5 insertions, 85 deletions
diff --git a/kde-base/kimono/ChangeLog b/kde-base/kimono/ChangeLog
index 738ef010908e..2d8e9a421c3d 100644
--- a/kde-base/kimono/ChangeLog
+++ b/kde-base/kimono/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kimono
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.131 2014/10/25 20:40:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.132 2014/11/14 19:33:07 mrueg Exp $
+
+ 14 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -kimono-4.13.3.ebuild,
+ -kimono-4.14.1.ebuild:
+ Cleanup old.
25 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -kimono-4.14.0.ebuild:
Cleanup KDE SC 4.14.0
diff --git a/kde-base/kimono/kimono-4.13.3.ebuild b/kde-base/kimono/kimono-4.13.3.ebuild
deleted file mode 100644
index c85600baf9a0..000000000000
--- a/kde-base/kimono/kimono-4.13.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.13.3.ebuild,v 1.1 2014/07/16 17:40:18 johu Exp $
-
-EAPI=5
-
-inherit mono-env kde4-base
-
-DESCRIPTION="C# bindings for KDE"
-KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi debug nepomuk plasma"
-
-DEPEND="
- dev-lang/mono
- $(add_kdebase_dep qyoto 'webkit')
- $(add_kdebase_dep smokeqt)
- $(add_kdebase_dep smokekde 'nepomuk?')
- plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
-"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- mono-env_pkg_setup
- kde4-base_pkg_setup
-}
-
-src_prepare() {
- kde4-base_src_prepare
-
- sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with akonadi)
- $(cmake-utils_use_with akonadi KdepimLibs)
- $(cmake-utils_use_with nepomuk)
- $(cmake-utils_use_disable plasma)
- -DWITH_Soprano=OFF
- )
- kde4-base_src_configure
-}
diff --git a/kde-base/kimono/kimono-4.14.1.ebuild b/kde-base/kimono/kimono-4.14.1.ebuild
deleted file mode 100644
index 031a5dece8aa..000000000000
--- a/kde-base/kimono/kimono-4.14.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.14.1.ebuild,v 1.1 2014/09/16 18:17:24 johu Exp $
-
-EAPI=5
-
-inherit mono-env kde4-base
-
-DESCRIPTION="C# bindings for KDE"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi debug nepomuk plasma"
-
-DEPEND="
- dev-lang/mono
- $(add_kdebase_dep qyoto 'webkit')
- $(add_kdebase_dep smokeqt)
- $(add_kdebase_dep smokekde 'nepomuk?')
- plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
-"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- mono-env_pkg_setup
- kde4-base_pkg_setup
-}
-
-src_prepare() {
- kde4-base_src_prepare
-
- sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with akonadi)
- $(cmake-utils_use_with akonadi KdepimLibs)
- $(cmake-utils_use_with nepomuk)
- $(cmake-utils_use_disable plasma)
- -DWITH_Soprano=OFF
- )
- kde4-base_src_configure
-}