diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
commit | 3bd80fb7cbc42963a37e52db6d80db15bd4515b1 (patch) | |
tree | 93d43eefdd828c6359224e630afb0faf639048ff /media-sound/saydate | |
parent | whitespace cleanup (diff) | |
download | historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.gz historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.bz2 historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/saydate')
-rw-r--r-- | media-sound/saydate/Manifest | 4 | ||||
-rw-r--r-- | media-sound/saydate/saydate-0.3.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/saydate/Manifest b/media-sound/saydate/Manifest index beb3cac10781..e72ecc30eb1f 100644 --- a/media-sound/saydate/Manifest +++ b/media-sound/saydate/Manifest @@ -1,3 +1,3 @@ -MD5 c4baaa6336b4a210aca4200e1a51afad files/digest-saydate-0.3.0 65 -MD5 a354b69c1a7f3bc0859d03682ae85754 saydate-0.3.0.ebuild 969 MD5 c0f3cb4c944ba3cd042177339a626aa0 ChangeLog 473 +MD5 dd54de7dd924cf1c9560c136f2e3298e saydate-0.3.0.ebuild 972 +MD5 c4baaa6336b4a210aca4200e1a51afad files/digest-saydate-0.3.0 65 diff --git a/media-sound/saydate/saydate-0.3.0.ebuild b/media-sound/saydate/saydate-0.3.0.ebuild index 449e6a90c744..a95213cb8524 100644 --- a/media-sound/saydate/saydate-0.3.0.ebuild +++ b/media-sound/saydate/saydate-0.3.0.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/saydate/saydate-0.3.0.ebuild,v 1.5 2003/07/12 20:30:58 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.6 2003/09/07 00:06:06 msterret Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A Linux shell program that talks the date and system uptime." @@ -23,7 +23,7 @@ src_install () { dodir /usr/share/saydate insinto /usr/share/saydate - doins ${S}/data/*.raw + doins ${S}/data/*.raw sed -i "s:/dev/audio:/dev/dsp:" ${S}/saydate sed -i "s:/dev/audio:/dev/dsp:" ${S}/au2raw |