diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-01 23:56:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-01 23:56:55 +0000 |
commit | ccdcb52f217e7ef22f41c860346d5d655da7e5f2 (patch) | |
tree | e2fb7ba13b53ea71a7f27d0f0b91a2eeb8b09ca6 /net-misc/icecast | |
parent | version bump to 1.4.0 rc2 in the 1.4 family (diff) | |
download | gentoo-2-ccdcb52f217e7ef22f41c860346d5d655da7e5f2.tar.gz gentoo-2-ccdcb52f217e7ef22f41c860346d5d655da7e5f2.tar.bz2 gentoo-2-ccdcb52f217e7ef22f41c860346d5d655da7e5f2.zip |
Remove doc useflag, always install user docs, fixes #95653. Install man page from debian, close #95655. Use newinitd.
(Portage version: 2.0.51.22)
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.2.0.ebuild | 10 |
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 |