commit:     34c8a9f614f558eaeadeca0bedd56318c960dece
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 10:39:54 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 10:51:38 2016 +0000
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..0000000
--- 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..0000000
--- 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..0000000
--- a/kde-base/korundum/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo KDE Project</name>
-       </maintainer>
-       <use>
-               <flag name="akonadi">Compile bindings for Akonadi</flag>
-               <flag name="kate">Compile bindings for KDE Advanced Text 
Editor</flag>
-               <flag name="okular">Compile bindings for 
<pkg>kde-apps/okular</pkg></flag>
-       </use>
-</pkgmetadata>

Reply via email to