From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/
Date: Thu, 1 Dec 2016 14:49:34 +0000 (UTC) [thread overview]
Message-ID: <1480603772.ec00e09b1c99736633a3dba35e6686583f8ba021.jer@gentoo> (raw)
commit: ec00e09b1c99736633a3dba35e6686583f8ba021
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 14:49:09 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 14:49:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec00e09b
net-ftp/ncftp: Version bump.
Package-Manager: portage-2.3.2
net-ftp/ncftp/Manifest | 1 +
net-ftp/ncftp/ncftp-3.2.6.ebuild | 54 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/net-ftp/ncftp/Manifest b/net-ftp/ncftp/Manifest
index 3d27488..682b837 100644
--- a/net-ftp/ncftp/Manifest
+++ b/net-ftp/ncftp/Manifest
@@ -1,2 +1,3 @@
DIST ncftp-3.2.5.474.tar.bz2 454682 SHA256 b4ebe2415761a5137cd1d313c8fc1352f26d8963cc9e9e354e29720aa2089d42 SHA512 ebd7f618e5a9ac5e59f3e3dbf9b15765e80404416865212c0b2ee7339aafe2296867faf02fad2084e5a6377796e787d5cfc6599ec3f0e544c6b137734cfdc405 WHIRLPOOL 4b9c0a6bc5b90149d3a1b9ea24dea030faefa4dfe9e361c7694a2e1f133182bf85e46041de209a9a34d7be81b70870298c718a19dd41458dbc9c90283478cfd8
+DIST ncftp-3.2.6.tar.xz 418836 SHA256 7abd3e8f848f0efb4bb6a4bc5da58a59524d4378fc8d70a52adb0fe1fd00b89d SHA512 040db7e2ca2ee78b79d682a951fd98c1e0ee2936b64462259992d70c51241fa50ae06c66b4f40933ad0ab7122f581bbb8ba7cda764dba5f70a1f8c7d3d751199 WHIRLPOOL 9d41e9e1f9119482cdbb10b819a48b0e58e2df2f3f56fb1ccd0443527592d31aba48642b1831b272231fabb230b0c7c673099d2d272a6a9077001abbb02491a5
DIST ncftp-325-v6.diff.gz 23295 SHA256 7fb95240c33aeca67e53be58f6016a7e1dcd753b125940f539dab7595e0d02ba SHA512 6e2e740fba2c2b5268ab5928db979ac813bd29dd76633603d69d747fdf765858e1de893a6067518b0b1f01d0b90d8d6426998f5d9b37bbbebe144951878e2b0a WHIRLPOOL 2f7868bdc0e74707a0b0e2e8a2a1b7d0634fd86ff440e5046a48d5b01c1efb86621a5844d56b0e8793d243fa1a998b6136d147a1a9aeeb95c00e1d312415ebb6
diff --git a/net-ftp/ncftp/ncftp-3.2.6.ebuild b/net-ftp/ncftp/ncftp-3.2.6.ebuild
new file mode 100644
index 00000000..dca6279
--- /dev/null
+++ b/net-ftp/ncftp/ncftp-3.2.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils toolchain-funcs
+
+DESCRIPTION="An extremely configurable ftp client"
+HOMEPAGE="http://www.ncftp.com/"
+SRC_URI="
+ ftp://ftp.${PN}.com/${PN}/${P}-src.tar.xz -> ${P}.tar.xz
+"
+
+LICENSE="Clarified-Artistic"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+IUSE="pch"
+
+DEPEND="
+ sys-libs/ncurses:*
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+src_prepare() {
+ default
+
+ tc-export CC
+
+ sed -i \
+ -e "s:CC=gcc:CC ?= ${CC}:" \
+ -e 's:@SFLAG@::' \
+ -e 's:@STRIP@:true:' \
+ Makefile.in */Makefile.in || die
+
+ AT_M4DIR=autoconf_local/ eautoreconf
+}
+
+src_configure() {
+ 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:[~2016-12-01 14:49 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-01 14:49 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-19 7:50 [gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/ Jeroen Roovers
2017-05-20 10:07 Michael Weber
2017-05-20 10:37 Michael Weber
2017-05-22 18:41 Tobias Klausmann
2017-06-13 22:04 Sergei Trofimovich
2017-10-03 10:26 Thomas Deutschmann
2017-10-07 7:57 Michael Palimaka
2017-10-17 19:05 Markus Meier
2017-11-02 22:31 Sergei Trofimovich
2017-11-02 23:03 Jeroen Roovers
2020-04-21 8:22 Jeroen Roovers
2020-06-10 10:44 Jeroen Roovers
2020-12-17 8:58 Sam James
2020-12-17 16:41 Agostino Sarubbo
2020-12-17 22:58 Sergei Trofimovich
2020-12-20 16:40 Thomas Deutschmann
2020-12-20 19:15 Sam James
2020-12-21 9:36 Sergei Trofimovich
2020-12-21 20:09 Sam James
2020-12-27 17:51 Fabian Groffen
2021-01-06 14:38 Fabian Groffen
2022-01-19 18:21 Florian Schmaus
2022-02-23 6:07 Yixun Lan
2022-02-23 7:32 Agostino Sarubbo
2022-02-23 7:32 Agostino Sarubbo
2022-02-23 7:33 Agostino Sarubbo
2022-02-23 7:33 Agostino Sarubbo
2022-02-23 9:42 Jakov Smolić
2022-02-26 0:21 Sam James
2022-02-26 8:33 Joonas Niilola
2022-11-02 16:17 Viorel Munteanu
2022-12-19 18:21 Arthur Zamarin
2022-12-19 18:21 Arthur Zamarin
2022-12-19 18:21 Arthur Zamarin
2022-12-20 8:15 Sam James
2022-12-20 8:15 Sam James
2022-12-20 9:12 Sam James
2022-12-20 18:23 Viorel Munteanu
2024-01-06 11:04 Viorel Munteanu
2024-02-06 9:29 Sam James
2024-02-06 9:29 Sam James
2024-02-06 10:05 Sam James
2024-02-06 10:05 Sam James
2024-02-06 19:29 Sam James
2024-02-22 4:45 Ionen Wolkens
2024-02-22 5:50 Viorel Munteanu
2024-06-02 8:03 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:12 Sam James
2024-06-10 10:32 Viorel Munteanu
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=1480603772.ec00e09b1c99736633a3dba35e6686583f8ba021.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