diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-31 13:10:53 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-31 13:10:53 +0000 |
commit | c06cc3c08ff4541d4d08193a7e2196d32b7d039d (patch) | |
tree | e878b96f6c002e7b5d9080762025aa6d9a8b604e /net-misc | |
parent | initial import (diff) | |
download | gentoo-2-c06cc3c08ff4541d4d08193a7e2196d32b7d039d.tar.gz gentoo-2-c06cc3c08ff4541d4d08193a7e2196d32b7d039d.tar.bz2 gentoo-2-c06cc3c08ff4541d4d08193a7e2196d32b7d039d.zip |
changelog:P
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/atftp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/atftp/Manifest | 8 | ||||
-rw-r--r-- | net-misc/atftp/atftp-0.6-r2.ebuild | 37 | ||||
-rw-r--r-- | net-misc/atftp/atftp-0.6-r3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/atftp/files/digest-atftp-0.6-r2 | 1 |
5 files changed, 12 insertions, 46 deletions
diff --git a/net-misc/atftp/ChangeLog b/net-misc/atftp/ChangeLog index d8aba500cece..630a6efd72ab 100644 --- a/net-misc/atftp/ChangeLog +++ b/net-misc/atftp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/atftp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/ChangeLog,v 1.5 2003/10/30 17:11:15 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/ChangeLog,v 1.6 2003/10/31 13:10:49 lanius Exp $ + +*atftp-0.6-r3 (31 Oct 2003) + + 31 Oct 2003; Heinrich Wendel <lanius@gentoo.org> atftp-0.6-r2.ebuild, + atftp-0.6-r3.ebuild: + stable, it's just a virtual ;D 30 Oct 2003; Heinrich Wendel <lanius@gentoo.org> atftp-0.6-r1.ebuild, atftp-0.6.ebuild: diff --git a/net-misc/atftp/Manifest b/net-misc/atftp/Manifest index c9351d5322df..6b055bb330e1 100644 --- a/net-misc/atftp/Manifest +++ b/net-misc/atftp/Manifest @@ -1,6 +1,4 @@ -MD5 b03933a0f81f8565062eddfa2bd92bcc atftp-0.6-r3.ebuild 987 -MD5 6a791122efed0994827d3febbbe34608 atftp-0.6-r2.ebuild 965 -MD5 75514f80a31e4a09d26affb2bdc52a3f ChangeLog 1096 -MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r2 61 -MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r3 61 +MD5 eceaed06c47cbc5facb73c6f8e987fb9 ChangeLog 1254 +MD5 94e14e20e605f9ca1252c8c88bad30ea atftp-0.6-r3.ebuild 986 MD5 ef1244d13cccdfbe2dff44442e0c3d1f files/atftp-0.6-security.patch 1019 +MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r3 61 diff --git a/net-misc/atftp/atftp-0.6-r2.ebuild b/net-misc/atftp/atftp-0.6-r2.ebuild deleted file mode 100644 index 56b8d63b8b47..000000000000 --- a/net-misc/atftp/atftp-0.6-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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-r2.ebuild,v 1.1 2003/08/28 22:58:27 mholzer Exp $ - -inherit eutils - -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_unpack() { - unpack ${A} ; cd ${S} - epatch ${FILESDIR}/${P}-security.patch -} - -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/atftp-0.6-r3.ebuild b/net-misc/atftp/atftp-0.6-r3.ebuild index 0298074a45c1..caf524a3d6ff 100644 --- a/net-misc/atftp/atftp-0.6-r3.ebuild +++ b/net-misc/atftp/atftp-0.6-r3.ebuild @@ -1,6 +1,6 @@ # 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-r3.ebuild,v 1.1 2003/10/30 17:11:15 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6-r3.ebuild,v 1.2 2003/10/31 13:10:49 lanius Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/" SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" DEPEND="tcpd? ( sys-apps/tcp-wrappers ) diff --git a/net-misc/atftp/files/digest-atftp-0.6-r2 b/net-misc/atftp/files/digest-atftp-0.6-r2 deleted file mode 100644 index 5cfcb463e4a5..000000000000 --- a/net-misc/atftp/files/digest-atftp-0.6-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898 |