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/ripperx | |
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/ripperx')
-rw-r--r-- | media-sound/ripperx/Manifest | 8 | ||||
-rw-r--r-- | media-sound/ripperx/ripperx-2.3.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/ripperx/Manifest b/media-sound/ripperx/Manifest index dee5ff37df51..0524862e4f45 100644 --- a/media-sound/ripperx/Manifest +++ b/media-sound/ripperx/Manifest @@ -1,7 +1,7 @@ +MD5 b1ddf3626cce46dc7d37aefa20e8c76d ChangeLog 883 +MD5 9c7eede61111cd2027bf86d74d519e81 ripperx-2.3.ebuild 1058 +MD5 24989c48de072a7f51498eef9aa12107 ripperx-2.4.ebuild 997 +MD5 231e4025db93f3e618fe6e8ece6a9560 ripperx-2.5.ebuild 997 MD5 e7b366801eb77e3f9ce37e94c38f3921 files/digest-ripperx-2.3 63 MD5 cde7a0c5632fd107a4b222325b024add files/digest-ripperx-2.4 63 MD5 db9ba9f39ab32790cadebbe948abed3a files/digest-ripperx-2.5 63 -MD5 93e152a45b6058746d7b11b22555bac5 ripperx-2.3.ebuild 1057 -MD5 24989c48de072a7f51498eef9aa12107 ripperx-2.4.ebuild 997 -MD5 b1ddf3626cce46dc7d37aefa20e8c76d ChangeLog 883 -MD5 231e4025db93f3e618fe6e8ece6a9560 ripperx-2.5.ebuild 997 diff --git a/media-sound/ripperx/ripperx-2.3.ebuild b/media-sound/ripperx/ripperx-2.3.ebuild index 46175893cf46..a1d3479a140b 100644 --- a/media-sound/ripperx/ripperx-2.3.ebuild +++ b/media-sound/ripperx/ripperx-2.3.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/ripperx/ripperx-2.3.ebuild,v 1.6 2003/02/13 13:18:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ripperx/ripperx-2.3.ebuild,v 1.7 2003/09/07 00:06:06 msterret Exp $ MY_P=${P/x/X} S=${WORKDIR}/${MY_P} @@ -23,7 +23,7 @@ src_unpack () { src_compile () { cd ${S} - ./configure + ./configure emake || die } |