diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:14:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 01:14:27 +0000 |
commit | 3d3f0e4952c0061b64d837ed520a0d7ae7aa3e36 (patch) | |
tree | 098f57da1b851d51adf1675de3c556821e6b7cde /x11-wm/oroborus/oroborus-2.0.4-r1.ebuild | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-3d3f0e4952c0061b64d837ed520a0d7ae7aa3e36.tar.gz historical-3d3f0e4952c0061b64d837ed520a0d7ae7aa3e36.tar.bz2 historical-3d3f0e4952c0061b64d837ed520a0d7ae7aa3e36.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'x11-wm/oroborus/oroborus-2.0.4-r1.ebuild')
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.4-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild b/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild index 9ddd37ea9aec..232eef10d8ff 100644 --- a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild +++ b/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.15 2004/06/28 02:53:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.16 2004/07/15 01:14:27 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Yet another window manager" SRC_URI="http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/${P}.tar.gz" HOMEPAGE="http://www.kensden.pwp.blueyonder.co.uk/Oroborus" @@ -41,4 +40,3 @@ src_install () { dodoc README INSTALL ChangeLog TODO NEWS AUTHORS example.oroborusrc } - |