diff options
author | 2004-03-04 06:23:43 +0000 | |
---|---|---|
committer | 2004-03-04 06:23:43 +0000 | |
commit | 1b9dbae01956daea4ba79d11d41cad80be471af5 (patch) | |
tree | 5c62716f8f92d3678efa4aa6ffbc284613cc7040 /media-sound | |
parent | stable on ppc (Manifest recommit) (diff) | |
download | gentoo-2-1b9dbae01956daea4ba79d11d41cad80be471af5.tar.gz gentoo-2-1b9dbae01956daea4ba79d11d41cad80be471af5.tar.bz2 gentoo-2-1b9dbae01956daea4ba79d11d41cad80be471af5.zip |
closing out bug #41471, marking this x86.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpd/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mpd/files/mpd.rc6 | 6 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.9.4.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog index fc930b6f9b47..5d673ac6d07c 100644 --- a/media-sound/mpd/ChangeLog +++ b/media-sound/mpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mpd # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.13 2004/03/03 15:16:21 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.14 2004/03/04 06:23:43 ferringb Exp $ + + 04 Mar 2004; Brian Harring <ferringb@gentoo.org> mpd-0.9.4.ebuild, + files/mpd.rc6: + Bumping to stable on x86, adding ~amd64 keywording. *mpd-0.10.0 (03 Mar 2004) diff --git a/media-sound/mpd/files/mpd.rc6 b/media-sound/mpd/files/mpd.rc6 index 7fe81b858aa3..da49aee28b20 100644 --- a/media-sound/mpd/files/mpd.rc6 +++ b/media-sound/mpd/files/mpd.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc6,v 1.3 2004/03/03 15:16:21 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd.rc6,v 1.4 2004/03/04 06:23:43 ferringb Exp $ depend() { need localmount @@ -23,9 +23,9 @@ checkconfig() { start() { ebegin "Starting Music Player Daemon" - if [ -f "/etc/mpd.conf" ] || [ -f "~/.mpd/mpdconf" ] + if [ -f "/etc/mpd.conf" ] then - /usr/bin/mpd + /usr/bin/mpd /etc/mpd.conf else checkconfig || return 1 /usr/bin/mpd ${PORT} \ diff --git a/media-sound/mpd/mpd-0.9.4.ebuild b/media-sound/mpd/mpd-0.9.4.ebuild index 159b4777cef7..4c92319eddea 100644 --- a/media-sound/mpd/mpd-0.9.4.ebuild +++ b/media-sound/mpd/mpd-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.9.4.ebuild,v 1.1 2004/01/21 05:47:55 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.9.4.ebuild,v 1.2 2004/03/04 06:23:43 ferringb Exp $ IUSE="oggvorbis mad" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" RESTRICT="nomirror" HOMEPAGE="http://www.musicpd.org" -KEYWORDS="~x86" +KEYWORDS="x86 ~amd64" SLOT="0" LICENSE="GPL-2" |