diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-09 21:29:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-09 21:29:17 +0000 |
commit | b7f56e731cba9a1c52e1b89a0b865f9d429060a3 (patch) | |
tree | c3ce91fa286682c337bfc9233218bf8b66d94bd3 /net-misc/icecast | |
parent | dependency change only (diff) | |
download | gentoo-2-b7f56e731cba9a1c52e1b89a0b865f9d429060a3.tar.gz gentoo-2-b7f56e731cba9a1c52e1b89a0b865f9d429060a3.tar.bz2 gentoo-2-b7f56e731cba9a1c52e1b89a0b865f9d429060a3.zip |
cleanups
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/ChangeLog | 4 | ||||
-rw-r--r-- | net-misc/icecast/files/digest-icecast-1.3.11 | 1 | ||||
-rw-r--r-- | net-misc/icecast/files/digest-icecast-1.3.12 | 1 | ||||
-rw-r--r-- | net-misc/icecast/icecast-1.3.11.ebuild | 32 | ||||
-rw-r--r-- | net-misc/icecast/icecast-1.3.12-r1.ebuild | 43 | ||||
-rw-r--r-- | net-misc/icecast/icecast-1.3.12.ebuild | 35 |
6 files changed, 18 insertions, 98 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 09d869a4eec1..113cd1ec428e 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,9 +1,7 @@ # ChangeLog for net-misc/icecast # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.7 2002/12/13 11:00:11 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.8 2003/01/09 21:29:17 vapier Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *icecast-1.3.12-r1 (23 Jul 2002) 23 Jul 2002; Nick Hadaway <raker@gentoo.org> diff --git a/net-misc/icecast/files/digest-icecast-1.3.11 b/net-misc/icecast/files/digest-icecast-1.3.11 deleted file mode 100644 index 8a4a92a561a1..000000000000 --- a/net-misc/icecast/files/digest-icecast-1.3.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 20d3b21829bc450c19607ee39ccb0e6c icecast-1.3.11.tar.gz 267709 diff --git a/net-misc/icecast/files/digest-icecast-1.3.12 b/net-misc/icecast/files/digest-icecast-1.3.12 deleted file mode 100644 index 12bd2d747ed3..000000000000 --- a/net-misc/icecast/files/digest-icecast-1.3.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 69ba36d30722884ea538b70628f1de80 icecast-1.3.12.tar.gz 269822 diff --git a/net-misc/icecast/icecast-1.3.11.ebuild b/net-misc/icecast/icecast-1.3.11.ebuild deleted file mode 100644 index d2ae9c746c07..000000000000 --- a/net-misc/icecast/icecast-1.3.11.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header $ - -S=${WORKDIR}/${P} -DESCRIPTION="Icecast is an Internet based broadcasting system based on the Mpeg Layer III streaming technology." -SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" -HOMEPAGE="http://www.icecast.org" -KEYWORDS="x86 sparc " -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/glibc" - -src_compile() { - - ./configure --with-libwrap \ - --with-crypt \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --host=${CHOST} || die - - emake || die -} - - -src_install () { - - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS CHANGES COPYING FAQ INSTALL README TESTED TODO - -} diff --git a/net-misc/icecast/icecast-1.3.12-r1.ebuild b/net-misc/icecast/icecast-1.3.12-r1.ebuild index c0b3f14c2e7a..25be37652079 100644 --- a/net-misc/icecast/icecast-1.3.12-r1.ebuild +++ b/net-misc/icecast/icecast-1.3.12-r1.ebuild @@ -1,46 +1,38 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-1.3.12-r1.ebuild,v 1.4 2003/01/09 21:29:05 vapier Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="Icecast is an Internet based broadcasting system based on the Mpeg Layer III streaming technology." +DESCRIPTION="Internet based broadcasting system based on the mpeg3 streaming technology" SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" -HOMEPAGE="http://www.icecast.org" -KEYWORDS="x86 -ppc -sparc " +HOMEPAGE="http://www.icecast.org/" + +KEYWORDS="x86 -ppc sparc" LICENSE="GPL-2" SLOT="0" +IUSE="crypt" DEPEND="virtual/glibc" src_unpack() { - unpack ${A} cd ${S} - patch -p1 < ${FILESDIR}/variables.diff - + patch -p1 < ${FILESDIR}/variables.diff || die } src_compile() { - - local myconf - - use crypt && myconf="--with-crypt" || myconf="--without-crypt" - - ./configure --with-libwrap \ - ${myconf} \ - --prefix=/usr \ - --sysconfdir=/etc/icecast \ - --localstatedir=/var \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --host=${CHOST} || die "configure failed" - + ./configure \ + `use_with crypt` \ + --with-libwrap \ + --prefix=/usr \ + --sysconfdir=/etc/icecast \ + --localstatedir=/var \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --host=${CHOST} || die "configure failed" emake || die "emake failed" } - -src_install () { - +src_install() { make DESTDIR=${D} \ ICECAST_BINDIR=/usr/bin \ ICECAST_DOCDIR=/usr/share/doc/${P} \ @@ -54,6 +46,5 @@ src_install () { 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-1.3.12.ebuild b/net-misc/icecast/icecast-1.3.12.ebuild deleted file mode 100644 index 2711fce5a774..000000000000 --- a/net-misc/icecast/icecast-1.3.12.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header $ - -S=${WORKDIR}/${P} -DESCRIPTION="Icecast is an Internet based broadcasting system based on the Mpeg Layer III streaming technology." -SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" -HOMEPAGE="http://www.icecast.org" -KEYWORDS="x86 sparc " -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/glibc" - -src_compile() { - - local myconf - - use crypt && myconf="--with-crypt" || myconf="--without-crypt" - - ./configure --with-libwrap \ - ${myconf} \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --host=${CHOST} || die - - emake || die -} - - -src_install () { - - make DESTDIR=${D} install || die - dodoc AUTHORS BUGS CHANGES COPYING FAQ INSTALL README TESTED TODO -} |