Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lineakd/
Date: Sun, 03 Feb 2019 14:08:21
Message-Id: 1549202871.c0cce9a6641e87e6d6f7043d78d1df2ede0a8a98.asturm@gentoo
1 commit: c0cce9a6641e87e6d6f7043d78d1df2ede0a8a98
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jan 30 17:18:26 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 3 14:07:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cce9a6
7
8 x11-misc/lineakd: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 58 --------------------------------
14 1 file changed, 58 deletions(-)
15
16 diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
17 deleted file mode 100644
18 index a2967bdf38c..00000000000
19 --- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,58 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -inherit eutils multilib
27 -
28 -MY_P=${P/.0/}
29 -
30 -DESCRIPTION="Linux support for Easy Access and Internet Keyboards"
31 -HOMEPAGE="http://lineak.sourceforge.net"
32 -SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 ppc sparc x86"
37 -IUSE="debug"
38 -
39 -RDEPEND="x11-libs/libICE
40 - x11-libs/libSM
41 - x11-libs/libX11
42 - x11-libs/libXext"
43 -DEPEND="${RDEPEND}
44 - x11-base/xorg-proto
45 - x11-libs/libxkbfile
46 - x11-libs/libXt
47 - x11-libs/libXtst"
48 -
49 -S=${WORKDIR}/${MY_P}
50 -
51 -src_prepare() {
52 - epatch \
53 - "${FILESDIR}"/${P}-gcc43.patch \
54 - "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch
55 -}
56 -
57 -src_configure() {
58 - econf $(use_enable debug) --with-x
59 -}
60 -
61 -src_install() {
62 - sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile
63 -
64 - dodir /usr/share/man/man8
65 -
66 - emake -j1 DESTDIR="${D}" install
67 - dodoc AUTHORS README TODO
68 - keepdir /usr/$(get_libdir)/lineakd/plugins
69 -
70 - insinto /etc/lineak
71 - doins lineakd.conf.example lineakd.conf.kde.example
72 -}
73 -
74 -pkg_postinst() {
75 - elog
76 - elog "evtest utility has not been installed. evtest can be found"
77 - elog "in app-misc/evtest."
78 - elog
79 -}