diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-15 17:26:17 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-15 17:26:17 +0000 |
commit | a1791ffdeef04d26d269c5721abc2f2df53681a3 (patch) | |
tree | dea83b6a54feb970d5983a5fc1b578418173ec11 /kde-base/kimono | |
parent | amd64 stable wrt #386957 (diff) | |
download | gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.tar.gz gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.tar.bz2 gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.zip |
Drop KDE 4.7.0
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kimono')
-rw-r--r-- | kde-base/kimono/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kimono/kimono-4.7.0.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/kde-base/kimono/ChangeLog b/kde-base/kimono/ChangeLog index ab4af1282680..4c25c001106b 100644 --- a/kde-base/kimono/ChangeLog +++ b/kde-base/kimono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kimono # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.4 2011/10/06 18:10:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.5 2011/10/15 17:26:03 dilfridge Exp $ + + 15 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kimono-4.7.0.ebuild: + Drop KDE 4.7.0 *kimono-4.7.2 (06 Oct 2011) diff --git a/kde-base/kimono/kimono-4.7.0.ebuild b/kde-base/kimono/kimono-4.7.0.ebuild deleted file mode 100644 index 5c3e398973e7..000000000000 --- a/kde-base/kimono/kimono-4.7.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.7.0.ebuild,v 1.2 2011/08/21 12:37:41 dilfridge Exp $ - -EAPI=4 - -KDE_SCM="git" -inherit kde4-base mono - -DESCRIPTION="C# bindings for KDE" -KEYWORDS="~amd64 ~x86" -IUSE="akonadi debug plasma semantic-desktop" - -DEPEND=" - dev-lang/mono - $(add_kdebase_dep qyoto 'webkit') - $(add_kdebase_dep smokeqt) - $(add_kdebase_dep smokekde 'akonadi?,semantic-desktop=') - plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) - semantic-desktop? ( >=dev-libs/soprano-2.6.51[clucene] ) -" -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) - $(cmake-utils_use_with semantic-desktop Soprano) - ) - kde4-base_src_configure -} |