diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-30 17:16:46 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-30 17:16:46 +0000 |
commit | 8c83e953f34f76592ce7fcaeeadc5e9ea0e8a5d5 (patch) | |
tree | 3f4a90f67f4ac77fa751c3c2b71d98a0b2d24bd2 /net-misc/tftp-hpa | |
parent | Add the ssl-cert.eclass lib. Documentation coming in next commit. (diff) | |
download | historical-8c83e953f34f76592ce7fcaeeadc5e9ea0e8a5d5.tar.gz historical-8c83e953f34f76592ce7fcaeeadc5e9ea0e8a5d5.tar.bz2 historical-8c83e953f34f76592ce7fcaeeadc5e9ea0e8a5d5.zip |
virtual/tftp
Diffstat (limited to 'net-misc/tftp-hpa')
-rw-r--r-- | net-misc/tftp-hpa/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/tftp-hpa/Manifest | 8 | ||||
-rw-r--r-- | net-misc/tftp-hpa/files/digest-tftp-hpa-0.34-r1 | 1 | ||||
-rw-r--r-- | net-misc/tftp-hpa/tftp-hpa-0.34-r1.ebuild | 26 |
4 files changed, 38 insertions, 4 deletions
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 +} |