Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-sysinfo/
Date: Tue, 29 Mar 2016 09:22:17
Message-Id: 1459239250.971a2563b63fdf1221a3174b3bc8906fca2a9055.johu@gentoo
1 commit: 971a2563b63fdf1221a3174b3bc8906fca2a9055
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 08:14:10 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 08:14:10 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=971a2563
7
8 kde-misc/kio-sysinfo: Remove
9
10 Dead upstream. Uses deprecated kdelibs4. No release.
11
12 kde-misc/kio-sysinfo/kio-sysinfo-9999.ebuild | 30 ----------------------------
13 kde-misc/kio-sysinfo/metadata.xml | 8 --------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/kde-misc/kio-sysinfo/kio-sysinfo-9999.ebuild b/kde-misc/kio-sysinfo/kio-sysinfo-9999.ebuild
17 deleted file mode 100644
18 index 777b297..0000000
19 --- a/kde-misc/kio-sysinfo/kio-sysinfo-9999.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -KMNAME="playground/base"
29 -KMMODULE="${PN/-/_}"
30 -KDE_SCM="svn"
31 -OPENGL_REQUIRED="optional"
32 -inherit kde4-base
33 -
34 -DESCRIPTION="Nice kioslave showing informations about computer"
35 -HOMEPAGE="http://websvn.kde.org/trunk/playground/base/kio_sysinfo/"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="4"
39 -KEYWORDS=""
40 -IUSE="debug"
41 -
42 -src_configure() {
43 - # What the heck is HD library??
44 - local mycmakeargs=(
45 - -DSYSINFO_DISTRO:STRING=generic
46 - -DWITH_HD=OFF
47 - $(cmake-utils_use_with opengl OpenGL)
48 - )
49 -
50 - kde4-base_src_configure
51 -}
52
53 diff --git a/kde-misc/kio-sysinfo/metadata.xml b/kde-misc/kio-sysinfo/metadata.xml
54 deleted file mode 100644
55 index 2fdbf33..0000000
56 --- a/kde-misc/kio-sysinfo/metadata.xml
57 +++ /dev/null
58 @@ -1,8 +0,0 @@
59 -<?xml version="1.0" encoding="UTF-8"?>
60 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 -<pkgmetadata>
62 - <maintainer type="project">
63 - <email>kde@g.o</email>
64 - <name>Gentoo KDE Project</name>
65 - </maintainer>
66 -</pkgmetadata>