diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-12-07 21:26:17 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-12-07 21:26:17 +0000 |
commit | c62540f2b91b9ba4b48404bb6e01149c904b7e70 (patch) | |
tree | 6e450732e050aeb27d44d64b4e45235f6fd6b9dd /app-shells/sash | |
parent | New, ffmpeg is a tool for recording, streaming, and encoding video files (diff) | |
download | gentoo-2-c62540f2b91b9ba4b48404bb6e01149c904b7e70.tar.gz gentoo-2-c62540f2b91b9ba4b48404bb6e01149c904b7e70.tar.bz2 gentoo-2-c62540f2b91b9ba4b48404bb6e01149c904b7e70.zip |
various (mainly download and digest) fixes
Diffstat (limited to 'app-shells/sash')
-rw-r--r-- | app-shells/sash/sash-3.4-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-shells/sash/sash-3.4-r3.ebuild b/app-shells/sash/sash-3.4-r3.ebuild index e180bd15742f..9fe3f73dc9ac 100644 --- a/app-shells/sash/sash-3.4-r3.ebuild +++ b/app-shells/sash/sash-3.4-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.4 2001/11/10 03:07:01 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.5 2001/12/07 21:26:17 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="A small UNIX Shell with readline suppport" @@ -16,7 +16,6 @@ RDEPEND="" fi HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/" -SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${A}" src_unpack() { unpack ${P}.tar.gz |