diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-29 14:13:31 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-29 14:13:31 +0000 |
commit | 4d347968c4e63287776db771ecea0c2ac1ceff7a (patch) | |
tree | bc9e6b9ac1ab2fa16cc9db017d5582dedd30f14f /net-ftp | |
parent | Version bump. (diff) | |
download | historical-4d347968c4e63287776db771ecea0c2ac1ceff7a.tar.gz historical-4d347968c4e63287776db771ecea0c2ac1ceff7a.tar.bz2 historical-4d347968c4e63287776db771ecea0c2ac1ceff7a.zip |
Update, closes #9797.
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/atftp/ChangeLog | 7 | ||||
-rw-r--r-- | net-ftp/atftp/atftp-0.6-r1.ebuild | 30 | ||||
-rw-r--r-- | net-ftp/atftp/files/digest-atftp-0.6-r1 | 1 |
3 files changed, 37 insertions, 1 deletions
diff --git a/net-ftp/atftp/ChangeLog b/net-ftp/atftp/ChangeLog index 194427d2d551..b3f505f00649 100644 --- a/net-ftp/atftp/ChangeLog +++ b/net-ftp/atftp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/atftp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/ChangeLog,v 1.1 2002/10/15 11:32:42 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/ChangeLog,v 1.2 2002/10/29 14:13:31 aliz Exp $ + +*atftp-0.6-r1 (29 Oct 2002) + + 29 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> : + Updated ebuild with tcpd support. Ebuild contributed by Cory Visi <cory@visi.name> in #9797. *atftp-0.6 (16 Aug 2002) diff --git a/net-ftp/atftp/atftp-0.6-r1.ebuild b/net-ftp/atftp/atftp-0.6-r1.ebuild new file mode 100644 index 000000000000..0292cf3d4e88 --- /dev/null +++ b/net-ftp/atftp/atftp-0.6-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/atftp-0.6-r1.ebuild,v 1.1 2002/10/29 14:13:31 aliz Exp $ + +DESCRIPTION="Advanced TFTP implementation client/server" +HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/" +LICENSE="GPL-2" +DEPEND="tcpd? ( sys-apps/tcp-wrappers )" +SLOT="0" +KEYWORDS="~x86" +SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz" +S=${WORKDIR}/${P} + +src_compile () { + myconf="" + use tcpd && myconf="${myconf} --enable-libwrap" \ + || myconf="${myconf} --disable-libwrap" + + econf ${myconf} || die "./configure failed" + + cp Makefile Makefile.orig + sed "s:CFLAGS = -g -Wall -D_REENTRANT -O2:CFLAGS = -g -Wall -D_REENTRANT ${CFLAGS}:" Makefile.orig >Makefile + + emake || die +} + +src_install () { + einstall || die "Installation failed" +} + diff --git a/net-ftp/atftp/files/digest-atftp-0.6-r1 b/net-ftp/atftp/files/digest-atftp-0.6-r1 new file mode 100644 index 000000000000..5cfcb463e4a5 --- /dev/null +++ b/net-ftp/atftp/files/digest-atftp-0.6-r1 @@ -0,0 +1 @@ +MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898 |