diff options
author | 2004-06-28 04:18:52 +0000 | |
---|---|---|
committer | 2004-06-28 04:18:52 +0000 | |
commit | df5dbac64793120bd42de7e388374590da2b5287 (patch) | |
tree | 90f06c3d21bf3f66510acc04e4f0c7084b424bb9 /app-misc/slmon | |
parent | unmask baselayout-1.10 (diff) | |
download | historical-df5dbac64793120bd42de7e388374590da2b5287.tar.gz historical-df5dbac64793120bd42de7e388374590da2b5287.tar.bz2 historical-df5dbac64793120bd42de7e388374590da2b5287.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/slmon')
-rw-r--r-- | app-misc/slmon/slmon-0.5.12.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/app-misc/slmon/slmon-0.5.12.ebuild b/app-misc/slmon/slmon-0.5.12.ebuild index feaf7315861e..e3f5760514f6 100644 --- a/app-misc/slmon/slmon-0.5.12.ebuild +++ b/app-misc/slmon/slmon-0.5.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/slmon/slmon-0.5.12.ebuild,v 1.5 2004/06/24 22:33:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/slmon/slmon-0.5.12.ebuild,v 1.6 2004/06/28 04:13:29 vapier Exp $ DESCRIPTION="Colored text-based system performance monitor" HOMEPAGE="http://slmon.sourceforge.net/" @@ -14,12 +14,7 @@ IUSE="" DEPEND="gnome-base/libgtop sys-libs/slang" -src_compile() { - econf || die "configure problem" - emake || die "compile problem" -} - src_install() { einstall || die "install problem" - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO } |