From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/
Date: Tue, 21 Apr 2020 08:22:53 +0000 (UTC) [thread overview]
Message-ID: <1587457372.7806f648b2db221066cf24c240b5b81da1251bed.jer@gentoo> (raw)
commit: 7806f648b2db221066cf24c240b5b81da1251bed
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 08:17:56 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 08:22:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7806f648
net-ftp/ncftp: Update HOMEPAGE/SRC_URI/A
- Use HTTPS for HOMEPAGE and SRC_URI
- Update A because why not, and also because upstream changed the
source tarball considerably (again):
NcFTP Change Log:
================
-3.2.6, 2016-09-23
+3.2.6, 2016-12-04
...
58 files changed, 1538 insertions(+), 863 deletions(-)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-ftp/ncftp/Manifest | 1 +
net-ftp/ncftp/ncftp-3.2.6-r2.ebuild | 49 +++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/net-ftp/ncftp/Manifest b/net-ftp/ncftp/Manifest
index 381b7c3037e..8cceb8f46ab 100644
--- a/net-ftp/ncftp/Manifest
+++ b/net-ftp/ncftp/Manifest
@@ -1 +1,2 @@
+DIST ncftp-3.2.6-src.tar.xz 420564 BLAKE2B ce6d8d2bf06761f884e9edfe6d0bb0230f5d515078a787c4e6faf7716b760166acdd0accf3de1e1f5f3d892c8c86348cdbbefeac6be05e6806011a3e8f4c9b02 SHA512 8e6091ce2ea1eb463edea322d1b5dde813475fd22096d67f0bfd2f5101ae09747ff25d38816d0b9b1077e6a5a256078361691f816aa2eefa38638aa523b4b382
DIST ncftp-3.2.6.tar.xz 418836 BLAKE2B f0ffa0cc26617ee4007fe8589dbbc8d122edbfc8106a8618a66eab5d9def258d2ee9c2b709e1a637b9d833513ef87b652f4ab0ff518dc9d67d90a7dd43941d3c SHA512 040db7e2ca2ee78b79d682a951fd98c1e0ee2936b64462259992d70c51241fa50ae06c66b4f40933ad0ab7122f581bbb8ba7cda764dba5f70a1f8c7d3d751199
diff --git a/net-ftp/ncftp/ncftp-3.2.6-r2.ebuild b/net-ftp/ncftp/ncftp-3.2.6-r2.ebuild
new file mode 100644
index 00000000000..30b5c3cc3f0
--- /dev/null
+++ b/net-ftp/ncftp/ncftp-3.2.6-r2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+IUSE="pch"
+
+DEPEND="
+ sys-libs/ncurses:*
+"
+RDEPEND="
+ ${DEPEND}
+"
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.2.6-fno-common.patch
+)
+
+src_prepare() {
+ default
+
+ AT_M4DIR=autoconf_local/ eautoreconf
+}
+
+src_configure() {
+ tc-export 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:[~2020-04-21 8:22 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-21 8:22 Jeroen Roovers [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 5:50 Viorel Munteanu
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
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=1587457372.7806f648b2db221066cf24c240b5b81da1251bed.jer@gentoo \
--to=jer@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