diff options
author | 2002-07-09 11:03:22 +0000 | |
---|---|---|
committer | 2002-07-09 11:03:22 +0000 | |
commit | 8305d043fc8b506a80ba04d9b9483a7b2cfb9ba6 (patch) | |
tree | 5a26160260caac3aef409343cb5fd338ac1cdee0 /net-misc/snarf | |
parent | repoman QA issues (diff) | |
download | gentoo-2-8305d043fc8b506a80ba04d9b9483a7b2cfb9ba6.tar.gz gentoo-2-8305d043fc8b506a80ba04d9b9483a7b2cfb9ba6.tar.bz2 gentoo-2-8305d043fc8b506a80ba04d9b9483a7b2cfb9ba6.zip |
repoman QA issues
Diffstat (limited to 'net-misc/snarf')
-rw-r--r-- | net-misc/snarf/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/snarf/snarf-7.0-r1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/snarf/ChangeLog b/net-misc/snarf/ChangeLog index 04957bfd50c6..b20e55350cca 100644 --- a/net-misc/snarf/ChangeLog +++ b/net-misc/snarf/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-misc/snarf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/ChangeLog,v 1.1 2002/02/01 21:53:35 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/ChangeLog,v 1.2 2002/07/09 11:01:31 phoenix Exp $ *snarf-7.0-r1 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - + 09 Jul 2002; phoen][x <phoenix@gentoo.org> snarf-7.0-r1.ebuild : + Added KEYWORDS, LICENSE, SLOT. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about 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" |