Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/oftpd/
Date: Wed, 09 May 2018 10:58:00
Message-Id: 1525863476.4f5fa2bfface1c8a856d2fd5f9e9f8cc2d49e176.zlogene@gentoo
1 commit: 4f5fa2bfface1c8a856d2fd5f9e9f8cc2d49e176
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 10:57:35 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 10:57:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5fa2bf
7
8 net-ftp/oftpd: Drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-ftp/oftpd/oftpd-0.3.7-r7.ebuild | 45 -------------------------------------
13 1 file changed, 45 deletions(-)
14
15 diff --git a/net-ftp/oftpd/oftpd-0.3.7-r7.ebuild b/net-ftp/oftpd/oftpd-0.3.7-r7.ebuild
16 deleted file mode 100644
17 index d898a4dba66..00000000000
18 --- a/net-ftp/oftpd/oftpd-0.3.7-r7.ebuild
19 +++ /dev/null
20 @@ -1,45 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=2
25 -
26 -inherit autotools eutils
27 -
28 -DESCRIPTION="Secure, small, anonymous only ftpd"
29 -HOMEPAGE="http://www.time-travellers.org/oftpd"
30 -SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz
31 - ftp://ftp.deepspace6.net/pub/ds6/sources/${PN}/${PN}-0.3.6-ipv6rel2.patch.gz"
32 -
33 -LICENSE="BSD-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 arm ppc ppc64 sh sparc x86"
36 -IUSE="ipv6"
37 -
38 -DEPEND="net-ftp/ftpbase"
39 -RDEPEND="${DEPEND}"
40 -
41 -src_prepare() {
42 - cd "${WORKDIR}" || die
43 - epatch "${FILESDIR}"/oftpd-0.3.7-ipv6rel2-0.3.6-to-0.3.7.patch
44 -
45 - cd "${S}" || die
46 - epatch "${WORKDIR}"/${PN}-0.3.6-ipv6rel2.patch
47 -
48 - # Don't crash when using an unsupported address family, #159178.
49 - # updated in bug #157005
50 - epatch "${FILESDIR}"/${P}-family-1.patch
51 -
52 - eautoreconf
53 -}
54 -
55 -src_configure() {
56 - econf --bindir=/usr/sbin $(use_enable ipv6)
57 -}
58 -
59 -src_install() {
60 - emake DESTDIR="${D}" install || die
61 - dodoc AUTHORS BUGS FAQ NEWS README TODO || die
62 - keepdir /home/ftp
63 - newinitd "${FILESDIR}"/init.d.oftpd-r7 oftpd || die
64 - newconfd "${FILESDIR}"/conf.d.oftpd-r7 oftpd || die
65 -}