summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-02 22:40:11 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-02 22:40:11 +0000
commit802b628aade505056bed6e7af6aca6b106709eb9 (patch)
tree4db232a1d5b9ec18064eb96c0f146425ec16418f /net-misc
parentRemoved mips from KEYWORDS as this package has never been tested on mips. (Ma... (diff)
downloadgentoo-2-802b628aade505056bed6e7af6aca6b106709eb9.tar.gz
gentoo-2-802b628aade505056bed6e7af6aca6b106709eb9.tar.bz2
gentoo-2-802b628aade505056bed6e7af6aca6b106709eb9.zip
sign manifest
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/neon/neon-0.24.5.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/net-misc/neon/neon-0.24.5.ebuild b/net-misc/neon/neon-0.24.5.ebuild
index 1151bb5cb0f6..fd3289007286 100644
--- a/net-misc/neon/neon-0.24.5.ebuild
+++ b/net-misc/neon/neon-0.24.5.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.5.ebuild,v 1.4 2004/06/02 20:09:00 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.5.ebuild,v 1.5 2004/06/02 22:40:11 vapier 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"
+SRC_URI="http://www.webdav.org/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc ~sparc amd64 s390"
+IUSE="ssl zlib expat"
+
DEPEND="expat? ( dev-libs/expat )
!expat? ( dev-libs/libxml2 )
ssl? ( >=dev-libs/openssl-0.9.6f )
zlib? ( sys-libs/zlib )"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~sparc amd64 s390"
-IUSE="ssl zlib expat"
src_compile() {
local myc='--enable-shared'