summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/keytouch-editor/ChangeLog8
-rw-r--r--x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild6
-rw-r--r--x11-misc/xnots/ChangeLog7
-rw-r--r--x11-misc/xnots/xnots-0.2.1.ebuild6
4 files changed, 17 insertions, 10 deletions
diff --git a/x11-misc/keytouch-editor/ChangeLog b/x11-misc/keytouch-editor/ChangeLog
index 8e8995f4aff8..4e14f8143215 100644
--- a/x11-misc/keytouch-editor/ChangeLog
+++ b/x11-misc/keytouch-editor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/keytouch-editor
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.7 2008/07/21 20:25:07 nyhm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.8 2010/01/10 08:18:01 robbat2 Exp $
+
+ 10 Jan 2010; Robin H. Johnson <robbat2@gentoo.org>
+ keytouch-editor-3.1.3.ebuild:
+ Bug #283320 cleanup: linux_config_exists before linux_chkconfig*.
21 Jul 2008; Tristan Heaven <nyhm@gentoo.org>
+files/keytouch-editor-3.1.3-glibc28.patch, keytouch-editor-3.1.3.ebuild:
diff --git a/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild b/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild
index c2938209b513..5cb19aea7d99 100644
--- a/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild
+++ b/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.3 2008/07/21 20:25:07 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.4 2010/01/10 08:18:01 robbat2 Exp $
inherit eutils linux-info
@@ -41,7 +41,7 @@ src_install() {
}
pkg_postinst() {
- if ! linux_chkconfig_present INPUT_EVDEV ; then
+ if ! linux_config_exists || ! linux_chkconfig_present INPUT_EVDEV; then
ewarn "To use ${PN}, CONFIG_INPUT_EVDEV must"
ewarn "be enabled in your kernel config."
ewarn
diff --git a/x11-misc/xnots/ChangeLog b/x11-misc/xnots/ChangeLog
index 511136a0401b..b04ed47218fd 100644
--- a/x11-misc/xnots/ChangeLog
+++ b/x11-misc/xnots/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xnots
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.6 2009/03/21 22:00:39 nelchael Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.7 2010/01/10 08:18:52 robbat2 Exp $
+
+ 10 Jan 2010; Robin H. Johnson <robbat2@gentoo.org> xnots-0.2.1.ebuild:
+ Bug #283320 cleanup: linux_config_exists before linux_chkconfig*.
21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -xnots-0.2.ebuild:
Remove old versions.
diff --git a/x11-misc/xnots/xnots-0.2.1.ebuild b/x11-misc/xnots/xnots-0.2.1.ebuild
index 404b3c1fab22..e31e603978a0 100644
--- a/x11-misc/xnots/xnots-0.2.1.ebuild
+++ b/x11-misc/xnots/xnots-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.1.ebuild,v 1.1 2009/01/13 00:58:43 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.1.ebuild,v 1.2 2010/01/10 08:18:52 robbat2 Exp $
EAPI="2"
@@ -40,7 +40,7 @@ src_install() {
}
pkg_postinst() {
- if ! linux_chkconfig_present INOTIFY; then
+ if ! linux_config_exists || ! linux_chkconfig_present INOTIFY; then
ewarn "Your kernel is compiled without INOTIFY support."
ewarn "xNots requires INOTIFY support to run."
ewarn "Please enable CONFIG_INOTIFY in your kernel config."