summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-06-19 13:03:10 +0000
committerChris Reffett <creffett@gentoo.org>2014-06-19 13:03:10 +0000
commit2b79a936f1810a4807d0f3667c27b2822e8c9bbb (patch)
tree2cc269c4f80576841f5b366d42cb88bb07aa19d1 /kde-base/qyoto/qyoto-4.13.0.ebuild
parent[QA] Respect LDFLAGS wrt bug 335364, credit to Cyprien Nicolas <gentoo-bugzie... (diff)
downloadhistorical-2b79a936f1810a4807d0f3667c27b2822e8c9bbb.tar.gz
historical-2b79a936f1810a4807d0f3667c27b2822e8c9bbb.tar.bz2
historical-2b79a936f1810a4807d0f3667c27b2822e8c9bbb.zip
Remove KDE SC 4.13.0
Package-Manager: portage-2.2.10/cvs/Linux x86_64 RepoMan-Options: --force Manifest-Sign-Key: 0x28DB029C
Diffstat (limited to 'kde-base/qyoto/qyoto-4.13.0.ebuild')
-rw-r--r--kde-base/qyoto/qyoto-4.13.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/kde-base/qyoto/qyoto-4.13.0.ebuild b/kde-base/qyoto/qyoto-4.13.0.ebuild
deleted file mode 100644
index e01a7fab080b..000000000000
--- a/kde-base/qyoto/qyoto-4.13.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.13.0.ebuild,v 1.2 2014/04/17 00:43:26 johu 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
-}