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-misc/ktoshiba/
Date: Sat, 29 Oct 2016 09:37:43
Message-Id: 1477733853.ff0089c6e8ec4eb1ab394137121f2def5c5ff2f5.johu@gentoo
1 commit: ff0089c6e8ec4eb1ab394137121f2def5c5ff2f5
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 09:37:12 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 09:37:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0089c6
7
8 kde-misc/ktoshiba: Remove 5.3
9
10 Package-Manager: portage-2.3.2
11
12 kde-misc/ktoshiba/Manifest | 1 -
13 kde-misc/ktoshiba/ktoshiba-5.3.ebuild | 42 -----------------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/kde-misc/ktoshiba/Manifest b/kde-misc/ktoshiba/Manifest
17 index 6f5ca26..f35df97 100644
18 --- a/kde-misc/ktoshiba/Manifest
19 +++ b/kde-misc/ktoshiba/Manifest
20 @@ -1,2 +1 @@
21 DIST ktoshiba-5.3.1.tar.xz 71360 SHA256 6be3f114b7a5d94caf9b6b8b80a919d01eabc6fdff57f23533616ca0b36803b8 SHA512 730f38f8e8c8559255c3228994af95e47b00c501fce0a9fc56a0bfc27d8ed0b2f0f31767efc12c3c589e7490a41b27ab8365da22ffd4905f81d3d1c750cc3469 WHIRLPOOL 90f59c8d66a71c6bfe1ce4f4840a3cb473246e51548addd052b76fafde59301e5abca14e3b1083dd30c113293ce91267efd9ded46683196c75173d96067867f3
22 -DIST ktoshiba-5.3.tar.xz 68724 SHA256 64455db4f119b231bae3583072d7004ebb4483fc981fe6314aecbbe84ced750b SHA512 906245865a585dd76d9ae18b4562d0acc99bdaebe657197098dbbcad2c3713258717fd63c0bb50abd6a66110af6e32f51f1b80e793bc3596ac4d414360a29be0 WHIRLPOOL 82070b37fc3671d2d64b3e1fd9ffa669c2874a4788b4dc58c313f4c1bcb18a09671182b94f1e804b1e47e939239be7fa8c2646cca58e43057c8c6eb9d5bdf7f2
23
24 diff --git a/kde-misc/ktoshiba/ktoshiba-5.3.ebuild b/kde-misc/ktoshiba/ktoshiba-5.3.ebuild
25 deleted file mode 100644
26 index b9226a1..00000000
27 --- a/kde-misc/ktoshiba/ktoshiba-5.3.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=6
35 -
36 -inherit kde5
37 -
38 -DESCRIPTION="Function key (FN) monitoring for Toshiba laptops"
39 -HOMEPAGE="http://ktoshiba.sourceforge.net/"
40 -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.xz"
41 -LICENSE="GPL-2"
42 -
43 -KEYWORDS="~amd64"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - $(add_frameworks_dep kauth)
48 - $(add_frameworks_dep kcmutils)
49 - $(add_frameworks_dep kconfig)
50 - $(add_frameworks_dep kconfigwidgets)
51 - $(add_frameworks_dep kcoreaddons)
52 - $(add_frameworks_dep kdbusaddons)
53 - $(add_frameworks_dep ki18n)
54 - $(add_frameworks_dep knotifications)
55 - $(add_frameworks_dep kwidgetsaddons)
56 - $(add_qt_dep qtdbus)
57 - $(add_qt_dep qtgui)
58 - $(add_qt_dep qtwidgets)
59 - net-libs/libmnl
60 -"
61 -
62 -DEPEND="${RDEPEND}
63 - sys-devel/gettext
64 -"
65 -
66 -src_configure() {
67 - local mycmakeargs=(
68 - -DLIBMNL_INCLUDE_DIRS=/usr/include/libmnl
69 - )
70 - kde5_src_configure
71 -}