summaryrefslogtreecommitdiff
path: root/app-misc/actkbd/actkbd-0.2.8-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/actkbd/actkbd-0.2.8-r2.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/actkbd/actkbd-0.2.8-r2.ebuild')
-rw-r--r--app-misc/actkbd/actkbd-0.2.8-r2.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/app-misc/actkbd/actkbd-0.2.8-r2.ebuild b/app-misc/actkbd/actkbd-0.2.8-r2.ebuild
deleted file mode 100644
index 0b926c6873fa..000000000000
--- a/app-misc/actkbd/actkbd-0.2.8-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit linux-info eutils toolchain-funcs
-
-DESCRIPTION="A keyboard shortcut daemon"
-HOMEPAGE="http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/"
-SRC_URI="http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-CONFIG_CHECK="~INPUT_EVDEV"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.2.7-amd64.patch
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin actkbd
- dodoc AUTHORS ChangeLog FAQ README TODO
- docinto samples
- dodoc samples/actkbd.conf
- newconfd "${FILESDIR}/${PN}.confd" ${PN}
- newinitd "${FILESDIR}/${PN}.initd" ${PN}
-}
-
-pkg_postinst() {
- elog
- elog "System-wide configuration file is /etc/actkbd.conf."
- elog "Use actkbd.conf from usr/share/doc/${PF}/samples as a template."
- elog "You need to create the config and set right input device from"
- elog "/dev/input/event* in /etc/conf.d/actkbd"
- elog
- elog "To obtain keycodes for pressed combinations/keys just run:"
- elog " # actkbd -s -d /dev/input/event<MYDEVICENUMBER>"
-}