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 | 742ebfddb65de10860ad991cc5f5ae47c6775b64 (patch) | |
tree | 2e7d991b5b54f3703b6f451fa25743057fc16107 /x11-wm/oroborus | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-742ebfddb65de10860ad991cc5f5ae47c6775b64.tar.gz gentoo-2-742ebfddb65de10860ad991cc5f5ae47c6775b64.tar.bz2 gentoo-2-742ebfddb65de10860ad991cc5f5ae47c6775b64.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'x11-wm/oroborus')
-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 } - |