diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | 235c12eb61e7ea0773a7da494815aabea6de447b (patch) | |
tree | fcbb6dd43d436da6f03d530a95774df55869142e /app-text/sloccount | |
parent | digest (diff) | |
download | historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.gz historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.bz2 historical-235c12eb61e7ea0773a7da494815aabea6de447b.zip |
whitespace cleanup
Diffstat (limited to 'app-text/sloccount')
-rw-r--r-- | app-text/sloccount/Manifest | 4 | ||||
-rw-r--r-- | app-text/sloccount/sloccount-2.22.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-text/sloccount/Manifest b/app-text/sloccount/Manifest index 3ad66ddbf064..fb6de4ac2b20 100644 --- a/app-text/sloccount/Manifest +++ b/app-text/sloccount/Manifest @@ -1,4 +1,4 @@ +MD5 0d3275483c06570154196e1657b188be sloccount-2.22.ebuild 1039 +MD5 6252a8cdd140057484cb51355034fca2 ChangeLog 482 MD5 f0620a7ad11d6c60a8098c7d253c434f files/digest-sloccount-2.22 66 MD5 2662f30ed5969d9f7cedd6b0addf196b files/sloccount-2.22-libexec.patch 2324 -MD5 f280299d6ab8430bc3bf1de8a86bd532 sloccount-2.22.ebuild 1045 -MD5 6252a8cdd140057484cb51355034fca2 ChangeLog 482 diff --git a/app-text/sloccount/sloccount-2.22.ebuild b/app-text/sloccount/sloccount-2.22.ebuild index 9da1ebe34143..66b0115cd9b3 100644 --- a/app-text/sloccount/sloccount-2.22.ebuild +++ b/app-text/sloccount/sloccount-2.22.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/app-text/sloccount/sloccount-2.22.ebuild,v 1.4 2003/08/05 15:56:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.5 2003/09/05 22:37:22 msterret Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="x86" DEPEND="dev-lang/perl >=sys-apps/sed-4 - app-shells/bash" + app-shells/bash" src_unpack() { unpack ${A} @@ -23,7 +23,7 @@ src_unpack() { # Patch to move most of the executables out of /usr/bin # and into /usr/libexec/sloccount to avoid conflicts. epatch ${FILESDIR}/${P}-libexec.patch - + sed -i \ -e "/^CC/ { s/$/ ${CFLAGS}/g }" \ -e "/^DOC_DIR/ { s/-\$(RPM_VERSION)//g }" \ |