Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/wacomtablet/
Date: Sat, 25 Aug 2018 22:54:05
Message-Id: 1535237574.560243e04ba23ca7de5f7fbfcd373250a26e67a6.asturm@gentoo
1 commit: 560243e04ba23ca7de5f7fbfcd373250a26e67a6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 25 22:04:57 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 22:52:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560243e0
7
8 kde-misc/wacomtablet: Drop 3.0.0
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 kde-misc/wacomtablet/Manifest | 1 -
13 kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild | 46 ---------------------------
14 2 files changed, 47 deletions(-)
15
16 diff --git a/kde-misc/wacomtablet/Manifest b/kde-misc/wacomtablet/Manifest
17 index 81391872c12..b9cf3428dbf 100644
18 --- a/kde-misc/wacomtablet/Manifest
19 +++ b/kde-misc/wacomtablet/Manifest
20 @@ -1,2 +1 @@
21 -DIST wacomtablet-3.0.0.tar.xz 707852 BLAKE2B 76dd473a1dbb2b47395b5321df2dd307065d8dc7399748f70f69ea6b3d2dffe8a981ab8e24ee77d72579e00e86769b9d68822d551855432a2c0dc471cf81be6c SHA512 c953ea010fe672706506d15c594d1437e1f42c59abcdd0b5bed32b4cdccafbb612584057a641c66029261088a4b968976a7bcdd03952daa9f05a955ee83c721d
22 DIST wacomtablet-3.1.0.tar.xz 722436 BLAKE2B 97469b71d5139e67e4f3de27ed5c6beaa32abdcc159453206da98250d9b68b47c6a1022264a5faf1ac2e0283d0aff3465dad38cadacc52e6ed970261b6157a3d SHA512 763eddaca5471f62fb18e8c9f24d1be2a91e49eeaec4ce0b0ab6c89f1d85b9a6bcf32c67e79dee2e958dfba5bd354b4f4685a080ac06d461150a5da3a78a8915
23
24 diff --git a/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild b/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild
25 deleted file mode 100644
26 index 21df62dbbad..00000000000
27 --- a/kde-misc/wacomtablet/wacomtablet-3.0.0.ebuild
28 +++ /dev/null
29 @@ -1,46 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -KDE_HANDBOOK="forceoptional"
36 -VIRTUALX_REQUIRED="test"
37 -inherit kde5
38 -
39 -DESCRIPTION="KControl module for Wacom tablets"
40 -HOMEPAGE="https://www.linux-apps.com/content/show.php?action=content&content=114856"
41 -SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
42 -
43 -LICENSE="GPL-2"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -CDEPEND="
48 - $(add_frameworks_dep kconfig)
49 - $(add_frameworks_dep kconfigwidgets)
50 - $(add_frameworks_dep kcoreaddons)
51 - $(add_frameworks_dep kdbusaddons)
52 - $(add_frameworks_dep kglobalaccel)
53 - $(add_frameworks_dep ki18n)
54 - $(add_frameworks_dep knotifications)
55 - $(add_frameworks_dep kwidgetsaddons)
56 - $(add_frameworks_dep kwindowsystem)
57 - $(add_frameworks_dep kxmlgui)
58 - $(add_frameworks_dep plasma)
59 - $(add_qt_dep qtdbus)
60 - $(add_qt_dep qtdeclarative)
61 - $(add_qt_dep qtgui)
62 - $(add_qt_dep qtwidgets)
63 - $(add_qt_dep qtx11extras)
64 - >=x11-drivers/xf86-input-wacom-0.20.0
65 - x11-libs/libXi
66 - x11-libs/libxcb
67 -"
68 -DEPEND="${CDEPEND}
69 - sys-devel/gettext
70 - x11-base/xorg-proto
71 - x11-libs/libX11
72 -"
73 -RDEPEND="${CDEPEND}
74 - !kde-misc/wacomtablet:4
75 -"