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/kimono/
Date: Sat, 06 Aug 2016 10:51:57
Message-Id: 1470480698.c9589182c111f3550c30c9682f8c367408c2b0d8.johu@gentoo
1 commit: c9589182c111f3550c30c9682f8c367408c2b0d8
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 10:39:22 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=c9589182
7
8 kde-base/kimono: Remove last-rited pkg
9
10 kde-base/kimono/Manifest | 1 -
11 kde-base/kimono/kimono-4.14.3.ebuild | 42 ------------------------------------
12 kde-base/kimono/metadata.xml | 12 -----------
13 3 files changed, 55 deletions(-)
14
15 diff --git a/kde-base/kimono/Manifest b/kde-base/kimono/Manifest
16 deleted file mode 100644
17 index 7c2b9ee..0000000
18 --- a/kde-base/kimono/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST kimono-4.14.3.tar.xz 932672 SHA256 4e9e322a82d26fa9860dde38d9cc1a3e618aeced8762731d178ce1694cb7c19e SHA512 9705a660b7642feac358966aa3d05769de1d75c67a64c095c846c8151cb4af3a7b65b4e881716edae4b47262c454be7358b757c7539d72c5f0b92d685637e415 WHIRLPOOL 0b1a487315e1793d79759c3c2f873f4ec86ba18e49e050afa1304da5b232c3c99907bf4954f97d634f302b066c45f1d92e24575f7df4a2cabeac3c58717567f3
22
23 diff --git a/kde-base/kimono/kimono-4.14.3.ebuild b/kde-base/kimono/kimono-4.14.3.ebuild
24 deleted file mode 100644
25 index 8d7a4fe..0000000
26 --- a/kde-base/kimono/kimono-4.14.3.ebuild
27 +++ /dev/null
28 @@ -1,42 +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 -inherit mono-env kde4-base
36 -
37 -DESCRIPTION="C# bindings for KDE"
38 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
39 -IUSE="akonadi debug plasma"
40 -
41 -DEPEND="
42 - dev-lang/mono
43 - $(add_kdebase_dep qyoto 'webkit')
44 - $(add_kdebase_dep smokeqt)
45 - $(add_kdebase_dep smokekde)
46 - plasma? ( $(add_kdebase_dep smokeqt 'webkit') )
47 -"
48 -RDEPEND="${DEPEND}"
49 -
50 -pkg_setup() {
51 - mono-env_pkg_setup
52 - kde4-base_pkg_setup
53 -}
54 -
55 -src_prepare() {
56 - kde4-base_src_prepare
57 -
58 - sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt
59 -}
60 -
61 -src_configure() {
62 - local mycmakeargs=(
63 - -DWITH_Soprano=OFF
64 - -DWITH_Nepomuk=OFF
65 - $(cmake-utils_use_with akonadi)
66 - $(cmake-utils_use_with akonadi KdepimLibs)
67 - $(cmake-utils_use_disable plasma)
68 - )
69 - kde4-base_src_configure
70 -}
71
72 diff --git a/kde-base/kimono/metadata.xml b/kde-base/kimono/metadata.xml
73 deleted file mode 100644
74 index 064ee8a..0000000
75 --- a/kde-base/kimono/metadata.xml
76 +++ /dev/null
77 @@ -1,12 +0,0 @@
78 -<?xml version="1.0" encoding="UTF-8"?>
79 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
80 -<pkgmetadata>
81 - <maintainer type="project">
82 - <email>kde@g.o</email>
83 - <name>Gentoo KDE Project</name>
84 - </maintainer>
85 - <use>
86 - <flag name="akonadi">Compile bindings for Akonadi</flag>
87 - <flag name="plasma">Compile bindings for KDE's Plasma</flag>
88 - </use>
89 -</pkgmetadata>