summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-06-04 21:52:13 +0000
committerSamuli Suominen <drac@gentoo.org>2007-06-04 21:52:13 +0000
commit178a9f080922901b5da67cea8e174216868ac66c (patch)
tree1ec9fefdf854e0e47a867e1dd5e2964e7ec664ca /x11-misc/lineakd
parentFix typo and digest. (diff)
downloadgentoo-2-178a9f080922901b5da67cea8e174216868ac66c.tar.gz
gentoo-2-178a9f080922901b5da67cea8e174216868ac66c.tar.bz2
gentoo-2-178a9f080922901b5da67cea8e174216868ac66c.zip
Add elog for evtest.
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r--x11-misc/lineakd/ChangeLog5
-rw-r--r--x11-misc/lineakd/lineakd-0.9.0-r1.ebuild11
2 files changed, 13 insertions, 3 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog
index 2b335e1c1c0a..b86f69db2ebf 100644
--- a/x11-misc/lineakd/ChangeLog
+++ b/x11-misc/lineakd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/lineakd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.43 2007/06/04 19:26:19 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.44 2007/06/04 21:52:13 drac Exp $
+
+ 04 Jun 2007; Samuli Suominen <drac@gentoo.org> lineakd-0.9.0-r1.ebuild:
+ Add elog for evtest.
*lineakd-0.9.0-r1 (04 Jun 2007)
diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
index af6712533872..eec39ad39353 100644
--- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
+++ b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild,v 1.1 2007/06/04 19:26:19 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild,v 1.2 2007/06/04 21:52:13 drac Exp $
inherit multilib
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
S="${WORKDIR}"/${MY_P}
src_compile() {
- econf $(use_enable debug) --with-x --enable-evtest
+ econf $(use_enable debug) --with-x
emake || die "emake failed."
}
@@ -45,3 +45,10 @@ src_install () {
doins lineakd.conf.example
doins lineakd.conf.kde.example
}
+
+pkg_postinst() {
+ elog
+ elog "evtest utility has not been installed. evtest can be found"
+ elog "in games-util/joystick."
+ elog
+}