summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-31 21:28:16 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-31 21:28:16 +0000
commitb5285c8169995c49be2a402addfdea6593d86379 (patch)
tree576d76ba6732c6acdfa79408f47dcee412f91529 /sys-process/htop
parentQA: Remove default src_compile and unneeded inherit eutils. (diff)
downloadgentoo-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')
-rw-r--r--sys-process/htop/htop-0.3.1.ebuild9
-rw-r--r--sys-process/htop/htop-0.3.2.ebuild9
-rw-r--r--sys-process/htop/htop-0.3.3.ebuild9
-rw-r--r--sys-process/htop/htop-0.3.ebuild14
-rw-r--r--sys-process/htop/htop-0.4.1.ebuild9
-rw-r--r--sys-process/htop/htop-0.4.ebuild9
-rw-r--r--sys-process/htop/htop-0.5.2.ebuild9
-rw-r--r--sys-process/htop/htop-0.5.ebuild9
8 files changed, 15 insertions, 62 deletions
diff --git a/sys-process/htop/htop-0.3.1.ebuild b/sys-process/htop/htop-0.3.1.ebuild
index f8f7fededf52..d94d7957c0b1 100644
--- a/sys-process/htop/htop-0.3.1.ebuild
+++ b/sys-process/htop/htop-0.3.1.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.3.1.ebuild,v 1.1 2005/03/03 15:12:50 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.3.1.ebuild,v 1.2 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="~x86 ppc"
IUSE="debug"
DEPEND="sys-libs/ncurses"
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
src_compile() {
use debug && {
append-flags -O -ggdb -DDEBUG
diff --git a/sys-process/htop/htop-0.3.2.ebuild b/sys-process/htop/htop-0.3.2.ebuild
index 665108ab888f..cdcdb4d095ba 100644
--- a/sys-process/htop/htop-0.3.2.ebuild
+++ b/sys-process/htop/htop-0.3.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.3.2.ebuild,v 1.1 2005/03/03 15:12:50 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.3.2.ebuild,v 1.2 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="~x86 ppc"
IUSE="debug"
DEPEND="sys-libs/ncurses"
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
src_compile() {
use debug && {
append-flags -O -ggdb -DDEBUG
diff --git a/sys-process/htop/htop-0.3.3.ebuild b/sys-process/htop/htop-0.3.3.ebuild
index d5c7e8e37521..3191804b8ea6 100644
--- a/sys-process/htop/htop-0.3.3.ebuild
+++ b/sys-process/htop/htop-0.3.3.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.3.3.ebuild,v 1.1 2005/03/03 15:12:50 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.3.3.ebuild,v 1.2 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="~x86 ppc"
IUSE="debug"
DEPEND="sys-libs/ncurses"
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
src_compile() {
use debug && {
append-flags -O -ggdb -DDEBUG
diff --git a/sys-process/htop/htop-0.3.ebuild b/sys-process/htop/htop-0.3.ebuild
index e272043773de..9fd796c976af 100644
--- a/sys-process/htop/htop-0.3.ebuild
+++ b/sys-process/htop/htop-0.3.ebuild
@@ -1,8 +1,6 @@
# 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.3.ebuild,v 1.1 2005/03/03 15:12:50 ciaranm Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.3.ebuild,v 1.2 2005/07/31 21:28:16 swegener Exp $
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
@@ -13,16 +11,6 @@ KEYWORDS="~x86"
IUSE=""
DEPEND="sys-libs/ncurses"
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc README ChangeLog TODO
diff --git a/sys-process/htop/htop-0.4.1.ebuild b/sys-process/htop/htop-0.4.1.ebuild
index 097f321ceb0d..5f1de7e20fcc 100644
--- a/sys-process/htop/htop-0.4.1.ebuild
+++ b/sys-process/htop/htop-0.4.1.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.4.1.ebuild,v 1.1 2005/03/03 15:12:50 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.4.1.ebuild,v 1.2 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="x86 ppc ~sparc"
IUSE="debug"
DEPEND="sys-libs/ncurses"
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
src_compile() {
use debug && {
append-flags -O -ggdb -DDEBUG
diff --git a/sys-process/htop/htop-0.4.ebuild b/sys-process/htop/htop-0.4.ebuild
index 188504b5e950..14faec21c350 100644
--- a/sys-process/htop/htop-0.4.ebuild
+++ b/sys-process/htop/htop-0.4.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.4.ebuild,v 1.1 2005/03/03 15:12:50 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.4.ebuild,v 1.2 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="~x86 ppc"
IUSE="debug"
DEPEND="sys-libs/ncurses"
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
src_compile() {
use debug && {
append-flags -O -ggdb -DDEBUG
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
diff --git a/sys-process/htop/htop-0.5.ebuild b/sys-process/htop/htop-0.5.ebuild
index 70d94545e968..083f249c9527 100644
--- a/sys-process/htop/htop-0.5.ebuild
+++ b/sys-process/htop/htop-0.5.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.ebuild,v 1.2 2005/03/04 14:14:20 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.ebuild,v 1.3 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="x86 ppc ~sparc amd64"
IUSE="debug"
DEPEND="sys-libs/ncurses"
-src_unpack() {
- unpack ${A}
- cd ${S}
-}
-
src_compile() {
use debug && {
append-flags -O -ggdb -DDEBUG