Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/actkbd/
Date: Tue, 26 Apr 2016 17:05:06
Message-Id: 1461690295.49c6e18f02540a6ec0dd472bd20b448ff2dc2eee.wizardedit@gentoo
1 commit: 49c6e18f02540a6ec0dd472bd20b448ff2dc2eee
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 17:00:10 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 17:04:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c6e18f
7
8 app-misc/actkbd: remove actkbd-0.2.8-r1
9
10 Package-Manager: portage-2.2.26
11
12 app-misc/actkbd/actkbd-0.2.8-r1.ebuild | 49 ----------------------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/app-misc/actkbd/actkbd-0.2.8-r1.ebuild b/app-misc/actkbd/actkbd-0.2.8-r1.ebuild
16 deleted file mode 100644
17 index e986555..0000000
18 --- a/app-misc/actkbd/actkbd-0.2.8-r1.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit linux-info eutils toolchain-funcs
28 -
29 -DESCRIPTION="A keyboard shortcut daemon"
30 -HOMEPAGE="http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/"
31 -SRC_URI="http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/files/${P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -RDEPEND=""
40 -
41 -CONFIG_CHECK="~INPUT_EVDEV"
42 -
43 -src_prepare() {
44 - epatch "${FILESDIR}"/${PN}-0.2.7-amd64.patch
45 -}
46 -
47 -src_compile() {
48 - emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"
49 -}
50 -
51 -src_install() {
52 - dobin actkbd
53 - dodoc AUTHORS ChangeLog FAQ README TODO
54 - docinto samples
55 - dodoc samples/actkbd.conf
56 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
57 - newinitd "${FILESDIR}/${PN}.initd" ${PN}
58 -}
59 -
60 -pkg_postinst() {
61 - elog
62 - elog "System-wide configuration file is /etc/actkbd.conf."
63 - elog "Use actkbd.conf from usr/share/doc/${PF}/samples as a template."
64 - elog "You need to create the config and set right input device from"
65 - elog "/dev/input/event* in /etc/conf.d/actkbd"
66 - elog
67 - elog "To obtain keycodes for pressed combinations/keys just run:"
68 - elog " # actkbd -s -d /dev/input/event<MYDEVICENUMBER>"
69 -}