diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2013-02-07 04:58:00 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2013-02-07 04:58:00 +0000 |
commit | d7e1a4366ff9ba481421bd6f31539139be38e99a (patch) | |
tree | 06cf6fc3ad2522bd965c90e770efaf564b4caf81 /kde-base/qyoto | |
parent | Mask KDE SC 4.10.0 for keywording bug #455960 (diff) | |
download | gentoo-2-d7e1a4366ff9ba481421bd6f31539139be38e99a.tar.gz gentoo-2-d7e1a4366ff9ba481421bd6f31539139be38e99a.tar.bz2 gentoo-2-d7e1a4366ff9ba481421bd6f31539139be38e99a.zip |
Add KDE SC 4.10.0
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'kde-base/qyoto')
-rw-r--r-- | kde-base/qyoto/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/qyoto/qyoto-4.10.0.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/kde-base/qyoto/ChangeLog b/kde-base/qyoto/ChangeLog index fe352566937f..ef1b3af38846 100644 --- a/kde-base/qyoto/ChangeLog +++ b/kde-base/qyoto/ChangeLog @@ -1,6 +1,11 @@ # 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.55 2013/01/28 13:27:05 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/ChangeLog,v 1.56 2013/02/07 04:57:09 alexxy Exp $ + +*qyoto-4.10.0 (06 Feb 2013) + + 06 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> +qyoto-4.10.0.ebuild: + Version bump KDE SC 4.10.0 28 Jan 2013; Michael Palimaka <kensington@gentoo.org> -files/qyoto-4.9.3-cmake-2.8.10.patch: diff --git a/kde-base/qyoto/qyoto-4.10.0.ebuild b/kde-base/qyoto/qyoto-4.10.0.ebuild new file mode 100644 index 000000000000..d5685b286c7e --- /dev/null +++ b/kde-base/qyoto/qyoto-4.10.0.ebuild @@ -0,0 +1,30 @@ +# 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.10.0.ebuild,v 1.1 2013/02/07 04:57:09 alexxy Exp $ + +EAPI=5 + +KDE_REQUIRED="never" +inherit kde4-base mono + +DESCRIPTION="C# bindings for Qt" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +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 +} |