diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | d57e8cd5234564c17748dd8cc2009b254afb8b5c (patch) | |
tree | 90b32b34467e23ea2c4af62a42850439767cf524 /net-misc/icecast2 | |
parent | LICENSE fix (diff) | |
download | historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2 historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/icecast2')
-rw-r--r-- | net-misc/icecast2/Manifest | 2 | ||||
-rw-r--r-- | net-misc/icecast2/icecast2-08072002.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/icecast2/Manifest b/net-misc/icecast2/Manifest index 1db1d83c4b0a..d2faf77000e6 100644 --- a/net-misc/icecast2/Manifest +++ b/net-misc/icecast2/Manifest @@ -1,4 +1,4 @@ MD5 542745db04885d0b618c9d272efc88ce ChangeLog 705 -MD5 496778dbe9c61865a77573ec6ffe07b3 icecast2-08072002.ebuild 925 +MD5 9c0965ad4835e34c7e0e2a9fe15b7ee9 icecast2-08072002.ebuild 928 MD5 9ccfc03349282fd5117bbdaecac4d79d files/digest-icecast2-08072002 70 MD5 c777a5a4993eb6c63c4b6bb8b15e613b files/icecast2.xml 986 diff --git a/net-misc/icecast2/icecast2-08072002.ebuild b/net-misc/icecast2/icecast2-08072002.ebuild index f8ef8455d861..db94f65c33ca 100644 --- a/net-misc/icecast2/icecast2-08072002.ebuild +++ b/net-misc/icecast2/icecast2-08072002.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/icecast2/icecast2-08072002.ebuild,v 1.7 2003/06/21 01:19:28 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast2/icecast2-08072002.ebuild,v 1.8 2003/09/05 22:01:48 msterret Exp $ DESCRIPTION="streaming media server capable of delivering ogg-vorbis streams" SRC_URI="http://ibiblio.org/sbw/gentoo/${P}.tar.bz2" @@ -15,12 +15,12 @@ DEPEND=">=media-libs/libvorbis-1.0 dev-libs/libxslt" -src_compile() { +src_compile() { econf || die emake || die } -src_install() { +src_install() { dodoc README AUTHORS HACKING COPYING TODO newbin src/icecast icecast2 insinto /etc |