summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-01-02 13:58:28 +0000
committerJustin Lecher <jlec@gentoo.org>2012-01-02 13:58:28 +0000
commitae9b83ee7ab2125a6ad539a8c051dbe88ef09627 (patch)
treef21bab796776113fddf7d3ad287f04b4eebac4ae /sys-apps/dstat/dstat-0.6.9-r1.ebuild
parentStable for AMD64, wrt bug #397101 (diff)
downloadgentoo-2-ae9b83ee7ab2125a6ad539a8c051dbe88ef09627.tar.gz
gentoo-2-ae9b83ee7ab2125a6ad539a8c051dbe88ef09627.tar.bz2
gentoo-2-ae9b83ee7ab2125a6ad539a8c051dbe88ef09627.zip
Dropped empty *DEPENDS, added support for wifi, keyworded for linux prefix, #333383
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/dstat/dstat-0.6.9-r1.ebuild')
-rw-r--r--sys-apps/dstat/dstat-0.6.9-r1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys-apps/dstat/dstat-0.6.9-r1.ebuild b/sys-apps/dstat/dstat-0.6.9-r1.ebuild
index 9ea5dde44ba8..bd1fae78293c 100644
--- a/sys-apps/dstat/dstat-0.6.9-r1.ebuild
+++ b/sys-apps/dstat/dstat-0.6.9-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.9-r1.ebuild,v 1.2 2011/03/06 10:42:45 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/dstat/dstat-0.6.9-r1.ebuild,v 1.3 2012/01/02 13:58:28 jlec Exp $
EAPI=2
@@ -8,7 +8,7 @@ PYTHON_DEPEND="2"
inherit python eutils
-DESCRIPTION="Dstat is a versatile replacement for vmstat, iostat and ifstat"
+DESCRIPTION="Versatile replacement for vmstat, iostat and ifstat"
HOMEPAGE="http://dag.wieers.com/home-made/dstat/"
SRC_URI="http://dag.wieers.com/home-made/${PN}/${P}.tar.bz2"
@@ -17,9 +17,6 @@ SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
IUSE=""
-RDEPEND=""
-DEPEND=""
-
pkg_setup() {
python_set_active_version 2
}
@@ -29,7 +26,7 @@ src_prepare() {
}
src_install() {
- emake install DESTDIR="${D}" || die "make install failed"
+ emake DESTDIR="${D}" install || die "make install failed"
dodoc \
AUTHORS ChangeLog README TODO \