diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:50:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:50:41 +0000 |
commit | 01b7b75c8b9da2579be522950c433c766645a9c9 (patch) | |
tree | b5833fdcd1650c9be4a8ffe1586e925a54e0b35e /net-p2p | |
parent | inherit eutils, sync IUSE (missing) (diff) | |
download | historical-01b7b75c8b9da2579be522950c433c766645a9c9.tar.gz historical-01b7b75c8b9da2579be522950c433c766645a9c9.tar.bz2 historical-01b7b75c8b9da2579be522950c433c766645a9c9.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/lopster/lopster-1.0.1.20020702.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/lopster/lopster-1.2.0.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/lopster/lopster-1.0.1.20020702.ebuild b/net-p2p/lopster/lopster-1.0.1.20020702.ebuild index 403a53b018b2..1653754dcb1a 100644 --- a/net-p2p/lopster/lopster-1.0.1.20020702.ebuild +++ b/net-p2p/lopster/lopster-1.0.1.20020702.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1.20020702.ebuild,v 1.9 2004/06/25 00:34:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.0.1.20020702.ebuild,v 1.10 2004/07/15 03:50:41 agriffis Exp $ IUSE="nls" @@ -43,4 +43,3 @@ src_install () { einstall || die dodoc AUTHORS BUGS README ChangeLog NEWS TODO } - diff --git a/net-p2p/lopster/lopster-1.2.0.ebuild b/net-p2p/lopster/lopster-1.2.0.ebuild index 27cf1a9fdf72..f4ecff3e0ec0 100644 --- a/net-p2p/lopster/lopster-1.2.0.ebuild +++ b/net-p2p/lopster/lopster-1.2.0.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.0.ebuild,v 1.8 2004/07/09 01:42:52 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/lopster/lopster-1.2.0.ebuild,v 1.9 2004/07/15 03:50:41 agriffis Exp $ IUSE="nls" inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="A Napster Client using GTK" HOMEPAGE="http://lopster.sourceforge.net" SRC_URI="http://lopster.sourceforge.net/download/${P}.tar.gz |