diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-15 17:26:17 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-15 17:26:17 +0000 |
commit | a1791ffdeef04d26d269c5721abc2f2df53681a3 (patch) | |
tree | dea83b6a54feb970d5983a5fc1b578418173ec11 /kde-base/qyoto | |
parent | amd64 stable wrt #386957 (diff) | |
download | gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.tar.gz gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.tar.bz2 gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.zip |
Drop KDE 4.7.0
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/qyoto')
-rw-r--r-- | kde-base/qyoto/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/qyoto/qyoto-4.7.0.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/kde-base/qyoto/ChangeLog b/kde-base/qyoto/ChangeLog index 4c046c02cbfd..5820cba28f99 100644 --- a/kde-base/qyoto/ChangeLog +++ b/kde-base/qyoto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/qyoto # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.3 2011/10/06 18:10:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.4 2011/10/15 17:26:02 dilfridge Exp $ + + 15 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -qyoto-4.7.0.ebuild: + Drop KDE 4.7.0 *qyoto-4.7.2 (06 Oct 2011) diff --git a/kde-base/qyoto/qyoto-4.7.0.ebuild b/kde-base/qyoto/qyoto-4.7.0.ebuild deleted file mode 100644 index 7cd28ce8d032..000000000000 --- a/kde-base/qyoto/qyoto-4.7.0.ebuild +++ /dev/null @@ -1,31 +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/qyoto/qyoto-4.7.0.ebuild,v 1.1 2011/07/27 14:04:32 alexxy Exp $ - -EAPI=4 - -KDE_REQUIRED="never" -KDE_SCM="git" -inherit kde4-base mono - -DESCRIPTION="C# bindings for Qt" -KEYWORDS="~amd64 ~x86" -IUSE="debug +phonon qscintilla webkit" - -DEPEND=" - dev-lang/mono - $(add_kdebase_dep smokeqt 'opengl,phonon?,qscintilla?,webkit?') -" -RDEPEND="${DEPEND}" - -# Split from kdebindings-csharp in 4.7 -add_blocker kdebindings-csharp - -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 -} |