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

2016-08-06 Thread Johannes Huber
commit: 34c8a9f614f558eaeadeca0bedd56318c960dece
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Aug  6 10:39:54 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Aug  6 10:51:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c8a9f6

kde-base/korundum: Remove last-rited pkg

 kde-base/korundum/Manifest  |  1 -
 kde-base/korundum/korundum-4.14.3-r1.ebuild | 72 -
 kde-base/korundum/metadata.xml  | 13 --
 3 files changed, 86 deletions(-)

diff --git a/kde-base/korundum/Manifest b/kde-base/korundum/Manifest
deleted file mode 100644
index b622f0f..000
--- a/kde-base/korundum/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST korundum-4.14.3.tar.xz 160444 SHA256 
92ecb797728d30518a8270e15652c958dd0d9091eada1eae2806c3ec8069577d SHA512 
a5edda29eeaec39772fa9f3a9cd31022a5f0ea2022eba1270183918ba7f9c8890c08be697adad1c5a4c1f9fc6d6727c737416cf9457ec6eff1ee6b7c1331f16c
 WHIRLPOOL 
72f1cb82419402567463227cfef71bd045516dbcd76d2043b0728c2190a4970339fcdfd300c004cdfa131029909294070efdabd6e7eb8eb8003fcc1851d114be

diff --git a/kde-base/korundum/korundum-4.14.3-r1.ebuild 
b/kde-base/korundum/korundum-4.14.3-r1.ebuild
deleted file mode 100644
index 42143e0..000
--- a/kde-base/korundum/korundum-4.14.3-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OPENGL_REQUIRED="always"
-
-USE_RUBY="ruby20"
-# Only one ruby version is supported:
-# 1) cmake bails when configuring twice or more - solved with 
CMAKE_IN_SOURCE_BUILD=1
-# 2) the ebuild can only be installed for one ruby variant, otherwise the 
compiled
-#files with identical path+name will overwrite each other - difficult :(
-
-inherit kde4-base ruby-ng
-
-DESCRIPTION="KDE Ruby bindings"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi debug kate okular"
-HOMEPAGE="https://techbase.kde.org/Development/Languages/Ruby";
-
-DEPEND="
-   $(add_kdebase_dep qtruby 'ruby_targets_ruby20')
-   $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?')
-   $(add_kdebase_dep smokeqt)
-"
-RDEPEND="${DEPEND}
-"
-
-pkg_setup() {
-   ruby-ng_pkg_setup
-   kde4-base_pkg_setup
-}
-
-src_unpack() {
-   local S="${WORKDIR}/${P}"
-   kde4-base_src_unpack
-
-   cd "${WORKDIR}"
-   mkdir all
-   mv ${P} all/ || die "Could not move sources"
-}
-
-all_ruby_prepare() {
-   kde4-base_src_prepare
-}
-
-each_ruby_configure() {
-   CMAKE_USE_DIR=${S}
-   local mycmakeargs=(
-   -DRUBY_LIBRARY=$(ruby_get_libruby)
-   -DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir)
-   -DRUBY_EXECUTABLE=${RUBY}
-   -DWITH_Nepomuk=OFF
-   -DWITH_Soprano=OFF
-   $(cmake-utils_use_with akonadi)
-   $(cmake-utils_use_with akonadi KdepimLibs)
-   $(cmake-utils_use_disable kate)
-   $(cmake-utils_use_with okular)
-   )
-   kde4-base_src_configure
-}
-
-each_ruby_compile() {
-   CMAKE_USE_DIR=${S}
-   kde4-base_src_compile
-}
-
-each_ruby_install() {
-   CMAKE_USE_DIR=${S}
-   kde4-base_src_install
-}

diff --git a/kde-base/korundum/metadata.xml b/kde-base/korundum/metadata.xml
deleted file mode 100644
index e16bc6c..000
--- a/kde-base/korundum/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   Compile bindings for Akonadi
-   Compile bindings for KDE Advanced Text 
Editor
-   Compile bindings for 
kde-apps/okular
-   
-



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

2016-04-19 Thread Michael Palimaka
commit: 84b00e04c74f2dcefe40618f17a87dbc582f4493
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Apr 19 21:19:19 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Apr 19 21:21:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b00e04

kde-base/korundum: fix metadata package name

Package-Manager: portage-2.2.28

 kde-base/korundum/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/korundum/metadata.xml b/kde-base/korundum/metadata.xml
index ebc7377..e16bc6c 100644
--- a/kde-base/korundum/metadata.xml
+++ b/kde-base/korundum/metadata.xml
@@ -8,6 +8,6 @@

Compile bindings for Akonadi
Compile bindings for KDE Advanced Text 
Editor
-   Compile bindings for 
kde-base/okular
+   Compile bindings for 
kde-apps/okular

 



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

2015-08-12 Thread Johannes Huber
commit: 3fd950e542c524c64e30ab4bfc4ddf4c9c9a1fbc
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Aug 12 21:17:35 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Aug 12 21:17:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd950e5

kde-base/korundum: Drop Nepomuk support

Package-Manager: portage-2.2.20.1

 kde-base/korundum/korundum-4.14.3-r1.ebuild | 8 
 kde-base/korundum/metadata.xml  | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-base/korundum/korundum-4.14.3-r1.ebuild 
b/kde-base/korundum/korundum-4.14.3-r1.ebuild
index e3d5c4d..25458d8 100644
--- a/kde-base/korundum/korundum-4.14.3-r1.ebuild
+++ b/kde-base/korundum/korundum-4.14.3-r1.ebuild
@@ -16,12 +16,12 @@ inherit kde4-base ruby-ng
 
 DESCRIPTION="KDE Ruby bindings"
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi debug kate nepomuk okular"
+IUSE="akonadi debug kate okular"
 HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby";
 
 DEPEND="
$(add_kdebase_dep qtruby 'ruby_targets_ruby20')
-   $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?,nepomuk?')
+   $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?')
$(add_kdebase_dep smokeqt)
 "
 RDEPEND="${DEPEND}
@@ -51,10 +51,10 @@ each_ruby_configure() {
-DRUBY_LIBRARY=$(ruby_get_libruby)
-DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir)
-DRUBY_EXECUTABLE=${RUBY}
+   -DWITH_Nepomuk=OFF
+   -DWITH_Soprano=OFF
$(cmake-utils_use_with akonadi)
$(cmake-utils_use_with akonadi KdepimLibs)
-   $(cmake-utils_use_with nepomuk)
-   $(cmake-utils_use_with nepomuk Soprano)
$(cmake-utils_use_disable kate)
$(cmake-utils_use_with okular)
)

diff --git a/kde-base/korundum/metadata.xml b/kde-base/korundum/metadata.xml
index e1adab3..6de6cd7 100644
--- a/kde-base/korundum/metadata.xml
+++ b/kde-base/korundum/metadata.xml
@@ -5,7 +5,6 @@

Compile bindings for Akonadi
Compile bindings for KDE Advanced Text 
Editor
-   Compile bindings for Nepomuk
Compile bindings for 
kde-base/okular