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/wacomtablet/
Date: Thu, 29 Dec 2016 17:48:45
Message-Id: 1483033701.c176251349ac9cc75b461fe36b68eef762c227a8.johu@gentoo
1 commit: c176251349ac9cc75b461fe36b68eef762c227a8
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 17:48:21 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 17:48:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1762513
7
8 kde-misc/wacomtablet: Remove slot 4
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 kde-misc/wacomtablet/Manifest | 1 -
13 kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild | 32 ---------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/kde-misc/wacomtablet/Manifest b/kde-misc/wacomtablet/Manifest
17 index c2d7385..eb3e6b7 100644
18 --- a/kde-misc/wacomtablet/Manifest
19 +++ b/kde-misc/wacomtablet/Manifest
20 @@ -1,2 +1 @@
21 -DIST 114856-wacomtablet-2.1.0.tar.xz 657868 SHA256 1c4d0e9bf593b9ac99f0c2f1efae81b665cb07f5778486273ca1742f76b9c19e SHA512 fe8060120d63209bbe2adcb1c3f746086326f893ef1eaa879e0d0f843e9ba27fbbd3df5f9bf008dfc6e2dac0f1347ecc0b2bb46931646c82aaec9bfc6bc62a96 WHIRLPOOL f705be2dfe64a410f83e9acd1ec9b4f4cb58e24fbea2c3bbeadcae17dfb9bf58ce579b8040b002c2d4eb42b89e65a52f54c3c6a3fa77e8b29897a024bf7ade1b
22 DIST 114856-wacomtablet-3.0.0~beta1.tar.xz 655684 SHA256 0bdb5c3f8dbd77010b4b6b37044aee33a8e026a5f31c8b6071b83ac4811cb9d6 SHA512 cf95cbd8f3489bf0d18acfec72ca964685060ae7c7a554b118f5086a46a1e97be67f674f1bf1db6ce15638fcdcfca5043e7438af09ced8acd9fb601c44f433fb WHIRLPOOL 13d5f72b307e6a154127912289af47d2eec077aa6f4602095b0a62eddb31a20991877312d6ed085e6047b1d491c655de3a9ace215ce23591666ca463045b5a84
23
24 diff --git a/kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild b/kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild
25 deleted file mode 100644
26 index 19690cb..00000000
27 --- a/kde-misc/wacomtablet/wacomtablet-2.1.0.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -KDE_LINGUAS="ar bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ja kk km ko lt mai mr nb nds nl pa pl
37 -pt pt_BR ro ru sk sl sv tr ug uk zh_CN zh_TW"
38 -KDE_DOC_DIRS="doc/user"
39 -KDE_HANDBOOK="optional"
40 -VIRTUALX_REQUIRED="test"
41 -inherit kde4-base
42 -
43 -DESCRIPTION="KControl module for Wacom tablets"
44 -HOMEPAGE="http://kde-apps.org/content/show.php?action=content&content=114856"
45 -SRC_URI="http://www.kde-apps.org/CONTENT/content-files/114856-${P}.tar.xz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="4"
49 -KEYWORDS="amd64 x86"
50 -IUSE="debug"
51 -
52 -RDEPEND="
53 - >=x11-drivers/xf86-input-wacom-0.20.0
54 - x11-libs/libX11
55 - x11-libs/libXi
56 - x11-libs/libXrandr
57 -"
58 -DEPEND="${RDEPEND}
59 - sys-devel/gettext
60 - x11-proto/xproto
61 -"