diff options
author | Joshua Kinard <kumba@gentoo.org> | 2003-12-15 04:57:04 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2003-12-15 04:57:04 +0000 |
commit | 57a35eb25587e68c2882f171a476f7b2ccb3af11 (patch) | |
tree | c8c11bd7c7ae7fb794e609696520558ac05e1d55 /net-misc/atftp | |
parent | Version Bump (diff) | |
download | historical-57a35eb25587e68c2882f171a476f7b2ccb3af11.tar.gz historical-57a35eb25587e68c2882f171a476f7b2ccb3af11.tar.bz2 historical-57a35eb25587e68c2882f171a476f7b2ccb3af11.zip |
Version Bump
Diffstat (limited to 'net-misc/atftp')
-rw-r--r-- | net-misc/atftp/Manifest | 4 | ||||
-rw-r--r-- | net-misc/atftp/atftp-0.6.2.ebuild | 36 | ||||
-rw-r--r-- | net-misc/atftp/files/digest-atftp-0.6.2 | 1 |
3 files changed, 39 insertions, 2 deletions
diff --git a/net-misc/atftp/Manifest b/net-misc/atftp/Manifest index 16e24e08bb43..ae2374b3a574 100644 --- a/net-misc/atftp/Manifest +++ b/net-misc/atftp/Manifest @@ -1,6 +1,6 @@ -MD5 4596680c47494ea415d49904f21e635a ChangeLog 1366 +MD5 72974da4556b4d54b4ae54d4d91c838c ChangeLog 1365 MD5 94e14e20e605f9ca1252c8c88bad30ea atftp-0.6-r3.ebuild 986 -MD5 6fdb52e9a74654d77cc5c1c634a63388 atftp-0.6.2.ebuild 905 +MD5 071242b96e3971ab2a12d6f31abb917b atftp-0.6.2.ebuild 903 MD5 ef1244d13cccdfbe2dff44442e0c3d1f files/atftp-0.6-security.patch 1019 MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r3 61 MD5 e14c6bca387e9af7d2734fb9f08a67ee files/digest-atftp-0.6.2 63 diff --git a/net-misc/atftp/atftp-0.6.2.ebuild b/net-misc/atftp/atftp-0.6.2.ebuild new file mode 100644 index 000000000000..d14610c1c6a8 --- /dev/null +++ b/net-misc/atftp/atftp-0.6.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6.2.ebuild,v 1.1 2003/12/15 04:56:56 kumba Exp $ + +inherit eutils + +DESCRIPTION="Advanced TFTP implementation client/server" +HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/" +SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz" +LICENSE="GPL-2" + +KEYWORDS="x86" +SLOT="0" + +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) + !virtual/tftp" + +PROVIDE="virtual/tfp" + +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-misc/atftp/files/digest-atftp-0.6.2 b/net-misc/atftp/files/digest-atftp-0.6.2 new file mode 100644 index 000000000000..84fb13e2f21b --- /dev/null +++ b/net-misc/atftp/files/digest-atftp-0.6.2 @@ -0,0 +1 @@ +MD5 b3b8d4b7e558046adfcaef180ae77c4f atftp-0.6.2.tar.gz 125405 |