diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 09:19:46 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-09 09:19:46 +0000 |
commit | 1619ff56bdc55e6e11c449f1cd32ab635f8ba777 (patch) | |
tree | d4ad2b9751c59d48b47f29eb60ceb021397d2968 /net-misc/neon/neon-0.19.2-r1.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-1619ff56bdc55e6e11c449f1cd32ab635f8ba777.tar.gz gentoo-2-1619ff56bdc55e6e11c449f1cd32ab635f8ba777.tar.bz2 gentoo-2-1619ff56bdc55e6e11c449f1cd32ab635f8ba777.zip |
repoman QA issues
Diffstat (limited to 'net-misc/neon/neon-0.19.2-r1.ebuild')
-rw-r--r-- | net-misc/neon/neon-0.19.2-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/neon/neon-0.19.2-r1.ebuild b/net-misc/neon/neon-0.19.2-r1.ebuild index 898bc862c5e1..56d49e0db4d3 100644 --- a/net-misc/neon/neon-0.19.2-r1.ebuild +++ b/net-misc/neon/neon-0.19.2-r1.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.19.2-r1.ebuild,v 1.1 2002/03/25 17:18:37 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.19.2-r1.ebuild,v 1.2 2002/07/09 09:19:46 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" - SRC_URI="http://www.webdav.org/${PN}/${P}.tar.gz" - HOMEPAGE="http://www.webdav.org/neon" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" DEPEND="dev-libs/libxml2" |