Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/korundum/
Date: Sat, 06 Aug 2016 10:51:57
Message-Id: 1470480698.34c8a9f614f558eaeadeca0bedd56318c960dece.johu@gentoo
1 commit: 34c8a9f614f558eaeadeca0bedd56318c960dece
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 10:39:54 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 10:51:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c8a9f6
7
8 kde-base/korundum: Remove last-rited pkg
9
10 kde-base/korundum/Manifest | 1 -
11 kde-base/korundum/korundum-4.14.3-r1.ebuild | 72 -----------------------------
12 kde-base/korundum/metadata.xml | 13 ------
13 3 files changed, 86 deletions(-)
14
15 diff --git a/kde-base/korundum/Manifest b/kde-base/korundum/Manifest
16 deleted file mode 100644
17 index b622f0f..0000000
18 --- a/kde-base/korundum/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST korundum-4.14.3.tar.xz 160444 SHA256 92ecb797728d30518a8270e15652c958dd0d9091eada1eae2806c3ec8069577d SHA512 a5edda29eeaec39772fa9f3a9cd31022a5f0ea2022eba1270183918ba7f9c8890c08be697adad1c5a4c1f9fc6d6727c737416cf9457ec6eff1ee6b7c1331f16c WHIRLPOOL 72f1cb82419402567463227cfef71bd045516dbcd76d2043b0728c2190a4970339fcdfd300c004cdfa131029909294070efdabd6e7eb8eb8003fcc1851d114be
22
23 diff --git a/kde-base/korundum/korundum-4.14.3-r1.ebuild b/kde-base/korundum/korundum-4.14.3-r1.ebuild
24 deleted file mode 100644
25 index 42143e0..0000000
26 --- a/kde-base/korundum/korundum-4.14.3-r1.ebuild
27 +++ /dev/null
28 @@ -1,72 +0,0 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -# $Id$
32 -
33 -EAPI=5
34 -
35 -OPENGL_REQUIRED="always"
36 -
37 -USE_RUBY="ruby20"
38 -# Only one ruby version is supported:
39 -# 1) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1
40 -# 2) the ebuild can only be installed for one ruby variant, otherwise the compiled
41 -# files with identical path+name will overwrite each other - difficult :(
42 -
43 -inherit kde4-base ruby-ng
44 -
45 -DESCRIPTION="KDE Ruby bindings"
46 -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
47 -IUSE="akonadi debug kate okular"
48 -HOMEPAGE="https://techbase.kde.org/Development/Languages/Ruby"
49 -
50 -DEPEND="
51 - $(add_kdebase_dep qtruby 'ruby_targets_ruby20')
52 - $(add_kdebase_dep smokekde 'akonadi?,kate?,okular?')
53 - $(add_kdebase_dep smokeqt)
54 -"
55 -RDEPEND="${DEPEND}
56 -"
57 -
58 -pkg_setup() {
59 - ruby-ng_pkg_setup
60 - kde4-base_pkg_setup
61 -}
62 -
63 -src_unpack() {
64 - local S="${WORKDIR}/${P}"
65 - kde4-base_src_unpack
66 -
67 - cd "${WORKDIR}"
68 - mkdir all
69 - mv ${P} all/ || die "Could not move sources"
70 -}
71 -
72 -all_ruby_prepare() {
73 - kde4-base_src_prepare
74 -}
75 -
76 -each_ruby_configure() {
77 - CMAKE_USE_DIR=${S}
78 - local mycmakeargs=(
79 - -DRUBY_LIBRARY=$(ruby_get_libruby)
80 - -DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir)
81 - -DRUBY_EXECUTABLE=${RUBY}
82 - -DWITH_Nepomuk=OFF
83 - -DWITH_Soprano=OFF
84 - $(cmake-utils_use_with akonadi)
85 - $(cmake-utils_use_with akonadi KdepimLibs)
86 - $(cmake-utils_use_disable kate)
87 - $(cmake-utils_use_with okular)
88 - )
89 - kde4-base_src_configure
90 -}
91 -
92 -each_ruby_compile() {
93 - CMAKE_USE_DIR=${S}
94 - kde4-base_src_compile
95 -}
96 -
97 -each_ruby_install() {
98 - CMAKE_USE_DIR=${S}
99 - kde4-base_src_install
100 -}
101
102 diff --git a/kde-base/korundum/metadata.xml b/kde-base/korundum/metadata.xml
103 deleted file mode 100644
104 index e16bc6c..0000000
105 --- a/kde-base/korundum/metadata.xml
106 +++ /dev/null
107 @@ -1,13 +0,0 @@
108 -<?xml version="1.0" encoding="UTF-8"?>
109 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
110 -<pkgmetadata>
111 - <maintainer type="project">
112 - <email>kde@g.o</email>
113 - <name>Gentoo KDE Project</name>
114 - </maintainer>
115 - <use>
116 - <flag name="akonadi">Compile bindings for Akonadi</flag>
117 - <flag name="kate">Compile bindings for KDE Advanced Text Editor</flag>
118 - <flag name="okular">Compile bindings for <pkg>kde-apps/okular</pkg></flag>
119 - </use>
120 -</pkgmetadata>