summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-09-30 11:25:50 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-09-30 11:25:50 +0000
commit10b1216e3a34dfaefc05e203e6ce11599dc4ebb0 (patch)
treea2ab86c5fce6fc61aa6cebf9df46519b47d4092c /net-misc/icecast
parentNew snapshot ebuild. Closes #6221. (diff)
downloadgentoo-2-10b1216e3a34dfaefc05e203e6ce11599dc4ebb0.tar.gz
gentoo-2-10b1216e3a34dfaefc05e203e6ce11599dc4ebb0.tar.bz2
gentoo-2-10b1216e3a34dfaefc05e203e6ce11599dc4ebb0.zip
New snapshot ebuild. Closes #6221.
Diffstat (limited to 'net-misc/icecast')
-rw-r--r--net-misc/icecast/ChangeLog9
-rw-r--r--net-misc/icecast/Manifest6
-rw-r--r--net-misc/icecast/files/digest-icecast-2.0_pre200309291
-rw-r--r--net-misc/icecast/icecast-2.0_pre20030929.ebuild46
4 files changed, 57 insertions, 5 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog
index 7694806ca68d..9db9eb5e3d38 100644
--- a/net-misc/icecast/ChangeLog
+++ b/net-misc/icecast/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/icecast
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.12 2003/08/15 10:16:18 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.13 2003/09/30 11:25:47 jje Exp $
+
+*icecast-2.0_pre20030929 (30 Sep 2003)
+
+ 30 Sep 2003; jje <jje@gentoo.org> icecast-2.0_pre20030929.ebuild:
+ New snapshot ebuild, SRC_URI on distfiles. Fixes curl issues.
+
+ Thanks to: Blake Watters <sbw@ibiblio.org> and Brandy.
*icecast-2.0_alpha2 (15 Aug 2003)
diff --git a/net-misc/icecast/Manifest b/net-misc/icecast/Manifest
index 02eb5fb0370c..562de6e18062 100644
--- a/net-misc/icecast/Manifest
+++ b/net-misc/icecast/Manifest
@@ -1,11 +1,9 @@
-MD5 b72c9fcdbc970a17bfb272f82fb5e916 ChangeLog 1998
+MD5 c450fb31e6e7f8292d774e96c1397fe9 ChangeLog 2226
MD5 954b87d50e6eb9a2c7e5310deba6ab47 icecast-1.3.12-r1.ebuild 1428
MD5 e7e303dbac7c789eeadbd17a4cf4d4db icecast-2.0_alpha2.ebuild 1158
-MD5 61d848e30da034fd47d799f4a8e97493 icecast-2.0_pre20030929.ebuild 1125
+MD5 85e3bbdab2a1538b2031741697a82a48 icecast-2.0_pre20030929.ebuild 1125
MD5 a5f4b4836da859fb3b50704c437e2ba9 files/1.3.12-errno.patch 1732
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
-MD5 4a7c0929fec0cb0cd2fc0252e05f425f files/digest-icecast-2.0_alpha2-r1 80
-MD5 4a7c0929fec0cb0cd2fc0252e05f425f files/digest-icecast-2.0_alpha20030929 80
MD5 4a7c0929fec0cb0cd2fc0252e05f425f files/digest-icecast-2.0_pre20030929 80
diff --git a/net-misc/icecast/files/digest-icecast-2.0_pre20030929 b/net-misc/icecast/files/digest-icecast-2.0_pre20030929
new file mode 100644
index 000000000000..bff8bab58c70
--- /dev/null
+++ b/net-misc/icecast/files/digest-icecast-2.0_pre20030929
@@ -0,0 +1 @@
+MD5 c96f34c3e8b66f010d4430f4cab7528a icecast-2.0-alpha-2-20030929.tar.gz 572551
diff --git a/net-misc/icecast/icecast-2.0_pre20030929.ebuild b/net-misc/icecast/icecast-2.0_pre20030929.ebuild
new file mode 100644
index 000000000000..272ff0c6bd21
--- /dev/null
+++ b/net-misc/icecast/icecast-2.0_pre20030929.ebuild
@@ -0,0 +1,46 @@
+# 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_pre20030929.ebuild,v 1.1 2003/09/30 11:25:47 jje Exp $
+
+IUSE="oggvorbis curl"
+
+inherit eutils
+
+DESCRIPTION="An opensource alternative to shoutcast that supports mp3 and ogg streaming"
+HOMEPAGE="http://www.icecast.org/"
+SRC_URI="mirror://gentoo/icecast-2.0-alpha-2-20030929.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc"
+
+DEPEND="virtual/glibc
+ dev-libs/libxml2
+ dev-libs/libxslt
+ oggvorbis? ( >=media-libs/libvorbis-1.0
+ >=media-libs/libogg-1.0 )
+ curl? ( net-ftp/curl )"
+
+S=${WORKDIR}/icecast-2.0-alpha-2
+
+src_compile() {
+ local myconf="--with-gnu-ld"
+
+ use oggvorbis || myconf="${myconf} --without-ogg --without-vorbis"
+
+ use curl || myconf="${myconf} --disable-yp"
+
+ econf \
+ --sysconfdir=/etc/icecast2 \
+ ${myconf} || die "configure failed"
+
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+
+ dodoc AUTHORS README TODO HACKING NEWS
+
+ rm -rf ${D}usr/share/doc/icecast
+}