summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-09-21 02:17:17 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-09-21 02:17:17 +0000
commita5ca7a88eb65d74acc7dd213f7e5c011e0359b25 (patch)
treeaaad98a2d522e292df044641818f850f6253033c /media-sound/mpd
parentVersion bump and clean up. Closes 27331. (diff)
downloadhistorical-a5ca7a88eb65d74acc7dd213f7e5c011e0359b25.tar.gz
historical-a5ca7a88eb65d74acc7dd213f7e5c011e0359b25.tar.bz2
historical-a5ca7a88eb65d74acc7dd213f7e5c011e0359b25.zip
Version bump and clean up. Closes 27331.
Diffstat (limited to 'media-sound/mpd')
-rw-r--r--media-sound/mpd/Manifest6
-rw-r--r--media-sound/mpd/files/digest-mpd-0.8.51
-rw-r--r--media-sound/mpd/files/digest-mpd-0.8.71
-rw-r--r--media-sound/mpd/mpd-0.8.7.ebuild (renamed from media-sound/mpd/mpd-0.8.5.ebuild)4
4 files changed, 5 insertions, 7 deletions
diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index 36878be062d0..9be2d9ec9d55 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,5 +1,3 @@
-MD5 c9b7a7aad5697336d94ca1c0fec6e0db ChangeLog 869
-MD5 c9679b948dd6a1e7609862f36b057090 mpd-0.8.7.ebuild 1111
-MD5 2f7cb1cdc4d331c61047f1d7db53105c mpd-0.8.5.ebuild 1099
+MD5 36b0b4e5989fd29d656f738151c774ce ChangeLog 1015
+MD5 fec2bd71cbde59bd5f0232513e74bf6d mpd-0.8.7.ebuild 1106
MD5 88a28930c8cdfa9864f50dc50505cb84 files/digest-mpd-0.8.7 61
-MD5 539bb2bf8ca735aad7c70580ef1bf3f0 files/digest-mpd-0.8.5 61
diff --git a/media-sound/mpd/files/digest-mpd-0.8.5 b/media-sound/mpd/files/digest-mpd-0.8.5
deleted file mode 100644
index d83b74c1e5e0..000000000000
--- a/media-sound/mpd/files/digest-mpd-0.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3671b9e87e401e55228fc0f479074518 mpd-0.8.5.tar.gz 719652
diff --git a/media-sound/mpd/files/digest-mpd-0.8.7 b/media-sound/mpd/files/digest-mpd-0.8.7
new file mode 100644
index 000000000000..71bbcd1ea681
--- /dev/null
+++ b/media-sound/mpd/files/digest-mpd-0.8.7
@@ -0,0 +1 @@
+MD5 94d92087622ea29fa273084457ecaa7f mpd-0.8.7.tar.gz 719752
diff --git a/media-sound/mpd/mpd-0.8.5.ebuild b/media-sound/mpd/mpd-0.8.7.ebuild
index 724dbf3613f4..14eb73281ba5 100644
--- a/media-sound/mpd/mpd-0.8.5.ebuild
+++ b/media-sound/mpd/mpd-0.8.7.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.8.5.ebuild,v 1.1 2003/08/18 10:29:31 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.8.7.ebuild,v 1.1 2003/09/21 02:17:12 jje Exp $
IUSE="oggvorbis mad"
@@ -34,7 +34,7 @@ src_compile() {
src_install() {
dobin mpd
-
+ doman mpd.1
dodoc mpdconf.example COMMANDS ChangeLog INSTALL README TODO UPGRADING
}