diff options
author | Johannes Huber <johu@gentoo.org> | 2013-08-02 17:21:14 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-08-02 17:21:14 +0000 |
commit | 74cd95b8ea96794953816ae343c7e4f90af4036f (patch) | |
tree | f0edad5fdfd0f7b6236a786cf8bfc6efe30cb746 /kde-base/kimono | |
parent | version bump, currently masked, see bug 463924 (diff) | |
download | gentoo-2-74cd95b8ea96794953816ae343c7e4f90af4036f.tar.gz gentoo-2-74cd95b8ea96794953816ae343c7e4f90af4036f.tar.bz2 gentoo-2-74cd95b8ea96794953816ae343c7e4f90af4036f.zip |
Remove KDE SC 4.10.4.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/kimono')
-rw-r--r-- | kde-base/kimono/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kimono/kimono-4.10.4.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/kde-base/kimono/ChangeLog b/kde-base/kimono/ChangeLog index 98fde2918f19..1aec42499d72 100644 --- a/kde-base/kimono/ChangeLog +++ b/kde-base/kimono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kimono # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.83 2013/07/30 10:41:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.84 2013/08/02 17:20:30 johu Exp $ + + 02 Aug 2013; Johannes Huber <johu@gentoo.org> -kimono-4.10.4.ebuild: + Remove KDE SC 4.10.4 30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kimono-4.10.5.ebuild: Stable for ppc, wrt to bug #477634 diff --git a/kde-base/kimono/kimono-4.10.4.ebuild b/kde-base/kimono/kimono-4.10.4.ebuild deleted file mode 100644 index adb2300d8e0c..000000000000 --- a/kde-base/kimono/kimono-4.10.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.10.4.ebuild,v 1.4 2013/07/01 09:08:24 ago Exp $ - -EAPI=5 - -inherit kde4-base mono - -DESCRIPTION="C# bindings for KDE" -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 '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 -} |