public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/tnftp/
Date: Sun, 10 Apr 2022 18:39:52 +0000 (UTC)	[thread overview]
Message-ID: <1649615979.3c52a8914a2bff35489048d7ac6e22df10f83799.swegener@gentoo> (raw)

commit:     3c52a8914a2bff35489048d7ac6e22df10f83799
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 18:39:37 2022 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 18:39:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c52a891

net-ftp/tnftp: Cleanup

Bug: https://bugs.gentoo.org/834548
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 net-ftp/tnftp/Manifest              |  2 --
 net-ftp/tnftp/tnftp-20141104.ebuild | 30 ------------------------------
 net-ftp/tnftp/tnftp-20151004.ebuild | 30 ------------------------------
 3 files changed, 62 deletions(-)

diff --git a/net-ftp/tnftp/Manifest b/net-ftp/tnftp/Manifest
index 3344a3b8d452..0ee664f58d93 100644
--- a/net-ftp/tnftp/Manifest
+++ b/net-ftp/tnftp/Manifest
@@ -1,3 +1 @@
-DIST tnftp-20141104.tar.gz 613180 BLAKE2B d9882b7793873abcd0cd00273a29adb2427ea5cdab822c744b02de08ccc88fb62a064ff42ceeec3ea20df68101a2ac5c8cb34bda8c9948078aab2f19f4206fab SHA512 e3d99215d36d27d3d841d946975c2a2723c6ca227cc7d9469f30dbc398f32bdd5c0922933dd12d9e822d7e85826a74619fb7712a6c5a97d1ee721c79d5728d55
-DIST tnftp-20151004.tar.gz 613482 BLAKE2B 3f63a4a57d11b4bfa871fdcac0de6cd4f20743f0e4e02c2b36d341c72dd12d45227ab813c59704b5da07cfed35f2e6e7777c9f34896960bc8f2acbb8ed46acbd SHA512 0702dc26c072599eebbe8731924452575eab93ab72245d4703497daa6e5e4a2c050b28278c0a20b4dbb86cee25949f216fc80a581ed73457a78c1616f484ed6e
 DIST tnftp-20210827.tar.gz 699171 BLAKE2B fe1d4f9f972f349c18e98dbc40305c867511339cb661936fbd255c4a76d9df61f1eae7e723479ef67a96dd05886a079daa4b7367d0c8768d33bc08faa743e5e8 SHA512 9b33f48e237ff49fe3cf502635b948cf7d5e20e2f38a6a429288e3f4374099ac9fb910a9e5b88de4420f1570f6f92ec1fc7ab16f0b93dfe8c6f32d11f0fc0e47

diff --git a/net-ftp/tnftp/tnftp-20141104.ebuild b/net-ftp/tnftp/tnftp-20141104.ebuild
deleted file mode 100644
index c83cf2e1b931..000000000000
--- a/net-ftp/tnftp/tnftp-20141104.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="NetBSD FTP client with several advanced features"
-SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/${PN}/${P}.tar.gz
-	ftp://ftp.netbsd.org/pub/NetBSD/misc/${PN}/old/${P}.tar.gz"
-HOMEPAGE="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/"
-
-SLOT="0"
-LICENSE="BSD-4 BSD ISC"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ipv6 socks5"
-
-DEPEND=">=sys-libs/ncurses-5.1
-	socks5? ( net-proxy/dante )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	econf \
-		--enable-editcomplete \
-		$(use_enable ipv6) \
-		$(use_with socks5 socks)
-}
-
-src_install() {
-	emake install DESTDIR="${D}"
-	dodoc ChangeLog README THANKS
-}

diff --git a/net-ftp/tnftp/tnftp-20151004.ebuild b/net-ftp/tnftp/tnftp-20151004.ebuild
deleted file mode 100644
index a6e7d8ae08d3..000000000000
--- a/net-ftp/tnftp/tnftp-20151004.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="NetBSD FTP client with several advanced features"
-SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/${PN}/${P}.tar.gz
-	ftp://ftp.netbsd.org/pub/NetBSD/misc/${PN}/old/${P}.tar.gz"
-HOMEPAGE="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/"
-
-SLOT="0"
-LICENSE="BSD-4 BSD ISC"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ipv6 socks5"
-
-DEPEND=">=sys-libs/ncurses-5.1
-	socks5? ( net-proxy/dante )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	econf \
-		--enable-editcomplete \
-		$(use_enable ipv6) \
-		$(use_with socks5 socks)
-}
-
-src_install() {
-	emake install DESTDIR="${D}"
-	dodoc ChangeLog README THANKS
-}


             reply	other threads:[~2022-04-10 18:39 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-10 18:39 Sven Wegener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 20:21 [gentoo-commits] repo/gentoo:master commit in: net-ftp/tnftp/ Sven Wegener
2024-01-22 20:51 Sven Wegener
2023-07-05  6:52 Sven Wegener
2023-05-05 16:05 Sven Wegener
2023-05-05 15:59 Sven Wegener
2022-08-11 14:04 Yixun Lan
2022-04-10 18:39 Sven Wegener
2022-04-10 18:38 Sven Wegener
2022-04-10 17:51 Arthur Zamarin
2022-03-04 12:22 Sven Wegener
2022-03-04 12:17 Sven Wegener
2018-02-11 11:02 Michał Górny
2017-01-29 19:33 Fabian Groffen
2015-11-09 20:15 Sven Wegener
2015-11-04 14:26 Agostino Sarubbo
2015-10-13  7:24 Agostino Sarubbo
2015-10-13  7:23 Agostino Sarubbo
2015-10-12 20:26 Sven Wegener

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=1649615979.3c52a8914a2bff35489048d7ac6e22df10f83799.swegener@gentoo \
    --to=swegener@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