summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-11-19 17:08:33 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-11-19 17:08:33 +0000
commitf6e1d8d3003d884df2a87a2dc822e2bdfd745a27 (patch)
tree924818dcdf80b048b33227689b0a5924e5b9a3f4 /media-sound/mpd
parentadding init script. (diff)
downloadgentoo-2-f6e1d8d3003d884df2a87a2dc822e2bdfd745a27.tar.gz
gentoo-2-f6e1d8d3003d884df2a87a2dc822e2bdfd745a27.tar.bz2
gentoo-2-f6e1d8d3003d884df2a87a2dc822e2bdfd745a27.zip
adding short einfo
Diffstat (limited to 'media-sound/mpd')
-rw-r--r--media-sound/mpd/Manifest2
-rw-r--r--media-sound/mpd/mpd-0.9.3.ebuild6
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index e06dec4fc8f6..40016fd7d15a 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,6 +1,6 @@
MD5 5fb626bb31fce06423c51e3c2be6dd28 ChangeLog 1580
MD5 ab5e6f092e72a5e37250d833a4b574f1 mpd-0.9.2.ebuild 1189
-MD5 9173f58071b073cd39466ea2821ad6fa mpd-0.9.3.ebuild 1297
+MD5 e5ff06951dabed73840f6d7b52558483 mpd-0.9.3.ebuild 1416
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
MD5 cf61965ae8a57bd5520da8228bfd6e3b files/mpd.rc6 819
MD5 621f975dad77dfc05c74fd1310e0daa2 files/mpd.conf 161
diff --git a/media-sound/mpd/mpd-0.9.3.ebuild b/media-sound/mpd/mpd-0.9.3.ebuild
index bf2a0bf7d52b..802d0f723333 100644
--- a/media-sound/mpd/mpd-0.9.3.ebuild
+++ b/media-sound/mpd/mpd-0.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.3.ebuild,v 1.2 2003/11/19 17:06:35 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.9.3.ebuild,v 1.3 2003/11/19 17:08:28 mholzer Exp $
IUSE="oggvorbis mad"
@@ -48,4 +48,8 @@ src_install() {
pkg_postinst() {
einfo "libao has issues with the ALSA drivers, please refer to the FAQ"
einfo "http://musicpd.sourceforge.net/faq.php"
+ einfo
+ einfo " You need to set PORT, MUSIC_DIR, PLAYLIST_DIR,"
+ einfo " LOG_FILE and ERROR_FILE in /etc/conf.d/mpd"
+
}