diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-11 23:15:14 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-11 23:15:14 +0000 |
commit | c0d8990255292984672e1cf67823e8142ab5ccb9 (patch) | |
tree | 3d0665a12f7c2fa8a6401cffd958a1500393d938 /x11-misc/numlockx | |
parent | stable on mips (diff) | |
download | gentoo-2-c0d8990255292984672e1cf67823e8142ab5ccb9.tar.gz gentoo-2-c0d8990255292984672e1cf67823e8142ab5ccb9.tar.bz2 gentoo-2-c0d8990255292984672e1cf67823e8142ab5ccb9.zip |
QA: Removed default src_compile
(Portage version: 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 } |