summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/qyoto')
-rw-r--r--kde-base/qyoto/ChangeLog5
-rw-r--r--kde-base/qyoto/qyoto-4.11.1.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/kde-base/qyoto/ChangeLog b/kde-base/qyoto/ChangeLog
index 96ca4832892f..04ee4f94b29b 100644
--- a/kde-base/qyoto/ChangeLog
+++ b/kde-base/qyoto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/qyoto
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.87 2013/10/09 23:03:59 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.88 2013/10/10 01:27:19 creffett Exp $
+
+ 10 Oct 2013; Chris Reffett <creffett@gentoo.org> -qyoto-4.11.1.ebuild:
+ Drop KDE SC 4.11.1
*qyoto-4.11.2 (08 Oct 2013)
diff --git a/kde-base/qyoto/qyoto-4.11.1.ebuild b/kde-base/qyoto/qyoto-4.11.1.ebuild
deleted file mode 100644
index d686fd16bbd4..000000000000
--- a/kde-base/qyoto/qyoto-4.11.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.11.1.ebuild,v 1.1 2013/09/03 19:04:40 creffett Exp $
-
-EAPI=5
-
-KDE_REQUIRED="never"
-inherit mono-env kde4-base
-
-DESCRIPTION="C# bindings for Qt"
-KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug +phonon qscintilla webkit"
-HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto"
-
-DEPEND="
- dev-lang/mono
- $(add_kdebase_dep smokeqt 'opengl,phonon?,qscintilla?,webkit?')
-"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- mono-env_pkg_setup
- kde4-base_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with phonon)
- $(cmake-utils_use_disable qscintilla QScintilla)
- $(cmake-utils_use_disable webkit QtWebKit)
- )
- kde4-base_src_configure
-}