summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-29 20:28:38 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-29 20:28:38 +0000
commit1af78066200a499a617b5204e20159234ba0ce7e (patch)
treefdfe057ceedc3f51e5ae629c5e1187c8939d7cf1 /net-ftp
parentRemove old. (diff)
downloadgentoo-2-1af78066200a499a617b5204e20159234ba0ce7e.tar.gz
gentoo-2-1af78066200a499a617b5204e20159234ba0ce7e.tar.bz2
gentoo-2-1af78066200a499a617b5204e20159234ba0ce7e.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/tftp-hpa/ChangeLog8
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild45
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-5.0.ebuild41
-rw-r--r--net-ftp/tftp-hpa/tftp-hpa-5.1.ebuild48
4 files changed, 6 insertions, 136 deletions
diff --git a/net-ftp/tftp-hpa/ChangeLog b/net-ftp/tftp-hpa/ChangeLog
index 6249c730473e..c3b0d1fa733c 100644
--- a/net-ftp/tftp-hpa/ChangeLog
+++ b/net-ftp/tftp-hpa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-ftp/tftp-hpa
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/ChangeLog,v 1.78 2014/11/02 08:56:39 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/ChangeLog,v 1.79 2015/04/29 20:28:38 mrueg Exp $
+
+ 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -tftp-hpa-0.49-r1.ebuild,
+ -tftp-hpa-5.0.ebuild, -tftp-hpa-5.1.ebuild:
+ Remove old.
02 Nov 2014; Sven Vermeulen <swift@gentoo.org> tftp-hpa-5.2-r1.ebuild:
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
diff --git a/net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild
deleted file mode 100644
index 3a52518180b5..000000000000
--- a/net-ftp/tftp-hpa/tftp-hpa-0.49-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 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.49-r1.ebuild,v 1.13 2014/06/24 02:26:26 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-4"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="ipv6 readline selinux tcpd"
-
-RDEPEND="selinux? ( sec-policy/selinux-tftp )
- !net-ftp/atftp
- !net-ftp/netkit-tftp"
-DEPEND="${RDEPEND}
- readline? ( sys-libs/readline )
- tcpd? ( sys-apps/tcp-wrappers )"
-
-src_compile() {
- econf \
- $(use_with ipv6) \
- $(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-5.0.ebuild b/net-ftp/tftp-hpa/tftp-hpa-5.0.ebuild
deleted file mode 100644
index 74c70bd4b9f2..000000000000
--- a/net-ftp/tftp-hpa/tftp-hpa-5.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.0.ebuild,v 1.7 2014/06/24 02:26:26 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-4"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="ipv6 readline selinux tcpd"
-
-RDEPEND="selinux? ( sec-policy/selinux-tftp )
- !net-ftp/atftp
- !net-ftp/netkit-tftp"
-DEPEND="${RDEPEND}
- readline? ( sys-libs/readline )
- tcpd? ( sys-apps/tcp-wrappers )"
-
-src_compile() {
- econf \
- $(use_with ipv6) \
- $(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 "${D}"/usr/share/man/man8/tftpd.8 || die
-
- newconfd "${FILESDIR}"/in.tftpd.confd-0.44 in.tftpd
- newinitd "${FILESDIR}"/in.tftpd.rc6 in.tftpd
- insinto /etc/xinetd.d
- newins "${FILESDIR}"/tftp.xinetd tftp
-}
diff --git a/net-ftp/tftp-hpa/tftp-hpa-5.1.ebuild b/net-ftp/tftp-hpa/tftp-hpa-5.1.ebuild
deleted file mode 100644
index 93ca05940dd0..000000000000
--- a/net-ftp/tftp-hpa/tftp-hpa-5.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.1.ebuild,v 1.11 2014/06/24 02:26:26 vapier Exp $
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="port of the OpenBSD TFTP server"
-HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
-SRC_URI="mirror://kernel/software/network/tftp/${PN}/${P}.tar.xz"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="ipv6 readline selinux tcpd"
-
-RDEPEND="selinux? ( sec-policy/selinux-tftp )
- readline? ( sys-libs/readline )
- tcpd? ( sys-apps/tcp-wrappers )
- !net-ftp/atftp
- !net-ftp/netkit-tftp"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_prepare() {
- sed -i "/^AR/s:ar:$(tc-getAR):" MCONFIG.in || die
-}
-
-src_configure() {
- econf \
- $(use_with ipv6) \
- $(use_with tcpd tcpwrappers) \
- $(use_with readline)
-}
-
-src_install() {
- emake INSTALLROOT="${D}" install
- dodoc README* CHANGES tftpd/sample.rules
-
- # iputils installs this
- rm "${D}"/usr/share/man/man8/tftpd.8 || die
-
- newconfd "${FILESDIR}"/in.tftpd.confd-0.44 in.tftpd
- newinitd "${FILESDIR}"/in.tftpd.rc6 in.tftpd
- insinto /etc/xinetd.d
- newins "${FILESDIR}"/tftp.xinetd tftp
-}