diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-31 21:28:16 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-31 21:28:16 +0000 |
commit | b5285c8169995c49be2a402addfdea6593d86379 (patch) | |
tree | 576d76ba6732c6acdfa79408f47dcee412f91529 /sys-process/htop/htop-0.5.2.ebuild | |
parent | QA: Remove default src_compile and unneeded inherit eutils. (diff) | |
download | gentoo-2-b5285c8169995c49be2a402addfdea6593d86379.tar.gz gentoo-2-b5285c8169995c49be2a402addfdea6593d86379.tar.bz2 gentoo-2-b5285c8169995c49be2a402addfdea6593d86379.zip |
QA: Remove default functions and unneeded inherits.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-process/htop/htop-0.5.2.ebuild')
-rw-r--r-- | sys-process/htop/htop-0.5.2.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys-process/htop/htop-0.5.2.ebuild b/sys-process/htop/htop-0.5.2.ebuild index 17f60a1bfcdc..68cda697ddc3 100644 --- a/sys-process/htop/htop-0.5.2.ebuild +++ b/sys-process/htop/htop-0.5.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.2.ebuild,v 1.5 2005/07/28 22:30:08 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.2.ebuild,v 1.6 2005/07/31 21:28:16 swegener Exp $ -inherit eutils flag-o-matic +inherit flag-o-matic DESCRIPTION="interactive process viewer" HOMEPAGE="http://htop.sourceforge.net" @@ -13,11 +13,6 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="debug" DEPEND="sys-libs/ncurses" -src_unpack() { - unpack ${A} - cd ${S} -} - src_compile() { use debug && { append-flags -O -ggdb -DDEBUG |