diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 08:00:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-02-16 08:00:54 +0000 |
commit | a15e30291f0e78ebc97ee9dd136a29d1a6712235 (patch) | |
tree | f106561cb29eea4e1c2f0718684949adac9208c1 /media-sound/mpd/mpd-0.17.3.ebuild | |
parent | Stable for ppc, wrt bug #454798 (diff) | |
download | gentoo-2-a15e30291f0e78ebc97ee9dd136a29d1a6712235.tar.gz gentoo-2-a15e30291f0e78ebc97ee9dd136a29d1a6712235.tar.bz2 gentoo-2-a15e30291f0e78ebc97ee9dd136a29d1a6712235.zip |
Don't show elog messages always (#457596)
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-sound/mpd/mpd-0.17.3.ebuild')
-rw-r--r-- | media-sound/mpd/mpd-0.17.3.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/mpd/mpd-0.17.3.ebuild b/media-sound/mpd/mpd-0.17.3.ebuild index 1c4f16c4799c..614646c987d7 100644 --- a/media-sound/mpd/mpd-0.17.3.ebuild +++ b/media-sound/mpd/mpd-0.17.3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.17.3.ebuild,v 1.2 2013/01/16 08:20:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.17.3.ebuild,v 1.3 2013/02/16 08:00:54 pacho Exp $ EAPI=4 -inherit eutils flag-o-matic linux-info multilib systemd user +inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user DESCRIPTION="The Music Player Daemon (mpd)" HOMEPAGE="http://www.musicpd.org" @@ -88,6 +88,9 @@ pkg_setup() { } src_prepare() { + DOC_CONTENTS="If you will be starting mpd via /etc/init.d/mpd, please make + sure that MPD's pid_file is unset." + cp -f doc/mpdconf.example doc/mpdconf.dist || die "cp failed" epatch "${FILESDIR}"/${PN}-0.16.conf.patch @@ -185,11 +188,12 @@ src_install() { keepdir /var/lib/mpd/music dodir /var/lib/mpd/playlists keepdir /var/lib/mpd/playlists + + readme.gentoo_create_doc } pkg_postinst() { - elog "If you will be starting mpd via /etc/init.d/mpd, please make" - elog "sure that MPD's pid_file is unset." + readme.gentoo_print_elog # also change the homedir if the user has existed before usermod -d "/var/lib/mpd" mpd |