[gentoo-commits] repo/gentoo:master commit in: kde-base/qyoto/

2016-08-06 Thread Johannes Huber
commit: 5180e69d7b0f8b23c43e7e48505134d0c76cf8e5
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Aug  6 10:44:18 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Aug  6 10:51:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5180e69d

kde-base/qyoto: Remove last-rited pkg

 kde-base/qyoto/Manifest|  1 -
 kde-base/qyoto/metadata.xml| 13 -
 kde-base/qyoto/qyoto-4.14.3.ebuild | 33 -
 3 files changed, 47 deletions(-)

diff --git a/kde-base/qyoto/Manifest b/kde-base/qyoto/Manifest
deleted file mode 100644
index 2c52901..000
--- a/kde-base/qyoto/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qyoto-4.14.3.tar.xz 507640 SHA256 
44a6e2eacc4645cc0e217812948518860661dc52215af005726cc40ab96ddc46 SHA512 
4e74a6a8a1ef501490d5680b3c47fd83153798e9c226f39175c5710b78f26854d01611df2e3b5e052369d82d56b72b14696a7599debeca788f30c0fcefe9d46b
 WHIRLPOOL 
c684fa80650ea34523d496faeb2f00e189a6019a11e15d3ce6010864f31ec94e5baac626c4ee83ca674ee9a104ef0e7e2e6f78b3943db25d2fb0898e6b43654a

diff --git a/kde-base/qyoto/metadata.xml b/kde-base/qyoto/metadata.xml
deleted file mode 100644
index 9532610..000
--- a/kde-base/qyoto/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   k...@gentoo.org
-   Gentoo KDE Project
-
-
-   Compile bindings for Phonon.
-   Compile bindings for 
x11-libs/qscintilla.
-   Compile bindings for 
dev-qt/qtwebkit.
-
-

diff --git a/kde-base/qyoto/qyoto-4.14.3.ebuild 
b/kde-base/qyoto/qyoto-4.14.3.ebuild
deleted file mode 100644
index 02915e8..000
--- a/kde-base/qyoto/qyoto-4.14.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_REQUIRED="never"
-inherit mono-env kde4-base
-
-DESCRIPTION="C# bindings for Qt"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug +phonon qscintilla webkit"
-HOMEPAGE="https://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
-}



[gentoo-commits] repo/gentoo:master commit in: kde-base/qyoto/

2015-08-12 Thread Johannes Huber
commit: f07fb676860df6f8a74ae449551c048f9f7d1b1b
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 12 21:38:11 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 12 21:38:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07fb676

kde-base/qyoto: Drop to testing

No stable version for dev-lang/mono available.

Package-Manager: portage-2.2.20.1

 kde-base/qyoto/qyoto-4.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/qyoto/qyoto-4.14.3.ebuild 
b/kde-base/qyoto/qyoto-4.14.3.ebuild
index cfdb9af..fedc5ca 100644
--- a/kde-base/qyoto/qyoto-4.14.3.ebuild
+++ b/kde-base/qyoto/qyoto-4.14.3.ebuild
@@ -8,7 +8,7 @@ KDE_REQUIRED="never"
 inherit mono-env kde4-base
 
 DESCRIPTION="C# bindings for Qt"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug +phonon qscintilla webkit"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Qyoto";