summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-libs/libhttpd-persistent/ChangeLog6
-rw-r--r--net-libs/libhttpd-persistent/Manifest10
-rw-r--r--net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild14
3 files changed, 15 insertions, 15 deletions
diff --git a/net-libs/libhttpd-persistent/ChangeLog b/net-libs/libhttpd-persistent/ChangeLog
index d7750bb392f8..ec61ed635d00 100644
--- a/net-libs/libhttpd-persistent/ChangeLog
+++ b/net-libs/libhttpd-persistent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libhttpd-persistent
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/ChangeLog,v 1.13 2004/10/19 07:40:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/ChangeLog,v 1.14 2004/10/19 16:36:01 eradicator Exp $
+
+ 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ libhttpd-persistent-1.3p-r8.ebuild:
+ Using toolchain-funcs for the rest of the toolchain commands now, too.
19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
-libhttpd-persistent-1.3p-r6.ebuild, -libhttpd-persistent-1.3p-r7.ebuild:
diff --git a/net-libs/libhttpd-persistent/Manifest b/net-libs/libhttpd-persistent/Manifest
index 8e44f7890a2b..69be1ce9afe2 100644
--- a/net-libs/libhttpd-persistent/Manifest
+++ b/net-libs/libhttpd-persistent/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 300378ac668a717f80d4d7794626ac73 ChangeLog 2809
+MD5 9901b8ec185860043203206adad46881 ChangeLog 2978
MD5 34371b0b6264e8222d4666bf5895f5f7 metadata.xml 432
-MD5 4d6f4092967658051c871ccf0e5d5d42 libhttpd-persistent-1.3p-r8.ebuild 2096
+MD5 e454dbfc4af1e76104257b9689ea6d94 libhttpd-persistent-1.3p-r8.ebuild 1916
MD5 d59fcbd11fe6a68bf60fcba57b403351 files/digest-libhttpd-persistent-1.3p-r8 64
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBdMT2ArHZZzCEUG0RAtMGAJ45R/vBMs6plv4Tpohf1kwDyOoYLgCeKsiH
-4E2TG3Q0nUFt3LXuoEfIXr0=
-=yvt6
+iD8DBQFBdUJ/ArHZZzCEUG0RAvEHAJ9c/n7y4Chl6rzmsTEKW+74+Ec0WQCePRTW
+wWhWclvNDaLKwH6K3YCMqCo=
+=bZfZ
-----END PGP SIGNATURE-----
diff --git a/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild b/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild
index f5d7ebd8709c..b2d4bdfcaf56 100644
--- a/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild
+++ b/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild,v 1.3 2004/10/19 07:40:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libhttpd-persistent/libhttpd-persistent-1.3p-r8.ebuild,v 1.4 2004/10/19 16:36:01 eradicator Exp $
IUSE=""
@@ -36,14 +36,10 @@ src_compile() {
$(tc-getCXX) ${CFLAGS} -D_OS_UNIX -fPIC -c ${FILE} -o ${FILE//.c/.lo} || die
done
-# echo $(tc-getAR) rc libhttpd-persistent.a ${OFILES} || die
-# $(tc-getAR) rc libhttpd-persistent.a ${OFILES} || die
-# echo $(tc-getRANLIB) libhttpd-persistent.a || die
-# $(tc-getRANLIB) libhttpd-persistent.a || die
- echo ar rc libhttpd-persistent.a ${OFILES} || die
- ar rc libhttpd-persistent.a ${OFILES} || die
- echo ranlib libhttpd-persistent.a || die
- ranlib libhttpd-persistent.a || die
+ echo $(tc-getAR) rc libhttpd-persistent.a ${OFILES} || die
+ $(tc-getAR) rc libhttpd-persistent.a ${OFILES} || die
+ echo $(tc-getRANLIB) libhttpd-persistent.a || die
+ $(tc-getRANLIB) libhttpd-persistent.a || die
echo $(tc-getCXX) -shared -Wl,-shared,-soname,libhttpd-persistent.so \
${LOFILES} -o libhttpd-persistent.so || die