Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkbset/
Date: Tue, 07 Mar 2017 09:14:57
Message-Id: 1488877948.c7533b5a50fec763817f38a5a109f59be0917961.soap@gentoo
1 commit: c7533b5a50fec763817f38a5a109f59be0917961
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 6 15:20:41 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 09:12:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7533b5a
7
8 x11-misc/xkbset: Remove old
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4142
12
13 x11-misc/xkbset/xkbset-0.5-r1.ebuild | 40 ------------------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/x11-misc/xkbset/xkbset-0.5-r1.ebuild b/x11-misc/xkbset/xkbset-0.5-r1.ebuild
17 deleted file mode 100644
18 index f586aa0bb18..00000000000
19 --- a/x11-misc/xkbset/xkbset-0.5-r1.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="User preference utility for XKB extensions for X"
29 -HOMEPAGE="http://www.math.missouri.edu/~stephen/software/"
30 -SRC_URI="http://www.math.missouri.edu/~stephen/software/xkbset/${P}.tar.gz"
31 -
32 -LICENSE="BSD"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="tk"
36 -
37 -CDEPEND="
38 - x11-libs/libX11
39 -"
40 -DEPEND="
41 - ${CDEPEND}
42 -"
43 -RDEPEND="
44 - ${CDEPEND}
45 - tk? ( dev-perl/Tk )
46 -"
47 -
48 -src_prepare() {
49 - epatch "${FILESDIR}"/${P}-ldflags.patch
50 -}
51 -
52 -src_compile() {
53 - emake CC=$(tc-getCC) INC_PATH= LIB_PATH=
54 -}
55 -
56 -src_install() {
57 - dobin xkbset
58 - use tk && dobin xkbset-gui
59 - doman xkbset.1
60 - dodoc README TODO
61 -}