diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-06-21 13:17:49 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-06-21 13:17:49 +0000 |
commit | cd96e2d0d3a312c096abeb5649511fc225e68a2a (patch) | |
tree | bb66610fbe77768c22e8fa93d8597ad3a0cc84fd /app-misc | |
parent | Stable on ppc wrt bug 227679 (diff) | |
download | gentoo-2-cd96e2d0d3a312c096abeb5649511fc225e68a2a.tar.gz gentoo-2-cd96e2d0d3a312c096abeb5649511fc225e68a2a.tar.bz2 gentoo-2-cd96e2d0d3a312c096abeb5649511fc225e68a2a.zip |
Cleanup.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc7 x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/actkbd/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/actkbd/actkbd-0.2.2.ebuild | 40 | ||||
-rw-r--r-- | app-misc/actkbd/actkbd-0.2.7.ebuild | 47 |
3 files changed, 6 insertions, 89 deletions
diff --git a/app-misc/actkbd/ChangeLog b/app-misc/actkbd/ChangeLog index 6f92259f04e1..b55f6e74dd0b 100644 --- a/app-misc/actkbd/ChangeLog +++ b/app-misc/actkbd/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2007/07/07 15:15:14 swegener Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/actkbd/ChangeLog,v 1.5 2008/06/21 13:17:49 swegener Exp $ + + 21 Jun 2008; Sven Wegener <swegener@gentoo.org> -actkbd-0.2.2.ebuild, + -actkbd-0.2.7.ebuild: + Cleanup. *actkbd-0.2.8 (07 Jul 2007) diff --git a/app-misc/actkbd/actkbd-0.2.2.ebuild b/app-misc/actkbd/actkbd-0.2.2.ebuild deleted file mode 100644 index 6eb90b949e28..000000000000 --- a/app-misc/actkbd/actkbd-0.2.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.2.ebuild,v 1.3 2007/01/28 04:49:59 genone Exp $ - -inherit linux-info - -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" -IUSE="" - -DEPEND="" -RDEPEND="" - -CONFIG_CHECK="~INPUT_EVDEV" - -src_compile() { - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - dobin actkbd || die "dobin failed" - dodoc AUTHORS ChangeLog FAQ README TODO actkbd.conf -} - -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} 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/actkbd-0.2.7.ebuild b/app-misc/actkbd/actkbd-0.2.7.ebuild deleted file mode 100644 index 0d24915197cb..000000000000 --- a/app-misc/actkbd/actkbd-0.2.7.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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.7.ebuild,v 1.2 2007/01/28 04:49:59 genone 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}"/${P}-amd64.patch -} - -src_compile() { - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - dobin actkbd || die "dobin failed" - dodoc AUTHORS ChangeLog FAQ README TODO actkbd.conf -} - -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} 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 -} |