diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 22:09:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 22:09:45 +0000 |
commit | 4c8d9c794cc6b3b57c0bc74974a20d8e61415a46 (patch) | |
tree | b4bd8e4a329ba743f726b8b3aca1aad6e6438430 /net-misc | |
parent | Clean 2.0.1 ; not finished (diff) | |
download | historical-4c8d9c794cc6b3b57c0bc74974a20d8e61415a46.tar.gz historical-4c8d9c794cc6b3b57c0bc74974a20d8e61415a46.tar.bz2 historical-4c8d9c794cc6b3b57c0bc74974a20d8e61415a46.zip |
added KEYWORDS
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/neon/neon-0.21.3.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/neon/neon-0.21.3.ebuild b/net-misc/neon/neon-0.21.3.ebuild index aa79024221b9..7fea3e31f474 100644 --- a/net-misc/neon/neon-0.21.3.ebuild +++ b/net-misc/neon/neon-0.21.3.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.21.3.ebuild,v 1.1 2002/07/16 21:37:24 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.21.3.ebuild,v 1.2 2002/07/18 22:09:45 seemant 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" -LICENSE="GPL-2" DEPEND="dev-libs/libxml2 ssl? ( >=dev-libs/openssl-0.9.6 )" RDEPEND="${DEPEND}" -SLOT="0" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { local myconf |