summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2003-08-17 07:24:02 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2003-08-17 07:24:02 +0000
commit4603f472814e3b6eba94458bf4cb0c038dc54877 (patch)
tree5fb400a5d6a3012be826dc8a64263e1f4cb500c4 /net-misc/neon
parentNew version and stabilised other version to allow subversion to be marked stable (diff)
downloadhistorical-4603f472814e3b6eba94458bf4cb0c038dc54877.tar.gz
historical-4603f472814e3b6eba94458bf4cb0c038dc54877.tar.bz2
historical-4603f472814e3b6eba94458bf4cb0c038dc54877.zip
New version and stabilised other version to allow subversion to be marked stable
Diffstat (limited to 'net-misc/neon')
-rw-r--r--net-misc/neon/Manifest6
-rw-r--r--net-misc/neon/files/digest-neon-0.23.91
-rw-r--r--net-misc/neon/neon-0.23.8.ebuild4
-rw-r--r--net-misc/neon/neon-0.23.9.ebuild30
4 files changed, 36 insertions, 5 deletions
diff --git a/net-misc/neon/Manifest b/net-misc/neon/Manifest
index 8dba8c853cdc..99b811d9a2f1 100644
--- a/net-misc/neon/Manifest
+++ b/net-misc/neon/Manifest
@@ -1,11 +1,11 @@
-MD5 978d1619feb5bc6c58720bd71df196c5 ChangeLog 2820
+MD5 3223d118e8989c238876a9adaa1b4bc4 ChangeLog 3149
MD5 af336c2953cd60c6704138c51af11ff3 neon-0.19.2-r1.ebuild 901
MD5 d7006a81cc8b3eb58e0b0f024a185faa neon-0.21.3.ebuild 761
MD5 e80832a3c114def2cd0746acdf22156e neon-0.23.2.ebuild 752
MD5 0e4fcb1bf2dfbfa1f92e6ab732a26815 neon-0.23.3.ebuild 752
MD5 df54cbd4538e132ea4d3759476ebe1da neon-0.23.5.ebuild 764
-MD5 505f3d06b51172f476cd9a26f220cccd neon-0.23.8.ebuild 764
-MD5 505f3d06b51172f476cd9a26f220cccd neon-0.23.9.ebuild 764
+MD5 e9e69b12f1d402f58a5a55b7a5b79315 neon-0.23.8.ebuild 761
+MD5 ce218ace3cdbe793f9b4fba0fffd41a3 neon-0.23.9.ebuild 762
MD5 8914729fa6c883b6ced95f393d56661c files/digest-neon-0.19.2-r1 63
MD5 5a576942b2663898889c1239a5bec804 files/digest-neon-0.21.3 63
MD5 45261a70909be9985d4469024297c42f files/digest-neon-0.23.2 63
diff --git a/net-misc/neon/files/digest-neon-0.23.9 b/net-misc/neon/files/digest-neon-0.23.9
new file mode 100644
index 000000000000..08f7a4349917
--- /dev/null
+++ b/net-misc/neon/files/digest-neon-0.23.9
@@ -0,0 +1 @@
+MD5 b63b0430df64bb3c60b7fd0fc37d9004 neon-0.23.9.tar.gz 518216
diff --git a/net-misc/neon/neon-0.23.8.ebuild b/net-misc/neon/neon-0.23.8.ebuild
index 4b52ef6d6156..3622a7f264e9 100644
--- a/net-misc/neon/neon-0.23.8.ebuild
+++ b/net-misc/neon/neon-0.23.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.8.ebuild,v 1.2 2003/05/31 09:01:32 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.8.ebuild,v 1.3 2003/08/17 07:23:53 pauldv Exp $
S=${WORKDIR}/${P}
DESCRIPTION="HTTP and WebDAV client library"
@@ -10,7 +10,7 @@ DEPEND="dev-libs/libxml2
ssl? ( >=dev-libs/openssl-0.9.6f )"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc "
+KEYWORDS="x86 ~ppc ~sparc "
IUSE="ssl"
src_compile() {
diff --git a/net-misc/neon/neon-0.23.9.ebuild b/net-misc/neon/neon-0.23.9.ebuild
new file mode 100644
index 000000000000..c6548f2019e2
--- /dev/null
+++ b/net-misc/neon/neon-0.23.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/08/17 07:23:53 pauldv 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"
+DEPEND="dev-libs/libxml2
+ ssl? ( >=dev-libs/openssl-0.9.6f )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc "
+IUSE="ssl"
+
+src_compile() {
+ local myc='--enable-shared'
+
+ use ssl && myc="$myc --with-ssl"
+ use zlib && myc="$myc --with-zlib" || myc="$myc --without-zlib"
+
+ econf $myc
+ emake
+}
+
+src_install () {
+ einstall
+ dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/*
+}
+