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/xkeycaps/
Date: Sat, 01 Apr 2017 10:24:39
Message-Id: 1491042205.e88f992ed9337b1cd7b68e1483f292f153652961.soap@gentoo
1 commit: e88f992ed9337b1cd7b68e1483f292f153652961
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:31:18 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:23:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88f992e
7
8 x11-misc/xkeycaps: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/xkeycaps/xkeycaps-2.47-r1.ebuild | 45 -------------------------------
14 1 file changed, 45 deletions(-)
15
16 diff --git a/x11-misc/xkeycaps/xkeycaps-2.47-r1.ebuild b/x11-misc/xkeycaps/xkeycaps-2.47-r1.ebuild
17 deleted file mode 100644
18 index 968a539c221..00000000000
19 --- a/x11-misc/xkeycaps/xkeycaps-2.47-r1.ebuild
20 +++ /dev/null
21 @@ -1,45 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -inherit eutils toolchain-funcs
26 -
27 -DESCRIPTION="GUI frontend to xmodmap"
28 -HOMEPAGE="http://packages.qa.debian.org/x/xkeycaps.html"
29 -SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz"
30 -
31 -LICENSE="HPND"
32 -SLOT="0"
33 -KEYWORDS="amd64 ppc ppc64 x86"
34 -IUSE=""
35 -
36 -RDEPEND="x11-misc/xbitmaps
37 - x11-libs/libX11
38 - x11-libs/libXmu
39 - x11-libs/libXt
40 - x11-libs/libXaw
41 - x11-libs/libXext"
42 -DEPEND="${RDEPEND}
43 - x11-proto/xproto
44 - x11-misc/imake
45 - >=sys-apps/sed-4"
46 -
47 -src_unpack() {
48 - unpack ${A}
49 - cd "${S}"
50 - epatch "${FILESDIR}"/${P}-Imakefile.patch \
51 - "${FILESDIR}"/${P}-man.patch
52 -}
53 -
54 -src_compile() {
55 - xmkmf || die
56 - sed -i -e "s,all:: xkeycaps.\$(MANSUFFIX).html,all:: ,g" \
57 - Makefile || die
58 - emake EXTRA_LDOPTIONS="${LDFLAGS}" CC="$(tc-getCC)" \
59 - CDEBUGFLAGS="${CFLAGS}" || die
60 -}
61 -
62 -src_install () {
63 - emake DESTDIR="${D}" install || die
64 - newman ${PN}.man ${PN}.1 || die
65 - dodoc README *.txt || die
66 -}