diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:40:14 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:40:14 +0000 |
commit | 081020c6d8b00f2750190600c12379ea601be8f5 (patch) | |
tree | ecf8f2c2128cc45ef37da71a9c2073774502cba0 /net-analyzer/slurm | |
parent | header fix (diff) | |
download | gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2 gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip |
whitespace cleanup
Diffstat (limited to 'net-analyzer/slurm')
-rw-r--r-- | net-analyzer/slurm/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/slurm/slurm-0.2.2.ebuild | 20 |
2 files changed, 12 insertions, 12 deletions
diff --git a/net-analyzer/slurm/Manifest b/net-analyzer/slurm/Manifest index e8fa15b6384c..a0781465420b 100644 --- a/net-analyzer/slurm/Manifest +++ b/net-analyzer/slurm/Manifest @@ -1,5 +1,5 @@ +MD5 75df49732cfb0dd578a0288218ea277d ChangeLog 936 +MD5 f8abecb199fe2406781876d0d6ab7e77 slurm-0.2.2.ebuild 975 MD5 d1776e848116293161a1973b4ee313c7 files/digest-slurm-0.2.2 62 MD5 2dc5e67b0c6424cc560be57e7dcf099a files/slurm-0.2.2-altcolors-gentoo.patch 808 MD5 42f81938478bb63828b98c7367b49949 files/slurm-0.2.2-fix-gentoo.patch 2209 -MD5 75df49732cfb0dd578a0288218ea277d ChangeLog 936 -MD5 ad6ea3365da97e76d843a9b920c59d6c slurm-0.2.2.ebuild 998 diff --git a/net-analyzer/slurm/slurm-0.2.2.ebuild b/net-analyzer/slurm/slurm-0.2.2.ebuild index ab8d64471c53..b62bdf099157 100644 --- a/net-analyzer/slurm/slurm-0.2.2.ebuild +++ b/net-analyzer/slurm/slurm-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.2.2.ebuild,v 1.4 2003/07/13 11:30:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.2.2.ebuild,v 1.5 2003/09/05 23:40:10 msterret Exp $ DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus" HOMEPAGE="http://www.raisdorf.net/slurm/" @@ -18,21 +18,21 @@ src_unpack() { unpack ${A} cd ${S} - # fixes some typos and color usage - epatch "${FILESDIR}/slurm-0.2.2-fix-gentoo.patch" + # fixes some typos and color usage + epatch "${FILESDIR}/slurm-0.2.2-fix-gentoo.patch" - # apply alternative color set (red & white) - use altcolors && epatch "${FILESDIR}/slurm-0.2.2-altcolors-gentoo.patch" + # apply alternative color set (red & white) + use altcolors && epatch "${FILESDIR}/slurm-0.2.2-altcolors-gentoo.patch" } src_compile() { - ./configure || die "configure failed" - emake || die "make failed" + ./configure || die "configure failed" + emake || die "make failed" } src_install() { - dobin slurm - doman slurm.1 - dodoc Changelog COPYRIGHT KEYS README THANKS TODO + dobin slurm + doman slurm.1 + dodoc Changelog COPYRIGHT KEYS README THANKS TODO } |