summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-08-16 00:02:21 +0000
committerMike Frysinger <vapier@gentoo.org>2009-08-16 00:02:21 +0000
commit34f7fcb3d69282fbfb3eddcad036abf745bd04a6 (patch)
treeeeedbc75d79f120a1fe47d980715801f62f64dec /net-ftp
parentVersion bump #280489 by Farid. (diff)
downloadgentoo-2-34f7fcb3d69282fbfb3eddcad036abf745bd04a6.tar.gz
gentoo-2-34f7fcb3d69282fbfb3eddcad036abf745bd04a6.tar.bz2
gentoo-2-34f7fcb3d69282fbfb3eddcad036abf745bd04a6.zip
old
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/tftp-hpa/files/in.tftpd.confd7
-rw-r--r--net-ftp/tftp-hpa/files/tftp-hpa-0.45-parallel.patch13
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild37
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-0.40.1.ebuild37
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-0.45-r1.ebuild51
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-0.45.ebuild51
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-0.48.ebuild43
7 files changed, 0 insertions, 239 deletions
diff --git a/net-ftp/tftp-hpa/files/in.tftpd.confd b/net-ftp/tftp-hpa/files/in.tftpd.confd
deleted file mode 100644
index 99cb21cbb6c3..000000000000
--- a/net-ftp/tftp-hpa/files/in.tftpd.confd
+++ /dev/null
@@ -1,7 +0,0 @@
-# /etc/init.d/in.tftpd
-
-# Path to server files from
-INTFTPD_PATH="/tftproot"
-
-# For more options, see tftpd(8)
-INTFTPD_OPTS="-s ${INTFTPD_PATH}"
diff --git a/net-ftp/tftp-hpa/files/tftp-hpa-0.45-parallel.patch b/net-ftp/tftp-hpa/files/tftp-hpa-0.45-parallel.patch
deleted file mode 100644
index 5cda045e5eb5..000000000000
--- a/net-ftp/tftp-hpa/files/tftp-hpa-0.45-parallel.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile
-+++ Makefile
-@@ -17,8 +17,8 @@
-
- all: MCONFIG $(patsubst %, %.build, $(SUB))
-
--tftp.build: lib.build
--tftpd.build: lib.build
-+tftp.build: lib.build common.build
-+tftpd.build: lib.build common.build
-
- install: MCONFIG $(patsubst %, %.install, $(SUB))
-
diff --git a/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild
deleted file mode 100644
index 99fd83bfeabd..000000000000
--- a/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-0.40-r1.ebuild,v 1.9 2006/12/30 06:35:27 vapier Exp $
-
-DESCRIPTION="port of the OpenBSD TFTP server"
-HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
-SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86"
-IUSE="readline selinux tcpd"
-
-DEPEND="readline? ( sys-libs/readline )
- tcpd? ( sys-apps/tcp-wrappers )
- selinux? ( sec-policy/selinux-tftpd )
- !virtual/tftp"
-PROVIDE="virtual/tftp"
-
-src_compile() {
- econf \
- $(use_with tcpd tcpwrappers) \
- $(use_with readline) \
- || die
- emake || die
-}
-
-src_install() {
- make INSTALLROOT="${D}" install || die
- dodoc README* CHANGES INSTALL*
-
- # iputils installs this
- rm -f "${D}"/usr/share/man/man8/tftpd.8
-
- newconfd "${FILESDIR}"/in.tftpd.confd in.tftpd
- newinitd "${FILESDIR}"/in.tftpd.rc6 in.tftpd
-}
diff --git a/net-ftp/tftp-hpa/tftp-hpa-0.40.1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-0.40.1.ebuild
deleted file mode 100644
index 3af73287eea4..000000000000
--- a/net-ftp/tftp-hpa/tftp-hpa-0.40.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-0.40.1.ebuild,v 1.9 2006/12/30 06:35:27 vapier Exp $
-
-DESCRIPTION="port of the OpenBSD TFTP server"
-HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
-SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh ~sparc ~x86"
-IUSE="readline selinux tcpd"
-
-DEPEND="readline? ( sys-libs/readline )
- tcpd? ( sys-apps/tcp-wrappers )
- selinux? ( sec-policy/selinux-tftpd )
- !virtual/tftp"
-PROVIDE="virtual/tftp"
-
-src_compile() {
- econf \
- $(use_with tcpd tcpwrappers) \
- $(use_with readline) \
- || die
- emake || die
-}
-
-src_install() {
- make INSTALLROOT="${D}" install || die
- dodoc README* CHANGES
-
- # iputils installs this
- rm -f "${D}"/usr/share/man/man8/tftpd.8
-
- newconfd "${FILESDIR}"/in.tftpd.confd in.tftpd
- newinitd "${FILESDIR}"/in.tftpd.rc6 in.tftpd
-}
diff --git a/net-ftp/tftp-hpa/tftp-hpa-0.45-r1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-0.45-r1.ebuild
deleted file mode 100644
index 8737dac675fd..000000000000
--- a/net-ftp/tftp-hpa/tftp-hpa-0.45-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-0.45-r1.ebuild,v 1.1 2007/01/18 00:21:34 robbat2 Exp $
-
-inherit eutils
-
-DESCRIPTION="port of the OpenBSD TFTP server"
-HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
-SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="readline selinux tcpd"
-
-DEPEND="readline? ( sys-libs/readline )
- tcpd? ( sys-apps/tcp-wrappers )
- selinux? ( sec-policy/selinux-tftpd )
- !virtual/tftp"
-PROVIDE="virtual/tftp"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-parallel.patch
-}
-
-src_compile() {
- econf \
- $(use_with tcpd tcpwrappers) \
- $(use_with readline) \
- || die
- emake || die
-}
-
-src_install() {
- emake INSTALLROOT="${D}" install || die
- dodoc README* CHANGES tftpd/sample.rules
-
- # iputils installs this
- rm -f "${D}"/usr/share/man/man8/tftpd.8
-
- newconfd "${FILESDIR}"/in.tftpd.confd-0.44 in.tftpd
- newinitd "${FILESDIR}"/in.tftpd.rc6 in.tftpd
-}
-
-pkg_postinst() {
- ewarn "After installation, please ensure you look at"
- ewarn "/etc/conf.d/in.tftpd and set the correct path"
- ewarn "for your application."
-}
diff --git a/net-ftp/tftp-hpa/tftp-hpa-0.45.ebuild b/net-ftp/tftp-hpa/tftp-hpa-0.45.ebuild
deleted file mode 100644
index bdecdf3e66df..000000000000
--- a/net-ftp/tftp-hpa/tftp-hpa-0.45.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-0.45.ebuild,v 1.2 2006/12/30 06:35:27 vapier Exp $
-
-inherit eutils
-
-DESCRIPTION="port of the OpenBSD TFTP server"
-HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
-SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="readline selinux tcpd"
-
-DEPEND="readline? ( sys-libs/readline )
- tcpd? ( sys-apps/tcp-wrappers )
- selinux? ( sec-policy/selinux-tftpd )
- !virtual/tftp"
-PROVIDE="virtual/tftp"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-parallel.patch
-}
-
-src_compile() {
- econf \
- $(use_with tcpd tcpwrappers) \
- $(use_with readline) \
- || die
- emake || die
-}
-
-src_install() {
- emake INSTALLROOT="${D}" install || die
- dodoc README* CHANGES tftpd/sample.rules
-
- # iputils installs this
- rm -f "${D}"/usr/share/man/man8/tftpd.8
-
- newconfd "${FILESDIR}"/in.tftpd.confd-${PV} in.tftpd
- newinitd "${FILESDIR}"/in.tftpd.rc6 in.tftpd
-}
-
-pkg_postinst() {
- ewarn "After installation, please ensure you look at"
- ewarn "/etc/conf.d/in.tftpd and set the correct path"
- ewarn "for your application."
-}
diff --git a/net-ftp/tftp-hpa/tftp-hpa-0.48.ebuild b/net-ftp/tftp-hpa/tftp-hpa-0.48.ebuild
deleted file mode 100644
index 97d8145a2d7c..000000000000
--- a/net-ftp/tftp-hpa/tftp-hpa-0.48.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-0.48.ebuild,v 1.10 2008/05/09 17:11:52 jer Exp $
-
-DESCRIPTION="port of the OpenBSD TFTP server"
-HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
-SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="readline selinux tcpd"
-
-DEPEND="readline? ( sys-libs/readline )
- tcpd? ( sys-apps/tcp-wrappers )
- selinux? ( sec-policy/selinux-tftpd )
- !virtual/tftp"
-PROVIDE="virtual/tftp"
-
-src_compile() {
- econf \
- $(use_with tcpd tcpwrappers) \
- $(use_with readline) \
- || die
- emake || die
-}
-
-src_install() {
- emake INSTALLROOT="${D}" install || die
- dodoc README* CHANGES tftpd/sample.rules
-
- # iputils installs this
- rm -f "${D}"/usr/share/man/man8/tftpd.8
-
- newconfd "${FILESDIR}"/in.tftpd.confd-0.44 in.tftpd
- newinitd "${FILESDIR}"/in.tftpd.rc6 in.tftpd
-}
-
-pkg_postinst() {
- ewarn "After installation, please ensure you look at"
- ewarn "/etc/conf.d/in.tftpd and set the correct path"
- ewarn "for your application."
-}