summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-03-26 03:17:00 +0000
committerDon Seiler <rizzo@gentoo.org>2004-03-26 03:17:00 +0000
commitbb8d6bec28d54949333d9074f35ed1f826949dd7 (patch)
tree4124e0a31dad7d475f2248e123db84f551eac580 /x11-plugins/gaim-xmms-remote
parentCorrecting gaim version dependency. (diff)
downloadhistorical-bb8d6bec28d54949333d9074f35ed1f826949dd7.tar.gz
historical-bb8d6bec28d54949333d9074f35ed1f826949dd7.tar.bz2
historical-bb8d6bec28d54949333d9074f35ed1f826949dd7.zip
Adding in docs
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
-rw-r--r--x11-plugins/gaim-xmms-remote/Manifest2
-rw-r--r--x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild3
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest
index 215d1bab1347..87bac92fc6dd 100644
--- a/x11-plugins/gaim-xmms-remote/Manifest
+++ b/x11-plugins/gaim-xmms-remote/Manifest
@@ -1,4 +1,4 @@
-MD5 5a9d8db8bcacc940d89142d72c738ab5 gaim-xmms-remote-1.0.ebuild 805
+MD5 8021bbc8ad50efeda5a38fe65077405a gaim-xmms-remote-1.0.ebuild 866
MD5 996b09b1d6f15b5f20dd067d59463a9c ChangeLog 383
MD5 dc59d3fab14b084056bc1b0faec90778 metadata.xml 574
MD5 d59f874a4e1790cff7ae95e5a559caf4 files/digest-gaim-xmms-remote-1.0 72
diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild
index efd4ee271c2c..2e79d50996b9 100644
--- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild
+++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.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/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild,v 1.1 2004/03/26 03:10:59 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild,v 1.2 2004/03/26 03:17:00 rizzo Exp $
DESCRIPTION="Gaim XMMS Remote is a Gaim plugin that lets you control XMMS from within gaim."
@@ -27,4 +27,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
}