diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-03-26 03:17:00 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-03-26 03:17:00 +0000 |
commit | 5c42a421bc7a8a0711c2b6bbdcb35b4595d90878 (patch) | |
tree | f81d19c5dfa795804922fc37d86fd34b7325a8d7 /x11-plugins | |
parent | Correcting gaim version dependency. (Manifest recommit) (diff) | |
download | gentoo-2-5c42a421bc7a8a0711c2b6bbdcb35b4595d90878.tar.gz gentoo-2-5c42a421bc7a8a0711c2b6bbdcb35b4595d90878.tar.bz2 gentoo-2-5c42a421bc7a8a0711c2b6bbdcb35b4595d90878.zip |
Adding in docs
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |