diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-12-07 23:07:59 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-12-07 23:07:59 +0000 |
commit | c778047b4a530620fb1160d4e128a5a5ac0e04fb (patch) | |
tree | 704160ece238537869747c5b2e9c78c96b7e6ffa /kde-base/kimono | |
parent | Version bump. (diff) | |
download | historical-c778047b4a530620fb1160d4e128a5a5ac0e04fb.tar.gz historical-c778047b4a530620fb1160d4e128a5a5ac0e04fb.tar.bz2 historical-c778047b4a530620fb1160d4e128a5a5ac0e04fb.zip |
Drop KDE 4.7.2
Package-Manager: portage-2.1.10.39/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.2.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/kde-base/kimono/ChangeLog b/kde-base/kimono/ChangeLog index f05b291ff754..78f7e0867b70 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.9 2011/12/07 22:13:39 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/ChangeLog,v 1.10 2011/12/07 23:07:43 dilfridge Exp $ + + 07 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kimono-4.7.2.ebuild: + Drop KDE 4.7.2 07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> kimono-4.7.3.ebuild: Stable on amd64 wrt bug #388279 diff --git a/kde-base/kimono/kimono-4.7.2.ebuild b/kde-base/kimono/kimono-4.7.2.ebuild deleted file mode 100644 index 05e36ca3fb17..000000000000 --- a/kde-base/kimono/kimono-4.7.2.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.2.ebuild,v 1.1 2011/10/06 18:10:51 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 -} |