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 | 69e0474617b7da147af16d6d9d6f497f03f5fae3 (patch) | |
tree | 74a5533d8f0427cba1ad84b1848232b72d1fd3bb /net-p2p/lopster | |
parent | inherit eutils, sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-69e0474617b7da147af16d6d9d6f497f03f5fae3.tar.gz gentoo-2-69e0474617b7da147af16d6d9d6f497f03f5fae3.tar.bz2 gentoo-2-69e0474617b7da147af16d6d9d6f497f03f5fae3.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'net-p2p/lopster')
-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 |