Portage is a package management system used by Gentoo Linux
# ChangeLog for app-misc/actkbd
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/actkbd/ChangeLog,v 1.6 2008/06/21 13:19:02 swegener Exp $
21 Jun 2008; Sven Wegener
Force correct compiler.
21 Jun 2008; Sven Wegener
-actkbd-0.2.7.ebuild:
Cleanup.
*actkbd-0.2.8 (07 Jul 2007)
07 Jul 2007; Sven Wegener
Version bump.
28 Jan 2007; Marius Mauch
actkbd-0.2.7.ebuild:
Replacing einfo with elog
*actkbd-0.2.7 (27 Oct 2006)
27 Oct 2006; Sven Wegener
+files/actkbd-0.2.7-amd64.patch, actkbd-0.2.2.ebuild,
+actkbd-0.2.7.ebuild:
Version bump. Thanks to Joe Pelkey!
*actkbd-0.2.2 (07 Mar 2006)
07 Mar 2006; Sven Wegener
+actkbd-0.2.2.ebuild:
Initial commit, ebuild written by me.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX actkbd-0.2.7-amd64.patch 1188 RMD160 38f9a9a1ab5d37f7cd04ec7c7f982e9bf0b1ca28 SHA1 2ac79278bfb4a9cdf813af5443c241f7fe1e07aa SHA256 de3b3e37e69f835ae9982ec9a8fa44394dbc0b0d06fbdda46ebfa1896c5e1c4c
DIST actkbd-0.2.8.tar.bz2 23192 RMD160 b04b696817c7655e4d4fee737f1af93bfc872a33 SHA1 b062611b6e25824b13822ba9bafbc459a8dd307c SHA256 95ea643b8e1b6bd8b9bc342d4a01eb4639498e15329aa42329f7cc83cb3cebc6
EBUILD actkbd-0.2.8.ebuild 1474 RMD160 926f5e7bb2ff0f32b64467e779ce9d00919c9d06 SHA1 16d9f1ae3859f7c47e0c290f6f0c2e3548aab624 SHA256 de8fb7bbe8cbfb64eea83dbeeea61c92eae7fdad4c980fd9d31c8a57a9a1cfe9
MISC ChangeLog 1007 RMD160 c5928342bab2362e9f2007c43bfcbc7eb6092f79 SHA1 48deca0576031383b0e1727688762144f7daa0b0 SHA256 efe7a12101f4155089c468ee97959cb0d227d50b46e66412c1115b12cfd96c92
MISC metadata.xml 459 RMD160 00d66ed5487c3e9c8a5157db4b6726ae79ac6c9b SHA1 6375e4ea15e1c2ecf76ecd4d5b9d56b321334adf SHA256 7e2df23f38e3306e81437da80acedb216b0af06039c27dd388a90df01307a799
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkhc/8sACgkQI1lqEGTUzyRQvgCg0gnooJ4h/CW7UIZbV2b1IlgA
NmQAnRlbGetuvRIZ6YRVgKm4mFaXd+LG
=Q6gW
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/actkbd/actkbd-0.2.8.ebuild,v 1.2 2008/06/21 13:19:02 swegener Exp $
inherit linux-info eutils toolchain-funcs
DESCRIPTION="A keyboard shortcut daemon"
HOMEPAGE="http://www.softlab.ece.ntua.gr/~thkala/projects/actkbd/"
SRC_URI="http://www.softlab.ece.ntua.gr/~thkala/projects/actkbd/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
CONFIG_CHECK="~INPUT_EVDEV"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-0.2.7-amd64.patch
}
src_compile() {
emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "emake failed"
}
src_install() {
dobin actkbd || die "dobin failed"
dodoc AUTHORS ChangeLog FAQ README TODO
docinto samples
dodoc samples/{actkbd.conf,udev.rules}
}
pkg_postinst() {
elog
elog "actkbd currently needs the event interface from 2.6 kernels to work. Add"
elog "evdev to /etc/modules.autoload.d/kernel-2.6 to have it loaded during boot."
elog "System-wide configuration file is /etc/actkbd.conf, but you can use the -c"
elog "option to specify a custom configuration file. Use actkbd.conf from"
elog "/usr/share/doc/${PF}/samples as a template. We don't install it by default,"
elog "because it contains some dangerous examples. You may also need to supply"
elog "the -d option to use the right /dev/input/event* device."
elog
}
actkbd is a simple daemon that binds actions to keyboard events. It recognises
key combinations and can handle press, repeat and release events.