summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-06 14:19:31 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-06 14:19:31 +0000
commitfb68bba1f0227eb362b9438dc7956a901d433d9a (patch)
tree3c781a7ac4011a69fad3c3b0f5b3d20bbac253c6 /kde-base/kdebindings-csharp
parentVersion bump to rc2 for both 1.8.1 and 1.7.6; move plugins for 1.8 to /usr/li... (diff)
downloadgentoo-2-fb68bba1f0227eb362b9438dc7956a901d433d9a.tar.gz
gentoo-2-fb68bba1f0227eb362b9438dc7956a901d433d9a.tar.bz2
gentoo-2-fb68bba1f0227eb362b9438dc7956a901d433d9a.zip
KDE SC 4.6.2 version bump. Drop 4.6.{0,1} and 4.5.5. This is our stable candidate so test and test more. Force due to some unmet deps. Filled as bug #362305.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdebindings-csharp')
-rw-r--r--kde-base/kdebindings-csharp/ChangeLog9
-rw-r--r--kde-base/kdebindings-csharp/kdebindings-csharp-4.5.5.ebuild57
-rw-r--r--kde-base/kdebindings-csharp/kdebindings-csharp-4.6.0.ebuild57
-rw-r--r--kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild (renamed from kde-base/kdebindings-csharp/kdebindings-csharp-4.6.1.ebuild)2
4 files changed, 9 insertions, 116 deletions
diff --git a/kde-base/kdebindings-csharp/ChangeLog b/kde-base/kdebindings-csharp/ChangeLog
index 080aec255076..86c4a7df27f9 100644
--- a/kde-base/kdebindings-csharp/ChangeLog
+++ b/kde-base/kdebindings-csharp/ChangeLog
@@ -1,6 +1,13 @@
# 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.51 2011/03/04 18:00:10 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/ChangeLog,v 1.52 2011/04/06 14:19:08 scarabeus Exp $
+
+*kdebindings-csharp-4.6.2 (06 Apr 2011)
+
+ 06 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -kdebindings-csharp-4.5.5.ebuild, -kdebindings-csharp-4.6.0.ebuild,
+ -kdebindings-csharp-4.6.1.ebuild, +kdebindings-csharp-4.6.2.ebuild:
+ Version bump KDE SC 4.6.2
*kdebindings-csharp-4.6.1 (04 Mar 2011)
diff --git a/kde-base/kdebindings-csharp/kdebindings-csharp-4.5.5.ebuild b/kde-base/kdebindings-csharp/kdebindings-csharp-4.5.5.ebuild
deleted file mode 100644
index 926940ad832c..000000000000
--- a/kde-base/kdebindings-csharp/kdebindings-csharp-4.5.5.ebuild
+++ /dev/null
@@ -1,57 +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.5.5.ebuild,v 1.1 2011/01/10 11:53:27 tampakrap Exp $
-
-EAPI="3"
-
-KMNAME="kdebindings"
-KMMODULE="csharp"
-WEBKIT_REQUIRED="optional"
-inherit kde4-meta mono
-
-DESCRIPTION="C# bindings for KDE and Qt"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="akonadi debug +phonon plasma qimageblitz qscintilla semantic-desktop"
-
-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
-}
diff --git a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.0.ebuild b/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.0.ebuild
deleted file mode 100644
index b8db5b9258ae..000000000000
--- a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.0.ebuild
+++ /dev/null
@@ -1,57 +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.0.ebuild,v 1.1 2011/01/26 20:28:54 alexxy Exp $
-
-EAPI="3"
-
-KMNAME="kdebindings"
-KMMODULE="csharp"
-WEBKIT_REQUIRED="optional"
-inherit kde4-meta mono
-
-DESCRIPTION="C# bindings for KDE and Qt"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="akonadi debug +phonon plasma qimageblitz qscintilla semantic-desktop"
-
-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
-}
diff --git a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.1.ebuild b/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild
index 5def14f9e8bd..4d58c59489b2 100644
--- a/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.1.ebuild
+++ b/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.1 2011/03/04 18:00:10 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-csharp/kdebindings-csharp-4.6.2.ebuild,v 1.1 2011/04/06 14:19:08 scarabeus Exp $
EAPI=3