diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-10-28 19:03:48 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-10-28 19:03:48 +0000 |
commit | 5d489ad84e04949615f6f0ccf3e72631d829ca1a (patch) | |
tree | f121bc24457a70901c0004d78fa47ff16c430ec7 /kde-base/kimono | |
parent | Drop KDEpim 4.6.1 and KDE 4.7.1 (diff) | |
download | historical-5d489ad84e04949615f6f0ccf3e72631d829ca1a.tar.gz historical-5d489ad84e04949615f6f0ccf3e72631d829ca1a.tar.bz2 historical-5d489ad84e04949615f6f0ccf3e72631d829ca1a.zip |
Drop KDEpim 4.6.1 and KDE 4.7.1
Package-Manager: portage-2.1.10.31/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.1.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/kde-base/kimono/ChangeLog b/kde-base/kimono/ChangeLog index 4c25c001106b..70a13d8c0b6f 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.5 2011/10/15 17:26:03 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.6 2011/10/28 19:03:32 dilfridge Exp $ + + 28 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kimono-4.7.1.ebuild: + Drop KDEpim 4.6.1 and KDE 4.7.1 15 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kimono-4.7.0.ebuild: Drop KDE 4.7.0 diff --git a/kde-base/kimono/kimono-4.7.1.ebuild b/kde-base/kimono/kimono-4.7.1.ebuild deleted file mode 100644 index 728e937d5add..000000000000 --- a/kde-base/kimono/kimono-4.7.1.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.1.ebuild,v 1.1 2011/09/07 20:13:45 alexxy 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 -} |