View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/x11-misc/xnots/xnots-0.2.ebuild (-2 / +7 lines)
 Lines 2-7    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.ebuild,v 1.1 2008/04/10 08:55:51 nelchael Exp $
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.ebuild,v 1.1 2008/04/10 08:55:51 nelchael Exp $
inherit linux-info
DESCRIPTION="A desktop sticky note program for the unix geek"
DESCRIPTION="A desktop sticky note program for the unix geek"
HOMEPAGE="http://xnots.sourceforge.net"
HOMEPAGE="http://xnots.sourceforge.net"
SRC_URI="mirror://sourceforge/xnots/${P}.tar.gz"
SRC_URI="mirror://sourceforge/xnots/${P}.tar.gz"
 Lines 27-32    Link Here 
}
}
pkg_postinst() {
pkg_postinst() {
	elog "xNots requires INOTIFY support present in kernel."
	if ! linux_chkconfig_present INOTIFY; then
	elog "Please make sure you have enabled CONFIG_INOTIFY in your config."
		ewarn "Your kernel is compiled without INOTIFY support."
		ewarn "xNots requires INOTIFY support to run."
		ewarn "Please enable CONFIG_INOTIFY in your kernel config."
	fi
}
}