diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 22:42:44 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-28 22:42:44 +0000 |
commit | 326f3b40423bc518a45a5098f2903cb426867461 (patch) | |
tree | a552e2527368ab5fe2de527c439f7b336cda32da /net-ftp | |
parent | touchups (diff) | |
download | gentoo-2-326f3b40423bc518a45a5098f2903cb426867461.tar.gz gentoo-2-326f3b40423bc518a45a5098f2903cb426867461.tar.bz2 gentoo-2-326f3b40423bc518a45a5098f2903cb426867461.zip |
Version Bump
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/curl/ChangeLog | 7 | ||||
-rw-r--r-- | net-ftp/curl/curl-7.10.3.ebuild | 34 | ||||
-rw-r--r-- | net-ftp/curl/files/digest-curl-7.10.3 | 1 |
3 files changed, 41 insertions, 1 deletions
diff --git a/net-ftp/curl/ChangeLog b/net-ftp/curl/ChangeLog index 16f145ccc2df..802fbf9ec2cd 100644 --- a/net-ftp/curl/ChangeLog +++ b/net-ftp/curl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-ftp/curl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/ChangeLog,v 1.9 2003/02/12 07:57:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/ChangeLog,v 1.10 2003/02/28 22:42:44 liquidx Exp $ + +*curl-7.10.3 (28 Feb 2003) + + 28 Feb 2003; Alastair Tse <liquidx@gentoo.org> curl-7.10.3.ebuild files/digest-curl-7.10.3 : + Version Bump. Fixes #14015. *curl-7.10.2 (19 Nov 2002) diff --git a/net-ftp/curl/curl-7.10.3.ebuild b/net-ftp/curl/curl-7.10.3.ebuild new file mode 100644 index 000000000000..31eb58f19777 --- /dev/null +++ b/net-ftp/curl/curl-7.10.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.10.3.ebuild,v 1.1 2003/02/28 22:42:44 liquidx Exp $ + +DESCRIPTION="A Client that groks URLs" +SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" +HOMEPAGE="http://curl.haxx.se/" + +SLOT="0" +LICENSE="MIT X11" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="ssl pic ipv6 ldap" + +DEPEND=">=sys-libs/pam-0.75 + ssl? ( >=dev-libs/openssl-0.9.6a )" + +src_compile() { + local myconf="--with-gnu-ld --enable-http --enable-ftp --enable-gopher --enable-file \ + --enable-dict --enable-telnet --enable-nonblocking" + use ipv6 && myconf="${myconf} --enable-ipv6" + use ldap && myconf="${myconf} --enable-ldap" + use pic && myconf="${myconf} --with-pic" + use ssl && myconf="${myconf} --with-ssl" + + econf ${myconf} + emake || die +} + +src_install() { + make install DESTDIR=${D} || die + dodoc LEGAL CHANGES README + dodoc docs/FEATURES docs/INSTALL docs/INTERNALS docs/LIBCURL + dodoc docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE +} diff --git a/net-ftp/curl/files/digest-curl-7.10.3 b/net-ftp/curl/files/digest-curl-7.10.3 new file mode 100644 index 000000000000..59d0d2a55d43 --- /dev/null +++ b/net-ftp/curl/files/digest-curl-7.10.3 @@ -0,0 +1 @@ +MD5 59561d8cd4d4cbd3aa51c32110a94e3e curl-7.10.3.tar.bz2 848419 |