summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/atftp/ChangeLog6
-rw-r--r--net-misc/atftp/Manifest10
-rw-r--r--net-misc/atftp/atftp-0.6-r3.ebuild (renamed from net-misc/atftp/atftp-0.6-r1.ebuild)21
-rw-r--r--net-misc/atftp/atftp-0.6.ebuild31
-rw-r--r--net-misc/atftp/files/digest-atftp-0.6-r11
-rw-r--r--net-misc/atftp/files/digest-atftp-0.6-r3 (renamed from net-misc/atftp/files/digest-atftp-0.6)0
-rw-r--r--net-misc/netkit-tftp/ChangeLog5
-rw-r--r--net-misc/netkit-tftp/Manifest6
-rw-r--r--net-misc/netkit-tftp/files/digest-netkit-tftp-0.17-r2 (renamed from net-misc/netkit-tftp/files/digest-netkit-tftp-0.17)0
-rw-r--r--net-misc/netkit-tftp/netkit-tftp-0.17-r2.ebuild (renamed from net-misc/netkit-tftp/netkit-tftp-0.17.ebuild)7
-rw-r--r--net-misc/tftp-hpa/ChangeLog7
-rw-r--r--net-misc/tftp-hpa/Manifest8
-rw-r--r--net-misc/tftp-hpa/files/digest-tftp-hpa-0.34-r11
-rw-r--r--net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild26
14 files changed, 75 insertions, 54 deletions
diff --git a/net-misc/atftp/ChangeLog b/net-misc/atftp/ChangeLog
index f2b16ae20d53..d8aba500cece 100644
--- a/net-misc/atftp/ChangeLog
+++ b/net-misc/atftp/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2003/08/28 22:59:10 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/ChangeLog,v 1.5 2003/10/30 17:11:15 lanius Exp $
+
+ 30 Oct 2003; Heinrich Wendel <lanius@gentoo.org> atftp-0.6-r1.ebuild,
+ atftp-0.6.ebuild:
+ added virtual/tftp
*atftp-0.6-r1 (29 Aug 2003)
diff --git a/net-misc/atftp/Manifest b/net-misc/atftp/Manifest
index 1574fb6504ff..c9351d5322df 100644
--- a/net-misc/atftp/Manifest
+++ b/net-misc/atftp/Manifest
@@ -1,8 +1,6 @@
-MD5 b373e806adb750603089517d09429902 ChangeLog 983
-MD5 aa6a5bb722b019156d5ba4130ec1d6ca atftp-0.6-r1.ebuild 868
+MD5 b03933a0f81f8565062eddfa2bd92bcc atftp-0.6-r3.ebuild 987
MD5 6a791122efed0994827d3febbbe34608 atftp-0.6-r2.ebuild 965
-MD5 765392dc63557140fec21143c8cb50f5 atftp-0.6.ebuild 760
-MD5 ef1244d13cccdfbe2dff44442e0c3d1f files/atftp-0.6-security.patch 1019
-MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6 61
-MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r1 61
+MD5 75514f80a31e4a09d26affb2bdc52a3f ChangeLog 1096
MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r2 61
+MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r3 61
+MD5 ef1244d13cccdfbe2dff44442e0c3d1f files/atftp-0.6-security.patch 1019
diff --git a/net-misc/atftp/atftp-0.6-r1.ebuild b/net-misc/atftp/atftp-0.6-r3.ebuild
index a3c301884564..0298074a45c1 100644
--- a/net-misc/atftp/atftp-0.6-r1.ebuild
+++ b/net-misc/atftp/atftp-0.6-r3.ebuild
@@ -1,15 +1,26 @@
# 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-r1.ebuild,v 1.1 2003/08/28 22:58:27 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6-r3.ebuild,v 1.1 2003/10/30 17:11:15 lanius 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"
-DEPEND="tcpd? ( sys-apps/tcp-wrappers )"
+
+KEYWORDS="~x86"
SLOT="0"
-KEYWORDS="x86"
-SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz"
-S=${WORKDIR}/${P}
+
+DEPEND="tcpd? ( sys-apps/tcp-wrappers )
+ !virtual/tftp"
+
+PROVIDE="virtual/tfp"
+
+src_unpack() {
+ unpack ${A} ; cd ${S}
+ epatch ${FILESDIR}/${P}-security.patch
+}
src_compile () {
myconf=""
diff --git a/net-misc/atftp/atftp-0.6.ebuild b/net-misc/atftp/atftp-0.6.ebuild
deleted file mode 100644
index 8f11fb550848..000000000000
--- a/net-misc/atftp/atftp-0.6.ebuild
+++ /dev/null
@@ -1,31 +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.ebuild,v 1.4 2003/08/28 22:58:27 mholzer Exp $
-
-DESCRIPTION="Advanced TFTP implementation client/server"
-HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/"
-LICENSE="GPL-2"
-DEPEND=""
-SLOT="0"
-KEYWORDS="x86"
-SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz"
-S=${WORKDIR}/${P}
-
-src_unpack () {
- unpack ${A}
- cd ${S}
-
-}
-
-src_compile () {
- econf || 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-r1 b/net-misc/atftp/files/digest-atftp-0.6-r1
deleted file mode 100644
index 5cfcb463e4a5..000000000000
--- a/net-misc/atftp/files/digest-atftp-0.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898
diff --git a/net-misc/atftp/files/digest-atftp-0.6 b/net-misc/atftp/files/digest-atftp-0.6-r3
index 5cfcb463e4a5..5cfcb463e4a5 100644
--- a/net-misc/atftp/files/digest-atftp-0.6
+++ b/net-misc/atftp/files/digest-atftp-0.6-r3
diff --git a/net-misc/netkit-tftp/ChangeLog b/net-misc/netkit-tftp/ChangeLog
index 4ebf6c96ed2b..356467b7b2fc 100644
--- a/net-misc/netkit-tftp/ChangeLog
+++ b/net-misc/netkit-tftp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/netkit-tftp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-tftp/ChangeLog,v 1.6 2003/02/24 19:42:04 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-tftp/ChangeLog,v 1.7 2003/10/30 17:13:15 lanius Exp $
+
+ 30 Oct 2003; Heinrich Wendel <lanius@gentoo.org> netkit-tftp-0.17.ebuild:
+ virtual/tftp
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/net-misc/netkit-tftp/Manifest b/net-misc/netkit-tftp/Manifest
index c8cd942618ee..53e46f17b292 100644
--- a/net-misc/netkit-tftp/Manifest
+++ b/net-misc/netkit-tftp/Manifest
@@ -1,5 +1,5 @@
-MD5 c2ceff29155dd66a3185c4eb604e7a2b ChangeLog 1280
+MD5 549d39b7d45ff808637c603db3e5d627 netkit-tftp-0.17-r2.ebuild 717
+MD5 df63f14bad50de1997a873dcb3aae4f8 ChangeLog 1372
MD5 9a694d53ba18d4176331d651a3daedbe netkit-tftp-0.17-r1.ebuild 672
-MD5 09c8d36d2dbd0a7bbf760e9824767e2d netkit-tftp-0.17.ebuild 681
-MD5 eca25f90f0875639d8b73f7f3cb4fc57 files/digest-netkit-tftp-0.17 67
MD5 eca25f90f0875639d8b73f7f3cb4fc57 files/digest-netkit-tftp-0.17-r1 67
+MD5 eca25f90f0875639d8b73f7f3cb4fc57 files/digest-netkit-tftp-0.17-r2 67
diff --git a/net-misc/netkit-tftp/files/digest-netkit-tftp-0.17 b/net-misc/netkit-tftp/files/digest-netkit-tftp-0.17-r2
index ccb1af2d7d24..ccb1af2d7d24 100644
--- a/net-misc/netkit-tftp/files/digest-netkit-tftp-0.17
+++ b/net-misc/netkit-tftp/files/digest-netkit-tftp-0.17-r2
diff --git a/net-misc/netkit-tftp/netkit-tftp-0.17.ebuild b/net-misc/netkit-tftp/netkit-tftp-0.17-r2.ebuild
index 0731342affa6..552a1e895257 100644
--- a/net-misc/netkit-tftp/netkit-tftp-0.17.ebuild
+++ b/net-misc/netkit-tftp/netkit-tftp-0.17-r2.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/netkit-tftp/netkit-tftp-0.17.ebuild,v 1.12 2003/02/24 19:42:04 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-tftp/netkit-tftp-0.17-r2.ebuild,v 1.1 2003/10/30 17:13:15 lanius Exp $
DESCRIPTION="the tftp server included in netkit"
SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-tftp-0.17.tar.gz"
@@ -10,12 +10,15 @@ KEYWORDS="x86 sparc ppc mips"
LICENSE="BSD"
SLOT="0"
+DEPEND="!virtual/tftp"
+PROVIDE="virtual/tftp"
+
src_compile() {
./configure --prefix=/usr --installroot=${D} || die
emake || die
}
src_install() {
- dodir /usr/bin /usr/sbin /usr/share/man/man1 /usr/share//man/man8
+ dodir /usr/bin /usr/sbin /usr/man/man1 /usr/man/man8
make install || die
}
diff --git a/net-misc/tftp-hpa/ChangeLog b/net-misc/tftp-hpa/ChangeLog
index 0701859f0166..d489a035dbd6 100644
--- a/net-misc/tftp-hpa/ChangeLog
+++ b/net-misc/tftp-hpa/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/tftp-hpa
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/ChangeLog,v 1.1 2003/08/28 22:41:24 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/ChangeLog,v 1.2 2003/10/30 17:16:41 lanius Exp $
+
+*tftp-hpa-0.34-r1 (30 Oct 2003)
+
+ 30 Oct 2003; Heinrich Wendel <lanius@gentoo.org> tftp-hpa-0.34-r1.ebuild:
+ virtual/tftp
*tftp-hpa-0.34 (29 Aug 2003)
diff --git a/net-misc/tftp-hpa/Manifest b/net-misc/tftp-hpa/Manifest
index 76556d8499dd..0e3cf67f8793 100644
--- a/net-misc/tftp-hpa/Manifest
+++ b/net-misc/tftp-hpa/Manifest
@@ -1,7 +1,9 @@
-MD5 82a2df4801fe5fe0ce4588be21c222cf ChangeLog 1668
-MD5 221212a27452060f82fe36eaa2df4ef5 tftp-hpa-0.33.ebuild 735
MD5 48f5a114f6476de6e94cb4d20298a2bb tftp-hpa-0.34.ebuild 737
+MD5 cae2a9b9e0f6df993e0bbf184406ac29 tftp-hpa-0.34-r1.ebuild 770
+MD5 837488c5923b8002d0f81621e905aaa0 ChangeLog 1792
+MD5 221212a27452060f82fe36eaa2df4ef5 tftp-hpa-0.33.ebuild 735
+MD5 aa296d3fdacc863a5df2c90dbb789983 files/in.tftpd.rc6 523
MD5 2518048af53fc9da3ae6e3be5a244e8b files/digest-tftp-hpa-0.33 65
MD5 2f7c453cd0fde112ffac93387966fad3 files/digest-tftp-hpa-0.34 65
MD5 0f7f6f8b6bedfa5f426f5fcdc32bf849 files/in.tftpd.confd 127
-MD5 aa296d3fdacc863a5df2c90dbb789983 files/in.tftpd.rc6 523
+MD5 2f7c453cd0fde112ffac93387966fad3 files/digest-tftp-hpa-0.34-r1 65
diff --git a/net-misc/tftp-hpa/files/digest-tftp-hpa-0.34-r1 b/net-misc/tftp-hpa/files/digest-tftp-hpa-0.34-r1
new file mode 100644
index 000000000000..8638654e2c89
--- /dev/null
+++ b/net-misc/tftp-hpa/files/digest-tftp-hpa-0.34-r1
@@ -0,0 +1 @@
+MD5 8da23f9cbf36b820a13e35eff14f50c5 tftp-hpa-0.34.tar.bz2 76752
diff --git a/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild b/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild
new file mode 100644
index 000000000000..5f44ba682fc0
--- /dev/null
+++ b/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild,v 1.1 2003/10/30 17:16:41 lanius Exp $
+
+DESCRIPTION="port of the OpenBSD TFTP server"
+SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2"
+HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+
+DEPEND="virtual/glibc
+ !virtual/tftp"
+
+PROVIDE="virtual/tftp"
+
+src_install() {
+ make INSTALLROOT=${D} install || die
+ dodoc README* CHANGES INSTALL*
+
+ insinto /etc/conf.d
+ newins ${FILESDIR}/in.tftpd.confd in.tftpd
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/in.tftpd.rc6 in.tftpd
+}