summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:01:57 +0000
commitb5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f (patch)
treeaaae03e472c453b0e1c37aad094ef40d9beb0484 /net-misc/neon
parentLICENSE fix (diff)
downloadgentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.gz
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.tar.bz2
gentoo-2-b5a7f75d6a7a31cdfe5daffda48a15bc2ce2999f.zip
whitespace cleanup
Diffstat (limited to 'net-misc/neon')
-rw-r--r--net-misc/neon/Manifest8
-rw-r--r--net-misc/neon/neon-0.19.2-r1.ebuild8
-rw-r--r--net-misc/neon/neon-0.21.3.ebuild6
-rw-r--r--net-misc/neon/neon-0.23.2.ebuild6
-rw-r--r--net-misc/neon/neon-0.23.3.ebuild6
5 files changed, 17 insertions, 17 deletions
diff --git a/net-misc/neon/Manifest b/net-misc/neon/Manifest
index 99b811d9a2f1..a8fc63877df4 100644
--- a/net-misc/neon/Manifest
+++ b/net-misc/neon/Manifest
@@ -1,8 +1,8 @@
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 f2e0f69bbb6290ff444722c2e537315c neon-0.19.2-r1.ebuild 900
+MD5 67a98d9baabff319fa704391b5c7ac9c neon-0.21.3.ebuild 760
+MD5 e4ae8cd9963067ad14a0c2e080291c00 neon-0.23.2.ebuild 750
+MD5 b0b219bc002ec063cd27db1ec189a2cf neon-0.23.3.ebuild 750
MD5 df54cbd4538e132ea4d3759476ebe1da neon-0.23.5.ebuild 764
MD5 e9e69b12f1d402f58a5a55b7a5b79315 neon-0.23.8.ebuild 761
MD5 ce218ace3cdbe793f9b4fba0fffd41a3 neon-0.23.9.ebuild 762
diff --git a/net-misc/neon/neon-0.19.2-r1.ebuild b/net-misc/neon/neon-0.19.2-r1.ebuild
index 48ca5dcfbe35..35a256a3c10f 100644
--- a/net-misc/neon/neon-0.19.2-r1.ebuild
+++ b/net-misc/neon/neon-0.19.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.19.2-r1.ebuild,v 1.7 2003/04/23 07:59:43 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.19.2-r1.ebuild,v 1.8 2003/09/05 22:01:49 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="HTTP and WebDAV client library"
@@ -14,20 +14,20 @@ IUSE="ssl"
src_compile() {
local myconf
-
+
CFLAGS="${CFLAGS} -I/usr/include/libxml2/libxml"
CXXFLAGS="${CXXFLAGS} -I/usr/include/libxml2/libxml"
if [ "`use ssl`" ] ; then
myconf="$myconf --with-ssl"
fi
-
+
./configure \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--prefix=/usr \
--host=${CHOST} \
- --enable-shared $myconf || die
+ --enable-shared $myconf || die
emake || die
}
diff --git a/net-misc/neon/neon-0.21.3.ebuild b/net-misc/neon/neon-0.21.3.ebuild
index 22bda96f120e..84c774a4b025 100644
--- a/net-misc/neon/neon-0.21.3.ebuild
+++ b/net-misc/neon/neon-0.21.3.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.21.3.ebuild,v 1.9 2003/05/31 09:01:32 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.21.3.ebuild,v 1.10 2003/09/05 22:01:49 msterret Exp $
IUSE="ssl"
@@ -22,8 +22,8 @@ src_compile() {
myconf='--enable-shared'
use ssl && myconf="$myconf --with-ssl"
-
- econf $myconf || die
+
+ econf $myconf || die
emake || die
}
diff --git a/net-misc/neon/neon-0.23.2.ebuild b/net-misc/neon/neon-0.23.2.ebuild
index 2fb99cd0d1f3..b16240b5454e 100644
--- a/net-misc/neon/neon-0.23.2.ebuild
+++ b/net-misc/neon/neon-0.23.2.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.2.ebuild,v 1.5 2003/05/31 09:01:32 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.2.ebuild,v 1.6 2003/09/05 22:01:49 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="HTTP and WebDAV client library"
@@ -20,8 +20,8 @@ src_compile() {
myconf='--enable-shared'
use ssl && myconf="$myconf --with-ssl"
-
- econf $myconf || die
+
+ econf $myconf || die
emake || die
}
diff --git a/net-misc/neon/neon-0.23.3.ebuild b/net-misc/neon/neon-0.23.3.ebuild
index 67f9a116d77f..20b1bc968c57 100644
--- a/net-misc/neon/neon-0.23.3.ebuild
+++ b/net-misc/neon/neon-0.23.3.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.3.ebuild,v 1.4 2003/05/31 09:01:32 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.3.ebuild,v 1.5 2003/09/05 22:01:49 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="HTTP and WebDAV client library"
@@ -20,8 +20,8 @@ src_compile() {
myconf='--enable-shared'
use ssl && myconf="$myconf --with-ssl"
-
- econf $myconf || die
+
+ econf $myconf || die
emake || die
}