summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-04-26 12:00:10 -0500
committerAustin English <wizardedit@gentoo.org>2016-04-26 12:04:55 -0500
commit49c6e18f02540a6ec0dd472bd20b448ff2dc2eee (patch)
tree70e1390910a5330342fc64761731890584dd16f5 /app-misc/actkbd
parentapp-misc/actkbd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-49c6e18f02540a6ec0dd472bd20b448ff2dc2eee.tar.gz
gentoo-49c6e18f02540a6ec0dd472bd20b448ff2dc2eee.tar.bz2
gentoo-49c6e18f02540a6ec0dd472bd20b448ff2dc2eee.zip
app-misc/actkbd: remove actkbd-0.2.8-r1
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-misc/actkbd')
-rw-r--r--app-misc/actkbd/actkbd-0.2.8-r1.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/app-misc/actkbd/actkbd-0.2.8-r1.ebuild b/app-misc/actkbd/actkbd-0.2.8-r1.ebuild
deleted file mode 100644
index e986555edf13..000000000000
--- a/app-misc/actkbd/actkbd-0.2.8-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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>"
-}