diff options
| author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-27 22:51:40 +0300 |
|---|---|---|
| committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-27 22:51:40 +0300 |
| commit | c5fb0302ca899411d703461aec4a05d867caa5db (patch) | |
| tree | bc7edde7794b67dd2c66cd2fc09451c801ca347c /kde-base/kdebindings-csharp/kdebindings-csharp-4.3.72.ebuild | |
| parent | 340521110f9569f90bca1724f8c29de5ea7ef378 (diff) | |
| download | kde-c5fb0302ca899411d703461aec4a05d867caa5db.tar.gz kde-c5fb0302ca899411d703461aec4a05d867caa5db.tar.bz2 kde-c5fb0302ca899411d703461aec4a05d867caa5db.zip | |
[kde-base] Say bue bue to kde 4.3.72
Diffstat (limited to 'kde-base/kdebindings-csharp/kdebindings-csharp-4.3.72.ebuild')
| -rw-r--r-- | kde-base/kdebindings-csharp/kdebindings-csharp-4.3.72.ebuild | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/kde-base/kdebindings-csharp/kdebindings-csharp-4.3.72.ebuild b/kde-base/kdebindings-csharp/kdebindings-csharp-4.3.72.ebuild deleted file mode 100644 index 1d012ef2cf9..00000000000 --- a/kde-base/kdebindings-csharp/kdebindings-csharp-4.3.72.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -KMNAME="kdebindings" -KMMODULE="csharp" -WEBKIT_REQUIRED="optional" -inherit kde4-meta mono - -DESCRIPTION="C# bindings for KDE and Qt" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="akonadi +phonon plasma qscintilla webkit" - -COMMON_DEPEND=" - dev-lang/mono - $(add_kdebase_dep smoke 'akonadi?,phonon?,qscintilla?,webkit?') -" - -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND}" - -KMEXTRACTONLY="smoke/" - -PATCHES=( "${FILESDIR}"/${PN}-build-fixes.patch ) - -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() { - local mycmakeargs=" - $(cmake-utils_use_enable webkit QTWEBKIT_SHARP) - $(cmake-utils_use_enable plasma PLASMA_SHARP) - $(cmake-utils_use_enable phonon PHONON_SHARP) - $(cmake-utils_use_enable qscintilla QSCINTILLA_SHARP) - $(cmake-utils_use_enable akonadi KdepimLibs) - $(cmake-utils_use_enable akonadi) - " - kde4-meta_src_configure -} - -src_compile() { - # Parallel builds seem broken, check later - MAKEOPTS=-j1 - kde4-meta_src_compile -} |
