diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
commit | 8f5142ea9ceeb00cdd1e277d40d247511ba34a8a (patch) | |
tree | db09e00b77544a404c21b25ea239a9a054c39580 /app-shells/ccsh | |
parent | Update version (diff) | |
download | gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.gz gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.bz2 gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-shells/ccsh')
-rw-r--r-- | app-shells/ccsh/Manifest | 2 | ||||
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/ccsh/Manifest b/app-shells/ccsh/Manifest index af0830fa4204..e7f18106a48e 100644 --- a/app-shells/ccsh/Manifest +++ b/app-shells/ccsh/Manifest @@ -1,3 +1,3 @@ MD5 e28c585817f8654881f056c37d3ef955 ChangeLog 991 -MD5 1dda556bd9fc56f64eb7aa28e85d3447 ccsh-0.0.4-r2.ebuild 692 +MD5 1541f6d3aafaade342dc33da07931c41 ccsh-0.0.4-r2.ebuild 662 MD5 bcdb4d727a2f1b9689ea019a064c0bc7 files/digest-ccsh-0.0.4-r2 61 diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild index ae42b9bc4bdf..0188f5730e02 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r2.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/ccsh/ccsh-0.0.4-r2.ebuild,v 1.11 2003/02/13 09:28:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.12 2003/09/06 22:23:39 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="UNIX Shell for people already familiar with the C language" @@ -13,11 +13,11 @@ LICENSE="GPL-2" DEPEND="virtual/glibc" src_compile() { - + make CFLAGS="${CFLAGS}" all } -src_install() { +src_install() { into / dobin ccsh |