public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ftp/
Date: Sat, 11 Dec 2021 21:40:38 +0000 (UTC)	[thread overview]
Message-ID: <1639258351.9dfd65fbf61b939b03a423fec88e9fec92810bd9.conikost@gentoo> (raw)

commit:     9dfd65fbf61b939b03a423fec88e9fec92810bd9
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 20:51:31 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 21:32:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfd65fb

net-ftp/ftp: drop 0.17.23.0.2.1

Closes: https://bugs.gentoo.org/551736
Closes: https://bugs.gentoo.org/646152
Closes: https://bugs.gentoo.org/713246
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-ftp/ftp/Manifest                 |  2 --
 net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild | 60 ------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/net-ftp/ftp/Manifest b/net-ftp/ftp/Manifest
index 58a4a0349d67..18a3af575f76 100644
--- a/net-ftp/ftp/Manifest
+++ b/net-ftp/ftp/Manifest
@@ -1,5 +1,3 @@
-DIST netkit-ftp-0.17-patches-2.tar.bz2 4307 BLAKE2B d7febb30807dab2dd66b6fe1991675b37cdea63703769f228895d7722f46b56dd2f5a7774d92740ff3f9ff7797a64660a580cb231582d2b9b912da35c209746a SHA512 6a9adfd33eae4ac2e1a9e070ed89467804dc484eda084694398bb7e3ebbaf04bf70d00ffaa637bace078c4c0024115ba3620fd75d4a3558a44dc991798885461
 DIST netkit-ftp-0.17-patches-3.tar.bz2 4082 BLAKE2B d70c0340641647ab993a7b2aa1c49be2a1ff16e7b6b3038ebe9eff329bf4796cfa21d8c8d88f123c2f633cc1ba3b5ecdd4b1be78a7fda63b77ece077d643fca5 SHA512 083796f89c6d02f2b094616a6b7c9ef8ef7d0edbe337521cf311deb03f1af2000f12b85e3978a5eb1c56c64f2a2a105c0b7735fd6ea31d626d171a047cd858c3
 DIST netkit-ftp-0.17.tar.gz 53934 BLAKE2B 451f90f26cd5cc1a6693fea7c31d47127d8b89b4b00a2f863af61d46d87f6e416141db1c6f6bb320021665a99f0d9e00dc4a5c3b0bb209df0ae74aad97a45f20 SHA512 ba8e411d0230c78e9e4555c03dc1036c6e506ef8edb72ecee4d6a7559d85143721bffbe8b8a6e42918b3098072ac8f207584be9e3a241f6bd31e361c92de6554
-DIST netkit-ftp-ssl_0.17.23+0.2-1.debian.tar.gz 48189 BLAKE2B 7894f64308ae14c72e2fcf7e18225fa36680d2d88a3e59c4b7edac3669e051e3196a2acda3f8da083bd3d8405e9f28f67be10d70684854e8bbc7008f8189cb8d SHA512 c2fa882c185987298a73e7cef8c073ab0aee7627b60b412be90eef8619bf02d97721c15197fe4f443eab53bcca87876633924872f3102ef9e92dc7511c065228
 DIST netkit-ftp-ssl_0.17.34+0.2-5.1.debian.tar.xz 48976 BLAKE2B 30c867a3a8fabc55ba05603c54b5e4153d198e8e92d55353bf02cbf0494a41de1362c945aef013edfa3a6f0b1c78e5041ec7127db5eb99bac5351f57bb526c2d SHA512 6061b9b22fe8463a7d4542988685e108b282b6d2908d67cc70951fc23b1d842a70aee44af989d1e683e80c050ffe284fbfa776581e0120439bec98d479672718

diff --git a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild b/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
deleted file mode 100644
index 875892a83db6..000000000000
--- a/net-ftp/ftp/ftp-0.17.23.0.2.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit epatch toolchain-funcs flag-o-matic versionator
-
-PATCH_VER="2"
-MY_PN="netkit-ftp"
-MY_PV="$(get_version_component_range 1-2)"
-MY_P="netkit-${PN}-${MY_PV}"
-DEB_PN="${MY_PN}-ssl"
-DEB_PV="$(get_version_component_range 1-3)+$(get_version_component_range 4-5)-$(get_version_component_range 6)"
-DESCRIPTION="Standard Linux FTP client"
-HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html"
-SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz
-	mirror://debian/pool/main/n/${DEB_PN}/${DEB_PN}_${DEB_PV}.debian.tar.gz
-	mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="ipv6 readline ssl"
-
-RDEPEND="
-	>=sys-libs/ncurses-5.2:=
-	readline? ( sys-libs/readline:0= )
-	ssl? (
-		dev-libs/openssl:0=
-	)
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	EPATCH_FORCE="yes" EPATCH_SUFFIX="diff" epatch "${WORKDIR}"/debian/patches
-	EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
-	sed -i \
-		-e 's:echo -n:printf %s :' \
-		configure || die
-}
-
-src_configure() {
-	append-lfs-flags #101038
-	tc-export CC
-	# not an autoconf script
-	./configure \
-		--prefix=/usr \
-		$(use_enable ipv6) \
-		$(use_enable readline) \
-		$(use_enable ssl) \
-		|| die
-}
-
-src_install() {
-	dobin ftp/ftp
-	doman ftp/ftp.1 ftp/netrc.5
-	dodoc ChangeLog README BUGS
-}


             reply	other threads:[~2021-12-11 21:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-11 21:40 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-05 23:52 [gentoo-commits] repo/gentoo:master commit in: net-ftp/ftp/ Mike Gilbert
2022-08-11 14:04 Yixun Lan
2022-04-10 13:42 Yixun Lan
2021-12-06  1:16 Sam James
2021-12-05 18:21 Arthur Zamarin
2021-12-05  3:33 Sam James
2021-09-28  3:35 Sam James
2021-05-02 14:40 Mikle Kolyada
2021-04-16 10:25 David Seifert
2019-06-04  5:27 Andreas K. Hüttel
2018-05-10 17:19 Mikle Kolyada
2018-04-22 20:28 Matt Turner
2018-03-15 14:33 Mikle Kolyada
2018-01-15 19:03 Tobias Klausmann
2018-01-10 22:25 Sergei Trofimovich
2018-01-10 21:22 Sergei Trofimovich
2018-01-08 22:50 Thomas Deutschmann
2018-01-08 22:24 Sergei Trofimovich
2018-01-08 22:05 Sergei Trofimovich
2016-10-09 16:19 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1639258351.9dfd65fbf61b939b03a423fec88e9fec92810bd9.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox