diff options
author | 2003-09-07 00:06:43 +0000 | |
---|---|---|
committer | 2003-09-07 00:06:43 +0000 | |
commit | cad3ca99bdcde520d972cb95fa50f6d3f729c8ad (patch) | |
tree | f0a0b4f1b524b02a8d5f97676c3ce66ee81788df /media-sound/rcenter/rcenter-0.6.1.ebuild | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.gz gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.bz2 gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/rcenter/rcenter-0.6.1.ebuild')
-rw-r--r-- | media-sound/rcenter/rcenter-0.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/rcenter/rcenter-0.6.1.ebuild b/media-sound/rcenter/rcenter-0.6.1.ebuild index bdebcb26a38d..84d060ddbdd6 100644 --- a/media-sound/rcenter/rcenter-0.6.1.ebuild +++ b/media-sound/rcenter/rcenter-0.6.1.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/rcenter/rcenter-0.6.1.ebuild,v 1.2 2003/07/12 20:30:57 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rcenter/rcenter-0.6.1.ebuild,v 1.3 2003/09/07 00:06:06 msterret Exp $ DESCRIPTION="Rcenter - A program to control the EMU10K Remote Control" HOMEPAGE="http://rooster.stanford.edu/~ben/projects/rcenter.php" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="" -# ONLY the emu10k1 drivers are tested . May work with alsa +# ONLY the emu10k1 drivers are tested . May work with alsa RDEPEND="emu10k1" S=${WORKDIR}/${P} @@ -23,7 +23,7 @@ src_install() { dobin rcenter dodir /usr/share/rcenter cp -R config ${D}/usr/share/rcenter/ - dodoc HISTORY LICENSE README + dodoc HISTORY LICENSE README } pkg_postinst() { |