diff options
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/icecast/Manifest | 24 | ||||
-rw-r--r-- | net-misc/icecast/files/digest-icecast-2.1.0 | 1 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.0.2.ebuild | 5 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.1.0.ebuild | 43 |
5 files changed, 62 insertions, 20 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 1f59dc5992e9..ecdb63f0d4aa 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,13 @@ # 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.34 2004/10/10 19:18:49 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.35 2004/11/05 23:38:04 chriswhite Exp $ + +*icecast-2.1.0 (06 Nov 2004) + + 06 Nov 2004; Chris White <chriswhite@gentoo.org> icecast-2.0.2.ebuild, + +icecast-2.1.0.ebuild: + Fixed illegal eutils inherit in 2.0.2 version. Updated to version 2.1.0 and + setup for arch marking per bug #70096. 10 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> icecast-2.0.2.ebuild: diff --git a/net-misc/icecast/Manifest b/net-misc/icecast/Manifest index c440332ba997..6a67ba35b314 100644 --- a/net-misc/icecast/Manifest +++ b/net-misc/icecast/Manifest @@ -1,23 +1,15 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 d8082ee2e49d2c1a48246b532e12d572 ChangeLog 4813 +MD5 a7dcdc475e7440f478c66e6cbbbb4a50 ChangeLog 5061 +MD5 2785e07c44bc0214303ff062bd0fe3a3 icecast-2.0.2.ebuild 1114 MD5 7edae15f42ea6bed0a6b1365f7f1ee2d icecast-2.0.0.ebuild 966 -MD5 d29034031795b05d7fa9890fe2228c03 icecast-2.0.2.ebuild 1115 -MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221 MD5 f39687065cc13946eccabdcbac3b46c6 icecast-2.0.1-r1.ebuild 1036 MD5 d09ba305e639f0d25d18c9f0fc999b23 icecast-2.0.1.ebuild 964 -MD5 294ad1abe0a9f4abc496f53e158695be files/init.d.icecast 357 +MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221 +MD5 abdd9dd722bf90ce3e62d4a6768b4e06 icecast-2.1.0.ebuild 1038 MD5 a5f4b4836da859fb3b50704c437e2ba9 files/1.3.12-errno.patch 1732 +MD5 222ea172a59c3efde7c67585f4b08939 files/digest-icecast-2.0.2 65 MD5 71ca75db337afc9c90d91eb6798767d8 files/digest-icecast-2.0.0 65 MD5 473c7b8b865ecfdfd794414c980fe659 files/digest-icecast-2.0.1 65 -MD5 ff47a23b447435b728c7fad3f55c2860 files/icecast-1.3.12-variables-gentoo.diff.bz2 825 MD5 473c7b8b865ecfdfd794414c980fe659 files/digest-icecast-2.0.1-r1 65 -MD5 222ea172a59c3efde7c67585f4b08939 files/digest-icecast-2.0.2 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBaYtXArHZZzCEUG0RAlhKAJ92Z/wB8kh6INmaIE0vJ8yGty334gCfRWlb -lpvHOa9hMhR+ql4MUR40IMs= -=wpOZ ------END PGP SIGNATURE----- +MD5 ff47a23b447435b728c7fad3f55c2860 files/icecast-1.3.12-variables-gentoo.diff.bz2 825 +MD5 294ad1abe0a9f4abc496f53e158695be files/init.d.icecast 357 +MD5 0d1040986ca91ef513c0666a47161be0 files/digest-icecast-2.1.0 65 diff --git a/net-misc/icecast/files/digest-icecast-2.1.0 b/net-misc/icecast/files/digest-icecast-2.1.0 new file mode 100644 index 000000000000..ac8d55e4dac7 --- /dev/null +++ b/net-misc/icecast/files/digest-icecast-2.1.0 @@ -0,0 +1 @@ +MD5 f6a63f036fdfbe415cd64d7ee8afc043 icecast-2.1.0.tar.gz 684382 diff --git a/net-misc/icecast/icecast-2.0.2.ebuild b/net-misc/icecast/icecast-2.0.2.ebuild index f266904c3ded..00ff93abd239 100644 --- a/net-misc/icecast/icecast-2.0.2.ebuild +++ b/net-misc/icecast/icecast-2.0.2.ebuild @@ -1,11 +1,10 @@ # 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.2.ebuild,v 1.3 2004/10/10 19:18:49 eradicator Exp $ - -IUSE="curl doc" +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.2.ebuild,v 1.4 2004/11/05 23:38:04 chriswhite Exp $ inherit eutils +IUSE="curl doc" DESCRIPTION="An opensource alternative to shoutcast that supports mp3 and ogg streaming" HOMEPAGE="http://www.icecast.org/" SRC_URI="http://svn.xiph.org/releases/icecast/${P}.tar.gz" diff --git a/net-misc/icecast/icecast-2.1.0.ebuild b/net-misc/icecast/icecast-2.1.0.ebuild new file mode 100644 index 000000000000..dda6a4675fef --- /dev/null +++ b/net-misc/icecast/icecast-2.1.0.ebuild @@ -0,0 +1,43 @@ +# 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.1.0.ebuild,v 1.1 2004/11/05 23:38:04 chriswhite Exp $ + +IUSE="doc yp" + +inherit eutils + +DESCRIPTION="An opensource alternative to shoutcast that supports mp3 and ogg streaming" +HOMEPAGE="http://www.icecast.org/" +SRC_URI="http://svn.xiph.org/releases/icecast/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="dev-libs/libxslt + media-libs/libogg + media-libs/libvorbis + yp? ( net-misc/curl )" + +src_compile() { + + econf \ + --sysconfdir=/etc/icecast2 \ + $(use_enable yp) \ + ${myconf} || die "configure failed" + + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS README TODO HACKING NEWS conf/icecast.xml.dist + use doc && dohtml -A chm,hhc,hhp doc/* + + exeinto /etc/init.d + newexe ${FILESDIR}/init.d.icecast icecast + + fperms 600 /etc/icecast2/icecast.xml + + rm -rf ${D}/usr/share/doc/icecast +} |