diff options
author | 2005-07-11 23:15:14 +0000 | |
---|---|---|
committer | 2005-07-11 23:15:14 +0000 | |
commit | 1dde27510ea83315eb60881b95da1f5b62fd3676 (patch) | |
tree | 96cee1eb81074bda4cb41c17cf4f9439894391bf /x11-misc/numlockx | |
parent | stable on mips (diff) | |
download | historical-1dde27510ea83315eb60881b95da1f5b62fd3676.tar.gz historical-1dde27510ea83315eb60881b95da1f5b62fd3676.tar.bz2 historical-1dde27510ea83315eb60881b95da1f5b62fd3676.zip |
QA: Removed default src_compile
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/numlockx')
-rw-r--r-- | x11-misc/numlockx/numlockx-1.0.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/x11-misc/numlockx/numlockx-1.0.ebuild b/x11-misc/numlockx/numlockx-1.0.ebuild index 17b3ce3d4cac..ab521e9e6aee 100644 --- a/x11-misc/numlockx/numlockx-1.0.ebuild +++ b/x11-misc/numlockx/numlockx-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.17 2005/06/14 01:39:36 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.18 2005/07/11 23:12:32 swegener Exp $ DESCRIPTION="Turns on numlock in X" HOMEPAGE="http://ktown.kde.org/~seli/numlockx/" @@ -13,21 +13,14 @@ IUSE="" DEPEND="virtual/x11" - -src_compile(){ - econf || die "econf failed" - emake || die "emake failed" -} - src_install(){ - into /usr dobin numlockx dodoc AUTHORS INSTALL LICENSE README } pkg_postinst(){ - einfo "" + einfo einfo "add 'numlockx' to your X startup programs to have numlock turn on when X starts" - einfo "" + einfo } |