summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 04:44:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 04:44:58 +0000
commit6eff34ed4b3f9f373b9fd70649c69d96dcb318c0 (patch)
tree5fb81e51697b3e2d03d78b21f9def3f3591708df /sys-process/htop
parentRemove debug.eclass usage for bug #160120. (diff)
downloadgentoo-2-6eff34ed4b3f9f373b9fd70649c69d96dcb318c0.tar.gz
gentoo-2-6eff34ed4b3f9f373b9fd70649c69d96dcb318c0.tar.bz2
gentoo-2-6eff34ed4b3f9f373b9fd70649c69d96dcb318c0.zip
Remove debug.eclass usage.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'sys-process/htop')
-rw-r--r--sys-process/htop/ChangeLog9
-rw-r--r--sys-process/htop/htop-0.5.2.ebuild7
-rw-r--r--sys-process/htop/htop-0.5.3.ebuild7
-rw-r--r--sys-process/htop/htop-0.5.4.ebuild7
-rw-r--r--sys-process/htop/htop-0.6.2.ebuild7
-rw-r--r--sys-process/htop/htop-0.6.3.ebuild7
-rw-r--r--sys-process/htop/htop-0.6.4.ebuild7
-rw-r--r--sys-process/htop/htop-0.6.5.ebuild7
-rw-r--r--sys-process/htop/htop-0.6.ebuild7
9 files changed, 39 insertions, 26 deletions
diff --git a/sys-process/htop/ChangeLog b/sys-process/htop/ChangeLog
index abe545190adc..4694294dea38 100644
--- a/sys-process/htop/ChangeLog
+++ b/sys-process/htop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-process/htop
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.28 2006/12/14 11:13:54 wschlich Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/ChangeLog,v 1.29 2007/01/05 04:44:58 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> htop-0.5.2.ebuild,
+ htop-0.5.3.ebuild, htop-0.5.4.ebuild, htop-0.6.ebuild, htop-0.6.2.ebuild,
+ htop-0.6.3.ebuild, htop-0.6.4.ebuild, htop-0.6.5.ebuild:
+ Remove debug.eclass usage.
*htop-0.6.5 (14 Dec 2006)
diff --git a/sys-process/htop/htop-0.5.2.ebuild b/sys-process/htop/htop-0.5.2.ebuild
index 75818e068765..294c41bb1eab 100644
--- a/sys-process/htop/htop-0.5.2.ebuild
+++ b/sys-process/htop/htop-0.5.2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 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.7 2005/08/08 07:52:25 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.2.ebuild,v 1.8 2007/01/05 04:44:58 flameeyes Exp $
-inherit debug flag-o-matic
+inherit flag-o-matic
+IUSE="debug"
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
diff --git a/sys-process/htop/htop-0.5.3.ebuild b/sys-process/htop/htop-0.5.3.ebuild
index 5774f21a81e1..d2bbdc28ae40 100644
--- a/sys-process/htop/htop-0.5.3.ebuild
+++ b/sys-process/htop/htop-0.5.3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.3.ebuild,v 1.1 2005/09/19 07:38:44 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.3.ebuild,v 1.2 2007/01/05 04:44:58 flameeyes Exp $
-inherit debug flag-o-matic
+inherit flag-o-matic
+IUSE="debug"
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="http://dev.gentoo.org/~wschlich/src/${P}.tar.gz"
diff --git a/sys-process/htop/htop-0.5.4.ebuild b/sys-process/htop/htop-0.5.4.ebuild
index 7887820bf493..f96a27081053 100644
--- a/sys-process/htop/htop-0.5.4.ebuild
+++ b/sys-process/htop/htop-0.5.4.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.4.ebuild,v 1.1 2005/11/26 14:47:55 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.5.4.ebuild,v 1.2 2007/01/05 04:44:58 flameeyes Exp $
-inherit debug flag-o-matic
+inherit flag-o-matic
+IUSE="debug"
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
diff --git a/sys-process/htop/htop-0.6.2.ebuild b/sys-process/htop/htop-0.6.2.ebuild
index c1809c42d18f..f28fd998f87d 100644
--- a/sys-process/htop/htop-0.6.2.ebuild
+++ b/sys-process/htop/htop-0.6.2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.2.ebuild,v 1.9 2006/09/02 19:29:02 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.2.ebuild,v 1.10 2007/01/05 04:44:58 flameeyes Exp $
-inherit debug flag-o-matic
+inherit flag-o-matic
+IUSE="debug"
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
diff --git a/sys-process/htop/htop-0.6.3.ebuild b/sys-process/htop/htop-0.6.3.ebuild
index 5e64c0db4a0a..eba0237024ee 100644
--- a/sys-process/htop/htop-0.6.3.ebuild
+++ b/sys-process/htop/htop-0.6.3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.3.ebuild,v 1.1 2006/08/09 10:22:45 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.3.ebuild,v 1.2 2007/01/05 04:44:58 flameeyes Exp $
-inherit debug flag-o-matic
+inherit flag-o-matic
+IUSE="debug"
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
diff --git a/sys-process/htop/htop-0.6.4.ebuild b/sys-process/htop/htop-0.6.4.ebuild
index 6fdbef7f6e76..b3109ffe25ca 100644
--- a/sys-process/htop/htop-0.6.4.ebuild
+++ b/sys-process/htop/htop-0.6.4.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.4.ebuild,v 1.1 2006/10/08 19:27:03 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.4.ebuild,v 1.2 2007/01/05 04:44:58 flameeyes Exp $
-inherit debug flag-o-matic
+inherit flag-o-matic
+IUSE="debug"
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
diff --git a/sys-process/htop/htop-0.6.5.ebuild b/sys-process/htop/htop-0.6.5.ebuild
index 115e952ddc10..3326c2d28994 100644
--- a/sys-process/htop/htop-0.6.5.ebuild
+++ b/sys-process/htop/htop-0.6.5.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.5.ebuild,v 1.1 2006/12/14 11:13:54 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.5.ebuild,v 1.2 2007/01/05 04:44:58 flameeyes Exp $
-inherit debug flag-o-matic
+inherit flag-o-matic
+IUSE="debug"
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
diff --git a/sys-process/htop/htop-0.6.ebuild b/sys-process/htop/htop-0.6.ebuild
index e1be14991c64..090d0b0c1dfb 100644
--- a/sys-process/htop/htop-0.6.ebuild
+++ b/sys-process/htop/htop-0.6.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.ebuild,v 1.4 2006/05/16 19:54:38 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-0.6.ebuild,v 1.5 2007/01/05 04:44:58 flameeyes Exp $
-inherit debug flag-o-matic
+inherit flag-o-matic
+IUSE="debug"
DESCRIPTION="interactive process viewer"
HOMEPAGE="http://htop.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"