diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:46:18 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 11:46:18 +0000 |
commit | f73f70a286e7db54873b972e1e61682f0fd8feda (patch) | |
tree | b192c7045f37372a100e81acadd98b5880d9f292 /net-misc/snarf/snarf-7.0-r1.ebuild | |
parent | Masked util-linux-2.11r-r1 (diff) | |
download | historical-f73f70a286e7db54873b972e1e61682f0fd8feda.tar.gz historical-f73f70a286e7db54873b972e1e61682f0fd8feda.tar.bz2 historical-f73f70a286e7db54873b972e1e61682f0fd8feda.zip |
repoman QA issues
Diffstat (limited to 'net-misc/snarf/snarf-7.0-r1.ebuild')
-rw-r--r-- | net-misc/snarf/snarf-7.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/snarf/snarf-7.0-r1.ebuild b/net-misc/snarf/snarf-7.0-r1.ebuild index 73abd9913914..f97c9d8089d2 100644 --- a/net-misc/snarf/snarf-7.0-r1.ebuild +++ b/net-misc/snarf/snarf-7.0-r1.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r1.ebuild,v 1.5 2002/04/27 21:07:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r1.ebuild,v 1.6 2002/07/09 11:01:31 phoenix 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" +LICENSE="GPL-2" +SLOT="0" DEPEND=">=sys-libs/glibc-2.1.3" |