From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=DATE_IN_PAST_12_24, DKIM_ADSP_NXDOMAIN,DMARC_NONE,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from rouge.snu.ac.kr ([147.46.102.25]) by cvs.gentoo.org with esmtp (Exim 3.22 #1) id 14RaPQ-0005JU-00 for gentoo-dev@gentoo.org; Sat, 10 Feb 2001 06:49:52 -0700 Received: (from redjade@localhost) by rouge.snu.ac.kr (8.11.0/8.11.0) id f1ADoFW09455 for gentoo-dev@gentoo.org; Sat, 10 Feb 2001 22:50:15 +0900 (KST) From: Kyung-hwan Kim To: gentoo-dev@gentoo.org Message-ID: <20010210225014.A9448@rouge.snu.ac.kr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline User-Agent: Mutt/1.2.5i Subject: [gentoo-dev] net-misc/wget-1.6-r1 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Sat Feb 10 06:50:02 2001 X-Original-Date: Sat, 10 Feb 2001 22:50:14 +0900 X-Archives-Salt: f29c26ea-0f61-488b-a835-6201bcbff547 X-Archives-Hash: f641a99f9d32daf5e2eb296ce1feda9e --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I made a wget 1.6 update. Gentoo linux is a very interesting system. I like it! Kyunghwan --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="digest-wget-1.6-r1" MD5 c5c9d3894ebf1bef3555c01376392c0d wget-1.6.tar.gz --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="wget-1.6-r1.ebuild" # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger # /home/cvsroot/gentoo-x86/net-misc/wget/wget-1.5.3-r1.ebuild,v 1.5 2000/11/01 04:44:22 achim Exp P=wget-1.6 A="${P}.tar.gz" S=${WORKDIR}/${P} DESCRIPTION="Network utility to retrieve files from the WWW" SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/wget/${A} ftp://prep.ai.mit.edu/gnu/wget/${A}" HOMEPAGE="http://www.cg.tuwien.ac.at/~prikryl/wget.html" DEPEND=">=sys-libs/glibc-2.1.3" src_unpack () { unpack ${A} cd ${S}/src } src_compile() { try ./configure --prefix=/usr --sysconfdir=/etc/wget --disable-debug try make } src_install() { cd ${S} try make prefix=${D}/usr sysconfdir=${D}/etc/wget install prepinfo dodoc AUTHORS COPYING ChangeLog MACHINES MAILING-LIST NEWS README TODO dodoc doc/sample.wgetrc } --OXfL5xGRrasGEqWY--