summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-09-09 15:45:45 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-09-09 15:45:45 +0000
commit3db00a6c8c0b9e647a685eb516ae2dd72c88eb61 (patch)
treed51b0b35ab8fdea240ae9a25f985ce73f884ad93 /media-sound/mpd
parentMasking 2.x branch of app-vim/genutils as it makes changes to how it operates... (diff)
downloadgentoo-2-3db00a6c8c0b9e647a685eb516ae2dd72c88eb61.tar.gz
gentoo-2-3db00a6c8c0b9e647a685eb516ae2dd72c88eb61.tar.bz2
gentoo-2-3db00a6c8c0b9e647a685eb516ae2dd72c88eb61.zip
Display correct path to example config file in postinst. Closes bug #145822, reported by Ludvig Ericson <ludvig.ericson at gmail.com>.
(Portage version: 2.1.1_rc1-r4)
Diffstat (limited to 'media-sound/mpd')
-rw-r--r--media-sound/mpd/ChangeLog7
-rw-r--r--media-sound/mpd/mpd-0.12.0_rc1.ebuild4
-rw-r--r--media-sound/mpd/mpd-0.12.0_rc2.ebuild4
-rw-r--r--media-sound/mpd/mpd-0.12.0_rc3.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog
index 06b52b290cd5..4c9767f26055 100644
--- a/media-sound/mpd/ChangeLog
+++ b/media-sound/mpd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/mpd
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.77 2006/08/28 21:01:38 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.78 2006/09/09 15:45:45 ticho Exp $
+
+ 09 Sep 2006; <ticho@gentoo.org> mpd-0.12.0_rc1.ebuild,
+ mpd-0.12.0_rc2.ebuild, mpd-0.12.0_rc3.ebuild:
+ Display correct path to example config file in postinst. Closes bug #145822,
+ reported by Ludvig Ericson <ludvig.ericson at gmail.com>.
28 Aug 2006; Andrej Kacian <ticho@gentoo.org> files/mpd-0.12.rc6:
"use esound" in the new initscript. Closes bug #142613, reported by Andrzej
diff --git a/media-sound/mpd/mpd-0.12.0_rc1.ebuild b/media-sound/mpd/mpd-0.12.0_rc1.ebuild
index 6cf18180335e..56e2cbebd3fe 100644
--- a/media-sound/mpd/mpd-0.12.0_rc1.ebuild
+++ b/media-sound/mpd/mpd-0.12.0_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.0_rc1.ebuild,v 1.4 2006/08/28 16:49:20 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.0_rc1.ebuild,v 1.5 2006/09/09 15:45:45 ticho Exp $
inherit eutils
@@ -129,7 +129,7 @@ pkg_postinst() {
upgrade_warning
elog "If you are upgrading from 0.11.x, check the configuration file carefully,"
elog "the format has changed. See the example config file installed as"
- elog "/usr/share/doc/mpd-0.12.0_rc1/mpdconf.example.gz, and mpd.conf manual page."
+ elog "/usr/share/doc/${PF}/mpdconf.example.gz, and mpd.conf manual page."
elog ""
elog "Please make sure that MPD's pid_file is set to /var/run/mpd/mpd.pid."
}
diff --git a/media-sound/mpd/mpd-0.12.0_rc2.ebuild b/media-sound/mpd/mpd-0.12.0_rc2.ebuild
index ae43b7497bdf..3f11115a800b 100644
--- a/media-sound/mpd/mpd-0.12.0_rc2.ebuild
+++ b/media-sound/mpd/mpd-0.12.0_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.0_rc2.ebuild,v 1.2 2006/08/28 16:49:20 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.0_rc2.ebuild,v 1.3 2006/09/09 15:45:45 ticho Exp $
inherit eutils
@@ -129,7 +129,7 @@ pkg_postinst() {
upgrade_warning
elog "If you are upgrading from 0.11.x, check the configuration file carefully,"
elog "the format has changed. See the example config file installed as"
- elog "/usr/share/doc/mpd-0.12.0_rc1/mpdconf.example.gz, and mpd.conf manual page."
+ elog "/usr/share/doc/${PF}/mpdconf.example.gz, and mpd.conf manual page."
elog ""
elog "Please make sure that MPD's pid_file is set to /var/run/mpd/mpd.pid."
}
diff --git a/media-sound/mpd/mpd-0.12.0_rc3.ebuild b/media-sound/mpd/mpd-0.12.0_rc3.ebuild
index 4f021fa370f4..ba4f8ade6a0c 100644
--- a/media-sound/mpd/mpd-0.12.0_rc3.ebuild
+++ b/media-sound/mpd/mpd-0.12.0_rc3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.0_rc3.ebuild,v 1.2 2006/08/28 16:49:20 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.0_rc3.ebuild,v 1.3 2006/09/09 15:45:45 ticho Exp $
inherit eutils
@@ -126,7 +126,7 @@ pkg_postinst() {
upgrade_warning
elog "If you are upgrading from 0.11.x, check the configuration file carefully,"
elog "the format has changed. See the example config file installed as"
- elog "/usr/share/doc/mpd-0.12.0_rc1/mpdconf.example.gz, and mpd.conf manual page."
+ elog "/usr/share/doc/${PF}/mpdconf.example.gz, and mpd.conf manual page."
elog ""
elog "Please make sure that MPD's pid_file is set to /var/run/mpd/mpd.pid."
}