diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-01-25 16:08:39 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-01-25 16:08:39 +0000 |
commit | b6e9d6a8209de93810608f1edc8184b0ce8caee6 (patch) | |
tree | db2be874571b4399b8b903fd5535e13d21666790 /net-ftp | |
parent | unmaskd poedit, now it realy works in sandbx (diff) | |
download | gentoo-2-b6e9d6a8209de93810608f1edc8184b0ce8caee6.tar.gz gentoo-2-b6e9d6a8209de93810608f1edc8184b0ce8caee6.tar.bz2 gentoo-2-b6e9d6a8209de93810608f1edc8184b0ce8caee6.zip |
New version. Kept old version just in case. Deleted older versions.
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/curl/curl-7.8.ebuild | 31 | ||||
-rw-r--r-- | net-ftp/curl/curl-7.9.3.ebuild (renamed from net-ftp/curl/curl-7.9-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-ftp/curl/curl-7.9.ebuild | 30 | ||||
-rw-r--r-- | net-ftp/curl/files/digest-curl-7.9.3 | 1 |
4 files changed, 3 insertions, 63 deletions
diff --git a/net-ftp/curl/curl-7.8.ebuild b/net-ftp/curl/curl-7.8.ebuild deleted file mode 100644 index 28fee323b82f..000000000000 --- a/net-ftp/curl/curl-7.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Prakash Shetty (Crux) <ps@gnuos.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.8.ebuild,v 1.3 2001/08/11 09:26:12 hallski Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A Client that groks URLs" -SRC_URI="http://curl.haxx.se/download/${A}" -HOMEPAGE="http://curl.haxx.de" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.75 - >=dev-libs/openssl-0.9.6a" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --with-ssl - try make - -} - -src_install () { - - cd ${S} - try make install DESTDIR=${D} - 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/curl-7.9-r1.ebuild b/net-ftp/curl/curl-7.9.3.ebuild index 7509ebb9b7c0..56169080a34f 100644 --- a/net-ftp/curl/curl-7.9-r1.ebuild +++ b/net-ftp/curl/curl-7.9.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9-r1.ebuild,v 1.1 2001/12/02 03:25:51 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9.3.ebuild,v 1.1 2002/01/25 16:08:39 g2boojum Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Client that groks URLs" -SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" +SRC_URI="http://curl.haxx.se/download/${P}.tar.gz" HOMEPAGE="http://curl.haxx.se" DEPEND=">=sys-libs/glibc-2.1.3 >=sys-libs/pam-0.75 ssl? ( >=dev-libs/openssl-0.9.6a )" diff --git a/net-ftp/curl/curl-7.9.ebuild b/net-ftp/curl/curl-7.9.ebuild deleted file mode 100644 index 62b3c3660fe8..000000000000 --- a/net-ftp/curl/curl-7.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Prakash Shetty (Crux) <ps@gnuos.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/curl/curl-7.9.ebuild,v 1.1 2001/10/21 18:31:06 g2boojum Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A Client that groks URLs" -SRC_URI="http://curl.haxx.se/download/${P}.tar.gz" -HOMEPAGE="http://curl.haxx.de" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.75 - >=dev-libs/openssl-0.9.6a" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --with-ssl - try make - -} - -src_install () { - - cd ${S} - try make install DESTDIR=${D} - 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.9.3 b/net-ftp/curl/files/digest-curl-7.9.3 new file mode 100644 index 000000000000..eb7c1088032f --- /dev/null +++ b/net-ftp/curl/files/digest-curl-7.9.3 @@ -0,0 +1 @@ +MD5 8cbd22b122e5275a07aa4d42830e2483 curl-7.9.3.tar.gz 692224 |