diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-20 14:43:23 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-20 14:45:30 +0200 |
commit | 0ac2e8dcc32a7774c2698b588d9ab4fd6699535c (patch) | |
tree | feac47269bfa011643840c6577f20911ef2c6aae /net-ftp | |
parent | app-forensics/mac-robber: EAPI bump (diff) | |
download | gentoo-0ac2e8dcc32a7774c2698b588d9ab4fd6699535c.tar.gz gentoo-0ac2e8dcc32a7774c2698b588d9ab4fd6699535c.tar.bz2 gentoo-0ac2e8dcc32a7774c2698b588d9ab4fd6699535c.zip |
net-ftp/oftpd: Remove 0.3.7-r8
Uses deprecated EAPI 4 and overshadowed by 0.3.7-r10.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/oftpd/oftpd-0.3.7-r8.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/net-ftp/oftpd/oftpd-0.3.7-r8.ebuild b/net-ftp/oftpd/oftpd-0.3.7-r8.ebuild deleted file mode 100644 index 431e783eb9b9..000000000000 --- a/net-ftp/oftpd/oftpd-0.3.7-r8.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools eutils - -DESCRIPTION="Secure, small, anonymous only ftpd" -HOMEPAGE="http://www.time-travellers.org/oftpd" -SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz - ftp://ftp.deepspace6.net/pub/ds6/sources/${PN}/${PN}-0.3.6-ipv6rel2.patch.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="ipv6" - -DEPEND="net-ftp/ftpbase" -RDEPEND="${DEPEND}" - -src_prepare() { - cd "${WORKDIR}" || die - epatch "${FILESDIR}"/oftpd-0.3.7-ipv6rel2-0.3.6-to-0.3.7.patch - - cd "${S}" || die - epatch "${WORKDIR}"/${PN}-0.3.6-ipv6rel2.patch - - # Don't crash when using an unsupported address family, #159178. - # updated in bug #157005 - epatch "${FILESDIR}"/${P}-family-1.patch - - # htons patch #371963 - epatch "${FILESDIR}"/${P}-htons.patch - - epatch "${FILESDIR}"/${P}-unistd.patch - eautoreconf -} - -src_configure() { - econf --bindir=/usr/sbin $(use_enable ipv6) -} - -src_install() { - default - keepdir /home/ftp - newinitd "${FILESDIR}"/init.d.oftpd-r7 oftpd - newconfd "${FILESDIR}"/conf.d.oftpd-r7 oftpd -} |