diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-07-27 14:04:54 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-07-27 14:04:54 +0000 |
commit | dcee7201ef2606358a4f2abc45af713ef2555e5a (patch) | |
tree | dac1ea20988f395333c20c4985b60f84f2e71a82 /kde-base/qyoto | |
parent | bump to the TeX Live 2011 version (diff) | |
download | gentoo-2-dcee7201ef2606358a4f2abc45af713ef2555e5a.tar.gz gentoo-2-dcee7201ef2606358a4f2abc45af713ef2555e5a.tar.bz2 gentoo-2-dcee7201ef2606358a4f2abc45af713ef2555e5a.zip |
[kde-base] Version bump KDE SC 4.7.0
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/qyoto')
-rw-r--r-- | kde-base/qyoto/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/qyoto/metadata.xml | 10 | ||||
-rw-r--r-- | kde-base/qyoto/qyoto-4.7.0.ebuild | 31 |
3 files changed, 51 insertions, 0 deletions
diff --git a/kde-base/qyoto/ChangeLog b/kde-base/qyoto/ChangeLog new file mode 100644 index 000000000000..9c12d4dd0ec4 --- /dev/null +++ b/kde-base/qyoto/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2011/07/27 14:04:32 alexxy Exp $ + +*qyoto-4.7.0 (27 Jul 2011) + + 27 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> +qyoto-4.7.0.ebuild, + +metadata.xml: + Version bump KDE SC 4.7.0 + diff --git a/kde-base/qyoto/metadata.xml b/kde-base/qyoto/metadata.xml new file mode 100644 index 000000000000..e42e47a1b6d3 --- /dev/null +++ b/kde-base/qyoto/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +<use> + <flag name="phonon">Compile bindings for Phonon.</flag> + <flag name="qscintilla">Compile bindings for <pkg>x11-libs/qscintilla</pkg>.</flag> + <flag name="webkit">Compile bindings for <pkg>x11-libs/qt-webkit</pkg>.</flag> +</use> +</pkgmetadata> diff --git a/kde-base/qyoto/qyoto-4.7.0.ebuild b/kde-base/qyoto/qyoto-4.7.0.ebuild new file mode 100644 index 000000000000..7cd28ce8d032 --- /dev/null +++ b/kde-base/qyoto/qyoto-4.7.0.ebuild @@ -0,0 +1,31 @@ +# 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 +} |