diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:36:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:36:53 +0000 |
commit | 24dbc036613417d84e9bfbf7595c459b8af8078c (patch) | |
tree | a2fcbf9eff4d87e40b60909b08aa325f5ec10b59 /net-misc/snarf | |
parent | inherit eutils (diff) | |
download | historical-24dbc036613417d84e9bfbf7595c459b8af8078c.tar.gz historical-24dbc036613417d84e9bfbf7595c459b8af8078c.tar.bz2 historical-24dbc036613417d84e9bfbf7595c459b8af8078c.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/snarf')
-rw-r--r-- | net-misc/snarf/snarf-7.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/snarf/snarf-7.0-r2.ebuild | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/snarf/snarf-7.0-r1.ebuild b/net-misc/snarf/snarf-7.0-r1.ebuild index 8b532000029a..b33caf4cf82b 100644 --- a/net-misc/snarf/snarf-7.0-r1.ebuild +++ b/net-misc/snarf/snarf-7.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r1.ebuild,v 1.15 2004/06/25 00:12:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r1.ebuild,v 1.16 2004/07/15 03:36:34 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="A full featured small web-spider" SRC_URI="http://www.xach.com/snarf/${P}.tar.gz" HOMEPAGE="http://www.xach.com/snarf/" KEYWORDS="x86 ppc sparc alpha" +IUSE="" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/snarf/snarf-7.0-r2.ebuild b/net-misc/snarf/snarf-7.0-r2.ebuild index 4bfd88f602aa..0b843fae09cb 100644 --- a/net-misc/snarf/snarf-7.0-r2.ebuild +++ b/net-misc/snarf/snarf-7.0-r2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r2.ebuild,v 1.12 2004/07/01 21:57:01 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r2.ebuild,v 1.13 2004/07/15 03:36:34 agriffis Exp $ inherit eutils -S=${WORKDIR}/${P} IUSE="" DESCRIPTION="Small and fast command line resource grabber with support for http, gopher, finger, and ftp protocols." SRC_URI="http://www.xach.com/snarf/${P}.tar.gz" |