diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch) | |
tree | aaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/icecast | |
parent | LICENSE fix (diff) | |
download | gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2 gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/Manifest | 8 | ||||
-rw-r--r-- | net-misc/icecast/icecast-1.3.12-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.0_alpha2.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-misc/icecast/Manifest b/net-misc/icecast/Manifest index 4b9ce2f079aa..479910d2d01d 100644 --- a/net-misc/icecast/Manifest +++ b/net-misc/icecast/Manifest @@ -1,7 +1,7 @@ -MD5 f9101707e125962622c22dbdcf447516 icecast-2.0_alpha2.ebuild 1178 -MD5 6dbedd1f09d89849bc31469c2e582217 icecast-1.3.12-r1.ebuild 1433 MD5 b72c9fcdbc970a17bfb272f82fb5e916 ChangeLog 1998 +MD5 954b87d50e6eb9a2c7e5310deba6ab47 icecast-1.3.12-r1.ebuild 1428 +MD5 e7e303dbac7c789eeadbd17a4cf4d4db icecast-2.0_alpha2.ebuild 1158 MD5 a5f4b4836da859fb3b50704c437e2ba9 files/1.3.12-errno.patch 1732 -MD5 71055d2524f397ee40ccf8e86f7d291c files/digest-icecast-2.0_alpha2 80 -MD5 ff47a23b447435b728c7fad3f55c2860 files/icecast-1.3.12-variables-gentoo.diff.bz2 825 MD5 891139550c407fd1b8eade7d0186b267 files/digest-icecast-1.3.12-r1 66 +MD5 ff47a23b447435b728c7fad3f55c2860 files/icecast-1.3.12-variables-gentoo.diff.bz2 825 +MD5 71055d2524f397ee40ccf8e86f7d291c files/digest-icecast-2.0_alpha2 80 diff --git a/net-misc/icecast/icecast-1.3.12-r1.ebuild b/net-misc/icecast/icecast-1.3.12-r1.ebuild index 94046b42e888..660e29daeee1 100644 --- a/net-misc/icecast/icecast-1.3.12-r1.ebuild +++ b/net-misc/icecast/icecast-1.3.12-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/icecast/icecast-1.3.12-r1.ebuild,v 1.6 2003/02/27 02:36:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-1.3.12-r1.ebuild,v 1.7 2003/09/05 22:01:48 msterret Exp $ inherit eutils @@ -43,7 +43,7 @@ src_install() { ICECAST_SBINDIR=/usr/sbin \ ICECAST_STATICDIR=/usr/share/icecast/static \ ICECAST_STATICDIR_INST=/usr/share/icecast/static \ - ICECAST_TEMPLATEDIR=/usr/share/icecast/templates \ + ICECAST_TEMPLATEDIR=/usr/share/icecast/templates \ ICECAST_TEMPLATEDIR_INST=/usr/share/icecast/templates \ install || die "make install failed" dodoc AUTHORS BUGS CHANGES COPYING FAQ INSTALL README TESTED TODO diff --git a/net-misc/icecast/icecast-2.0_alpha2.ebuild b/net-misc/icecast/icecast-2.0_alpha2.ebuild index 72e57f032718..0abc762bae3a 100644 --- a/net-misc/icecast/icecast-2.0_alpha2.ebuild +++ b/net-misc/icecast/icecast-2.0_alpha2.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/icecast/icecast-2.0_alpha2.ebuild,v 1.1 2003/08/15 10:16:18 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0_alpha2.ebuild,v 1.2 2003/09/05 22:01:48 msterret Exp $ IUSE="oggvorbis curl" @@ -18,7 +18,7 @@ DEPEND="virtual/glibc dev-libs/libxml2 dev-libs/libxslt oggvorbis? ( >=media-libs/libvorbis-1.0 - >=media-libs/libogg-1.0 ) + >=media-libs/libogg-1.0 ) curl? ( net-ftp/curl )" S=${WORKDIR}/icecast-2.0-alpha-2 @@ -38,7 +38,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS README TODO HACKING NEWS |