diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:06:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:06:22 +0000 |
commit | 0b345fb10c11286faf9f0aa501039482e35560de (patch) | |
tree | 00f2acdb8daca58d41e139e6ef626d65902535eb /net-misc/neon/neon-0.23.9.ebuild | |
parent | sync IUSE (+apache2) (Manifest recommit) (diff) | |
download | gentoo-2-0b345fb10c11286faf9f0aa501039482e35560de.tar.gz gentoo-2-0b345fb10c11286faf9f0aa501039482e35560de.tar.bz2 gentoo-2-0b345fb10c11286faf9f0aa501039482e35560de.zip |
sync IUSE (+zlib), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'net-misc/neon/neon-0.23.9.ebuild')
-rw-r--r-- | net-misc/neon/neon-0.23.9.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/neon/neon-0.23.9.ebuild b/net-misc/neon/neon-0.23.9.ebuild index 0468511cc587..aec85e040569 100644 --- a/net-misc/neon/neon-0.23.9.ebuild +++ b/net-misc/neon/neon-0.23.9.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.9.ebuild,v 1.5 2004/06/25 03:11:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.9.ebuild,v 1.6 2004/07/15 03:06:22 agriffis 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" @@ -11,7 +10,7 @@ DEPEND="dev-libs/libxml2 SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ppc ~sparc " -IUSE="ssl" +IUSE="ssl zlib" src_compile() { local myc='--enable-shared' @@ -27,4 +26,3 @@ src_install () { einstall dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/* } - |