From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/
Date: Thu, 22 Feb 2024 05:50:38 +0000 (UTC) [thread overview]
Message-ID: <1708581023.3de6d9fd0da813eb4c151f72e180bb78393b4b64.ceamac@gentoo> (raw)
commit: 3de6d9fd0da813eb4c151f72e180bb78393b4b64
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 05:40:29 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 05:50:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de6d9fd
net-ftp/ncftp: drop 3.2.6-r5
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
net-ftp/ncftp/Manifest | 1 -
net-ftp/ncftp/ncftp-3.2.6-r5.ebuild | 58 -------------------------------------
2 files changed, 59 deletions(-)
diff --git a/net-ftp/ncftp/Manifest b/net-ftp/ncftp/Manifest
index 4d5ad49ce3fc..aa05be92f190 100644
--- a/net-ftp/ncftp/Manifest
+++ b/net-ftp/ncftp/Manifest
@@ -1,2 +1 @@
-DIST ncftp-3.2.6-src.tar.xz 420564 BLAKE2B ce6d8d2bf06761f884e9edfe6d0bb0230f5d515078a787c4e6faf7716b760166acdd0accf3de1e1f5f3d892c8c86348cdbbefeac6be05e6806011a3e8f4c9b02 SHA512 8e6091ce2ea1eb463edea322d1b5dde813475fd22096d67f0bfd2f5101ae09747ff25d38816d0b9b1077e6a5a256078361691f816aa2eefa38638aa523b4b382
DIST ncftp-3.2.7-src.tar.xz 422480 BLAKE2B d075be273d534b11385b8ee5839835102d9f69a6cc8fc8f661b85be32c1cad3b1c4bab2c99b8c47bc3c40d18275524b88da7d8e70985dbb0cfb7ff5ea07b70f3 SHA512 b755385a57ac2487625c15985f091d9e1b71073b2593faffe1f2bbba34e691cfff9ffd8448b048f223ea08428e890f30c49a903e4f938393e3c0e4ae03ddab37
diff --git a/net-ftp/ncftp/ncftp-3.2.6-r5.ebuild b/net-ftp/ncftp/ncftp-3.2.6-r5.ebuild
deleted file mode 100644
index f23a7ba32bab..000000000000
--- a/net-ftp/ncftp/ncftp-3.2.6-r5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit autotools toolchain-funcs
-
-DESCRIPTION="An extremely configurable ftp client"
-HOMEPAGE="https://www.ncftp.com/"
-SRC_URI="
- https://ftp.mirrorservice.org/sites/ftp.${PN}.com/${PN}/${P}-src.tar.xz
-"
-
-LICENSE="Clarified-Artistic"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
-IUSE="pch"
-
-DEPEND="
- sys-libs/ncurses:=
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-3.2.6-fno-common.patch
- "${FILESDIR}"/${PN}-3.2.6-fix-clang.patch # 875458
-)
-
-src_prepare() {
- default
-
- sed -i -e '/^AR=/d' autoconf_local/aclocal.m4 || die
- # 727774
- sed -i -e 's/STRIP=".*"/STRIP=":"/' autoconf_local/aclocal.m4 || die
-
- AT_M4DIR=autoconf_local/ eautoreconf
-}
-
-src_configure() {
- tc-export AR CC
- LC_ALL="C" \
- LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
- econf \
- $(use_enable pch precomp) \
- --disable-ccdv \
- --disable-universal
-}
-
-src_install() {
- default
- dodoc README.txt doc/*.txt
- docinto html
- dodoc doc/html/*.html
-}
next reply other threads:[~2024-02-22 5:50 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-22 5:50 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-10 10:32 [gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/ Viorel Munteanu
2024-06-02 8:12 Sam James
2024-06-02 8:12 Sam James
2024-06-02 8:12 Sam James
2024-06-02 8:12 Sam James
2024-06-02 8:03 Sam James
2024-02-22 4:45 Ionen Wolkens
2024-02-06 19:29 Sam James
2024-02-06 10:05 Sam James
2024-02-06 10:05 Sam James
2024-02-06 9:29 Sam James
2024-02-06 9:29 Sam James
2024-01-06 11:04 Viorel Munteanu
2022-12-20 18:23 Viorel Munteanu
2022-12-20 9:12 Sam James
2022-12-20 8:15 Sam James
2022-12-20 8:15 Sam James
2022-12-19 18:21 Arthur Zamarin
2022-12-19 18:21 Arthur Zamarin
2022-12-19 18:21 Arthur Zamarin
2022-11-02 16:17 Viorel Munteanu
2022-02-26 8:33 Joonas Niilola
2022-02-26 0:21 Sam James
2022-02-23 9:42 Jakov Smolić
2022-02-23 7:33 Agostino Sarubbo
2022-02-23 7:33 Agostino Sarubbo
2022-02-23 7:32 Agostino Sarubbo
2022-02-23 7:32 Agostino Sarubbo
2022-02-23 6:07 Yixun Lan
2022-01-19 18:21 Florian Schmaus
2021-01-06 14:38 Fabian Groffen
2020-12-27 17:51 Fabian Groffen
2020-12-21 20:09 Sam James
2020-12-21 9:36 Sergei Trofimovich
2020-12-20 19:15 Sam James
2020-12-20 16:40 Thomas Deutschmann
2020-12-17 22:58 Sergei Trofimovich
2020-12-17 16:41 Agostino Sarubbo
2020-12-17 8:58 Sam James
2020-06-10 10:44 Jeroen Roovers
2020-04-21 8:22 Jeroen Roovers
2017-11-02 23:03 Jeroen Roovers
2017-11-02 22:31 Sergei Trofimovich
2017-10-17 19:05 Markus Meier
2017-10-07 7:57 Michael Palimaka
2017-10-03 10:26 Thomas Deutschmann
2017-06-13 22:04 Sergei Trofimovich
2017-05-22 18:41 Tobias Klausmann
2017-05-20 10:37 Michael Weber
2017-05-20 10:07 Michael Weber
2017-05-19 7:50 Jeroen Roovers
2016-12-01 14:49 Jeroen Roovers
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=1708581023.3de6d9fd0da813eb4c151f72e180bb78393b4b64.ceamac@gentoo \
--to=ceamac@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