summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-11 10:16:09 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-11 10:16:09 +0000
commit88a61ce0ace45341d77e8aba009fedc10f00cb27 (patch)
tree343578976ed6c2837f76a54a76a575304ac8c8c0 /net-misc/icecast
parentMarked stable on mips. (Manifest recommit) (diff)
downloadgentoo-2-88a61ce0ace45341d77e8aba009fedc10f00cb27.tar.gz
gentoo-2-88a61ce0ace45341d77e8aba009fedc10f00cb27.tar.bz2
gentoo-2-88a61ce0ace45341d77e8aba009fedc10f00cb27.zip
Cleanup old versions.
Diffstat (limited to 'net-misc/icecast')
-rw-r--r--net-misc/icecast/ChangeLog7
-rw-r--r--net-misc/icecast/files/digest-icecast-2.0.01
-rw-r--r--net-misc/icecast/files/digest-icecast-2.0.11
-rw-r--r--net-misc/icecast/files/icecast-1.3.12-variables-gentoo.diff.bz2bin825 -> 0 bytes
-rw-r--r--net-misc/icecast/icecast-2.0.0.ebuild37
-rw-r--r--net-misc/icecast/icecast-2.0.1.ebuild37
6 files changed, 6 insertions, 77 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog
index ebf551406c65..ac04553052b3 100644
--- a/net-misc/icecast/ChangeLog
+++ b/net-misc/icecast/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/icecast
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.38 2004/11/06 08:00:36 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.39 2004/11/11 10:16:09 eradicator Exp $
+
+ 11 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -files/icecast-1.3.12-variables-gentoo.diff.bz2, -icecast-2.0.0.ebuild,
+ -icecast-2.0.1.ebuild:
+ Cleanup old versions.
06 Nov 2004; Simon Stelling <blubb@gentoo.org> icecast-2.1.0.ebuild:
added ~amd64
diff --git a/net-misc/icecast/files/digest-icecast-2.0.0 b/net-misc/icecast/files/digest-icecast-2.0.0
deleted file mode 100644
index 409550557090..000000000000
--- a/net-misc/icecast/files/digest-icecast-2.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d3e902bee8c0a60ad7d5d054a2047aa1 icecast-2.0.0.tar.gz 684624
diff --git a/net-misc/icecast/files/digest-icecast-2.0.1 b/net-misc/icecast/files/digest-icecast-2.0.1
deleted file mode 100644
index 0d1f1027a637..000000000000
--- a/net-misc/icecast/files/digest-icecast-2.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dc193027769aa49d2223ff06dcc80f5c icecast-2.0.1.tar.gz 750259
diff --git a/net-misc/icecast/files/icecast-1.3.12-variables-gentoo.diff.bz2 b/net-misc/icecast/files/icecast-1.3.12-variables-gentoo.diff.bz2
deleted file mode 100644
index cdc2088d2c36..000000000000
--- a/net-misc/icecast/files/icecast-1.3.12-variables-gentoo.diff.bz2
+++ /dev/null
Binary files differ
diff --git a/net-misc/icecast/icecast-2.0.0.ebuild b/net-misc/icecast/icecast-2.0.0.ebuild
deleted file mode 100644
index 4746842dc00c..000000000000
--- a/net-misc/icecast/icecast-2.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.0.ebuild,v 1.10 2004/07/01 21:09:48 squinky86 Exp $
-
-inherit eutils
-
-DESCRIPTION="An opensource alternative to shoutcast that supports mp3 and ogg streaming"
-HOMEPAGE="http://www.icecast.org/"
-SRC_URI="http://www.icecast.org/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~alpha amd64"
-IUSE="curl"
-
-DEPEND="virtual/libc
- dev-libs/libxml2
- dev-libs/libxslt
- >=media-libs/libvorbis-1.0
- >=media-libs/libogg-1.0
- curl? ( net-misc/curl )"
-
-src_compile() {
- local myconf=""
- 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
-}
diff --git a/net-misc/icecast/icecast-2.0.1.ebuild b/net-misc/icecast/icecast-2.0.1.ebuild
deleted file mode 100644
index cce098b3205a..000000000000
--- a/net-misc/icecast/icecast-2.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.1.ebuild,v 1.4 2004/07/01 21:09:48 squinky86 Exp $
-
-inherit eutils
-
-DESCRIPTION="An opensource alternative to shoutcast that supports mp3 and ogg streaming"
-HOMEPAGE="http://www.icecast.org/"
-SRC_URI="http://www.icecast.org/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc sparc alpha amd64"
-IUSE="curl"
-
-DEPEND="virtual/libc
- dev-libs/libxml2
- dev-libs/libxslt
- >=media-libs/libvorbis-1.0
- >=media-libs/libogg-1.0
- curl? ( net-misc/curl )"
-
-src_compile() {
- local myconf=""
- 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
-}