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 | 4c27f23d0ab951fc0f57797c17a7479b57d4ec24 (patch) | |
tree | 35de14d130f3982c83122a8f8508c2ab7a125ce4 | |
parent | version bump to 1.4.0 rc2 in the 1.4 family (diff) | |
download | historical-4c27f23d0ab951fc0f57797c17a7479b57d4ec24.tar.gz historical-4c27f23d0ab951fc0f57797c17a7479b57d4ec24.tar.bz2 historical-4c27f23d0ab951fc0f57797c17a7479b57d4ec24.zip |
Remove doc useflag, always install user docs, fixes #95653. Install man page from debian, close #95655. Use newinitd.
Package-Manager: portage-2.0.51.22
-rw-r--r-- | net-misc/icecast/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/icecast/Manifest | 10 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.2.0.ebuild | 10 |
3 files changed, 15 insertions, 11 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/Manifest b/net-misc/icecast/Manifest index 5f8079ce04a2..f347252c526f 100644 --- a/net-misc/icecast/Manifest +++ b/net-misc/icecast/Manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 122115f6d532fe13d5ad53e5e097bd30 ChangeLog 7033 -MD5 12dcb7de496e004f4cecb4f76648e4ce icecast-2.2.0.ebuild 1156 +MD5 20d5786603be2710b8e75bc3409ee7fe ChangeLog 7231 +MD5 2c2b3c9ebae24f5549c6bf6b7b71a3db icecast-2.2.0.ebuild 1152 MD5 f0d6c4a492be7ed7ef6f3ee6a49cb2e0 icecast-2.1.0.ebuild 1068 MD5 f21d4be19306962df91c96bc5cfd7f8c icecast-2.0.2.ebuild 1113 MD5 5eff8bd7d69f53898b122ef0ce6d4019 icecast-2.0.1-r1.ebuild 1047 @@ -17,7 +17,7 @@ MD5 294ad1abe0a9f4abc496f53e158695be files/init.d.icecast 357 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDDJ+Fj5H05b2HAEkRAl1cAKCYFasPZNChDBymS91m5qDETMzKIACePCdx -Hxtr1JKGyzrHKceMBeF050Y= -=c7EO +iD8DBQFDF5Vgj5H05b2HAEkRAj3gAKCixm6u96rfj8nJ+ARgWFH8M5rV/QCeOmsB +VH0J4pZMYsGgXOQpKI3NhWM= +=7BoR -----END PGP SIGNATURE----- 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 |