summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-07-06 20:05:44 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-07-06 20:05:44 +0000
commit5fd95fc553cef9065d65d1fb8d346e7187180e57 (patch)
treeb433bc4476129a507eb7c0d723c28494219b6677 /kde-base/kdebindings-csharp
parentRemove config.h to fix SVG (bug 368601). (diff)
downloadgentoo-2-5fd95fc553cef9065d65d1fb8d346e7187180e57.tar.gz
gentoo-2-5fd95fc553cef9065d65d1fb8d346e7187180e57.tar.bz2
gentoo-2-5fd95fc553cef9065d65d1fb8d346e7187180e57.zip
Drop KDE 4.6.2
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdebindings-csharp')
-rw-r--r--kde-base/kdebindings-csharp/ChangeLog6
-rw-r--r--kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild56
2 files changed, 5 insertions, 57 deletions
diff --git a/kde-base/kdebindings-csharp/ChangeLog b/kde-base/kdebindings-csharp/ChangeLog
index a8995682fdd0..c934e8eccfd1 100644
--- a/kde-base/kdebindings-csharp/ChangeLog
+++ b/kde-base/kdebindings-csharp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdebindings-csharp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/ChangeLog,v 1.62 2011/06/26 01:54:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/ChangeLog,v 1.63 2011/07/06 20:05:26 dilfridge Exp $
+
+ 06 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -kdebindings-csharp-4.6.2.ebuild:
+ Drop KDE 4.6.2
25 Jun 2011; Brent Baude <ranger@gentoo.org> kdebindings-csharp-4.6.3.ebuild:
Marking kdebindings-csharp-4.6.3 ppc stable for bug 369979
diff --git a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild b/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild
deleted file mode 100644
index 4b985ac540f5..000000000000
--- a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild
+++ /dev/null
@@ -1,56 +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/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild,v 1.5 2011/06/06 21:06:51 abcd Exp $
-
-EAPI=3
-
-KMNAME="kdebindings"
-KMMODULE="csharp"
-inherit kde4-meta mono
-
-DESCRIPTION="C# bindings for KDE and Qt"
-KEYWORDS="amd64 ppc x86"
-IUSE="akonadi debug +phonon plasma qimageblitz qscintilla semantic-desktop webkit"
-
-DEPEND="
- dev-lang/mono
- $(add_kdebase_dep smoke 'akonadi?,phonon?,qimageblitz?,qscintilla?,semantic-desktop?,webkit?')
- semantic-desktop? ( >=dev-libs/soprano-2.4.64[clucene] )
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
- smoke/
-"
-
-pkg_setup() {
- kde4-meta_pkg_setup
-
- if use plasma && ! use webkit; then
- eerror
- eerror "The plasma USE flag requires the webkit USE flag to be enabled."
- eerror
- eerror "Please enable webkit or disable plasma."
- die "plasma requires webkit"
- fi
-}
-
-src_prepare() {
- kde4-meta_src_prepare
-
- sed -i "/add_subdirectory( examples )/ s:^:#:" csharp/plasma/CMakeLists.txt
-}
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_disable akonadi)
- $(cmake-utils_use_disable phonon)
- $(cmake-utils_use_disable plasma)
- $(cmake-utils_use_disable qimageblitz QImageBlitz)
- $(cmake-utils_use_disable qscintilla QScintilla)
- $(cmake-utils_use_disable semantic-desktop Nepomuk)
- $(cmake-utils_use_disable semantic-desktop Soprano)
- $(cmake-utils_use_disable webkit QtWebKit)
- )
- kde4-meta_src_configure
-}