summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 22:01:57 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 22:01:57 +0000
commitd57e8cd5234564c17748dd8cc2009b254afb8b5c (patch)
tree90b32b34467e23ea2c4af62a42850439767cf524 /net-misc/shout/shout-0.8.0-r1.ebuild
parentLICENSE fix (diff)
downloadhistorical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz
historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2
historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip
whitespace cleanup
Diffstat (limited to 'net-misc/shout/shout-0.8.0-r1.ebuild')
-rw-r--r--net-misc/shout/shout-0.8.0-r1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/shout/shout-0.8.0-r1.ebuild b/net-misc/shout/shout-0.8.0-r1.ebuild
index 0d566a0e2f43..bd7ecb493efd 100644
--- a/net-misc/shout/shout-0.8.0-r1.ebuild
+++ b/net-misc/shout/shout-0.8.0-r1.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-misc/shout/shout-0.8.0-r1.ebuild,v 1.8 2003/02/28 16:55:00 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r1.ebuild,v 1.9 2003/09/05 22:01:49 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Shout is a program for creating mp3 stream for use with icecast or shoutcast"
@@ -28,13 +28,11 @@ src_compile() {
--localstatedir=/var \
|| die "configure failed"
- emake || die "emake failed"
+ emake || die "emake failed"
}
src_install () {
-
- make DESTDIR=${D} install || die
- dodoc BUGS CREDITS README.shout TODO
-
+ make DESTDIR=${D} install || die
+ dodoc BUGS CREDITS README.shout TODO
}