diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:04:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-11 01:04:12 +0000 |
commit | 580bb5f0084cb516670480a3cad4d02afb6c2596 (patch) | |
tree | 5cfdb22ed4a129fecdf405b8baadcef4c42d57a4 /app-shells/scsh | |
parent | repoman: fix leading whitespace (diff) | |
download | historical-580bb5f0084cb516670480a3cad4d02afb6c2596.tar.gz historical-580bb5f0084cb516670480a3cad4d02afb6c2596.tar.bz2 historical-580bb5f0084cb516670480a3cad4d02afb6c2596.zip |
repoman: fix leading whitespace
Diffstat (limited to 'app-shells/scsh')
-rw-r--r-- | app-shells/scsh/Manifest | 2 | ||||
-rw-r--r-- | app-shells/scsh/scsh-0.6.1-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/scsh/Manifest b/app-shells/scsh/Manifest index 12f4883f7a50..a16eb6e2a759 100644 --- a/app-shells/scsh/Manifest +++ b/app-shells/scsh/Manifest @@ -1,5 +1,5 @@ MD5 638f7504455e1799ad500302cc5b33e8 ChangeLog 1639 -MD5 8e9a024b88a586903829244e0db62fbe scsh-0.6.1-r1.ebuild 1239 +MD5 32f099d94eb5f584ba13c24dbe287b83 scsh-0.6.1-r1.ebuild 1220 MD5 07e2ecfd9b144011ccbe21872a89764c scsh-0.6.3.ebuild 987 MD5 b7e39b230ea1a68dc05f0fffc89718b8 scsh-0.6.4.ebuild 986 MD5 13ee0eae9052df37dccd3543b4f6afb5 files/digest-scsh-0.6.1-r1 63 diff --git a/app-shells/scsh/scsh-0.6.1-r1.ebuild b/app-shells/scsh/scsh-0.6.1-r1.ebuild index befd798fc0a7..1f9a14d93104 100644 --- a/app-shells/scsh/scsh-0.6.1-r1.ebuild +++ b/app-shells/scsh/scsh-0.6.1-r1.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-shells/scsh/scsh-0.6.1-r1.ebuild,v 1.12 2003/03/01 04:01:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.1-r1.ebuild,v 1.13 2003/09/11 01:03:59 msterret Exp $ DESCRIPTION="Unix shell embedded in Scheme" SRC_URI="ftp://ftp.scsh.net/pub/scsh/0.6/${P}.tar.gz" @@ -17,7 +17,7 @@ src_compile() { --libdir=/usr/lib \ --includedir=/usr/include \ || die - make || die + make || die } src_install() { @@ -26,7 +26,7 @@ src_install() { htmldir=${D}/usr/share/doc/${PF}/html \ incdir=${D}/usr/include \ mandir=${D}/usr/share/man/man1 \ - libdir=${D}/usr/lib \ + libdir=${D}/usr/lib \ || die dodoc RELEASE |