summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/icecast')
-rw-r--r--net-misc/icecast/ChangeLog6
-rw-r--r--net-misc/icecast/icecast-2.2.0.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog
index b5d17f39a4c8..95544fe9438f 100644
--- a/net-misc/icecast/ChangeLog
+++ b/net-misc/icecast/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/icecast
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.51 2005/08/24 16:25:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.52 2005/09/01 23:56:55 flameeyes Exp $
+
+ 01 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> icecast-2.2.0.ebuild:
+ Remove doc useflag, always install user docs, fixes #95653. Install man page
+ from debian, close #95655. Use newinitd.
24 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> icecast-2.2.0.ebuild:
epatch does not need die.
diff --git a/net-misc/icecast/icecast-2.2.0.ebuild b/net-misc/icecast/icecast-2.2.0.ebuild
index 2c676f80f33e..c313ce1f97a6 100644
--- a/net-misc/icecast/icecast-2.2.0.ebuild
+++ b/net-misc/icecast/icecast-2.2.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.2.0.ebuild,v 1.5 2005/08/24 16:25:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.2.0.ebuild,v 1.6 2005/09/01 23:56:55 flameeyes Exp $
-IUSE="doc yp"
+IUSE="yp"
inherit eutils
@@ -39,10 +39,10 @@ src_compile() {
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/*
+ dohtml -A chm,hhc,hhp doc/*
+ doman ${S}/debian/icecast2.1
- exeinto /etc/init.d
- newexe ${FILESDIR}/init.d.icecast icecast
+ newinitd ${FILESDIR}/init.d.icecast icecast
fperms 600 /etc/icecast2/icecast.xml