summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2010-09-11 14:05:53 +0000
committerChristoph Mende <angelos@gentoo.org>2010-09-11 14:05:53 +0000
commitb87d8f76888f29843ba6121421cc67e4ccaa1387 (patch)
treefef2b10ab55b825cfc22d8fefe9181f8265415b3 /media-sound
parentMarked ~ppc (bug #333941). (diff)
downloadgentoo-2-b87d8f76888f29843ba6121421cc67e4ccaa1387.tar.gz
gentoo-2-b87d8f76888f29843ba6121421cc67e4ccaa1387.tar.bz2
gentoo-2-b87d8f76888f29843ba6121421cc67e4ccaa1387.zip
Fix init script installation (bug #336805)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mpd/ChangeLog8
-rw-r--r--media-sound/mpd/mpd-0.15.12-r2.ebuild (renamed from media-sound/mpd/mpd-0.15.12-r1.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog
index 9c4f6ff8aee4..718b1cac633b 100644
--- a/media-sound/mpd/ChangeLog
+++ b/media-sound/mpd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/mpd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.209 2010/09/11 13:58:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.210 2010/09/11 14:05:53 angelos Exp $
+
+*mpd-0.15.12-r2 (06 Sep 2010)
+
+ 06 Sep 2010; <angelos@gentoo.org> -mpd-0.15.12-r1.ebuild,
+ +mpd-0.15.12-r2.ebuild:
+ Fix init script installation (bug #336805)
11 Sep 2010; Jeroen Roovers <jer@gentoo.org> mpd-0.15.12.ebuild,
mpd-0.15.12-r1.ebuild:
diff --git a/media-sound/mpd/mpd-0.15.12-r1.ebuild b/media-sound/mpd/mpd-0.15.12-r2.ebuild
index 6144f25db5c5..7ce6a2238a8b 100644
--- a/media-sound/mpd/mpd-0.15.12-r1.ebuild
+++ b/media-sound/mpd/mpd-0.15.12-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.12-r1.ebuild,v 1.2 2010/09/11 13:58:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.15.12-r2.ebuild,v 1.1 2010/09/11 14:05:53 angelos Exp $
EAPI=2
inherit eutils flag-o-matic multilib
@@ -120,7 +120,7 @@ src_install() {
insinto /etc
newins doc/mpdconf.example mpd.conf
- newinitd "${FILESDIR}"/mpd-r1.rc mpd
+ newinitd "${FILESDIR}"/mpd.init mpd
if use unicode; then
dosed 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' \