diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-07-07 15:15:14 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-07-07 15:15:14 +0000 |
commit | 61986aa555b684d560ca6ef18232dd14d9efacc6 (patch) | |
tree | eeb280d0d2473b3a290368554952861901c22c2f /app-misc | |
parent | Fix broken Manifest for misdn-1.1.2.ebuild. (diff) | |
download | gentoo-2-61986aa555b684d560ca6ef18232dd14d9efacc6.tar.gz gentoo-2-61986aa555b684d560ca6ef18232dd14d9efacc6.tar.bz2 gentoo-2-61986aa555b684d560ca6ef18232dd14d9efacc6.zip |
Version bump.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/actkbd/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/actkbd/actkbd-0.2.8.ebuild | 49 | ||||
-rw-r--r-- | app-misc/actkbd/files/digest-actkbd-0.2.8 | 3 |
3 files changed, 58 insertions, 1 deletions
diff --git a/app-misc/actkbd/ChangeLog b/app-misc/actkbd/ChangeLog index f69af32f59f4..6f92259f04e1 100644 --- a/app-misc/actkbd/ChangeLog +++ b/app-misc/actkbd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/actkbd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/actkbd/ChangeLog,v 1.3 2007/01/28 04:49:59 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/actkbd/ChangeLog,v 1.4 2007/07/07 15:15:14 swegener Exp $ + +*actkbd-0.2.8 (07 Jul 2007) + + 07 Jul 2007; Sven Wegener <swegener@gentoo.org> +actkbd-0.2.8.ebuild: + Version bump. 28 Jan 2007; Marius Mauch <genone@gentoo.org> actkbd-0.2.2.ebuild, actkbd-0.2.7.ebuild: diff --git a/app-misc/actkbd/actkbd-0.2.8.ebuild b/app-misc/actkbd/actkbd-0.2.8.ebuild new file mode 100644 index 000000000000..3ec5d2326808 --- /dev/null +++ b/app-misc/actkbd/actkbd-0.2.8.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2007 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.1 2007/07/07 15:15:14 swegener Exp $ + +inherit linux-info eutils + +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}" || 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 +} diff --git a/app-misc/actkbd/files/digest-actkbd-0.2.8 b/app-misc/actkbd/files/digest-actkbd-0.2.8 new file mode 100644 index 000000000000..7ae63af9e117 --- /dev/null +++ b/app-misc/actkbd/files/digest-actkbd-0.2.8 @@ -0,0 +1,3 @@ +MD5 d055690da0465cefcf168c5532efcb2e actkbd-0.2.8.tar.bz2 23192 +RMD160 b04b696817c7655e4d4fee737f1af93bfc872a33 actkbd-0.2.8.tar.bz2 23192 +SHA256 95ea643b8e1b6bd8b9bc342d4a01eb4639498e15329aa42329f7cc83cb3cebc6 actkbd-0.2.8.tar.bz2 23192 |