diff options
author | 2020-12-21 20:09:20 +0000 | |
---|---|---|
committer | 2020-12-21 20:09:20 +0000 | |
commit | 329955664ac5a83cc5f021b9c491f98b65b2b6f3 (patch) | |
tree | 96e0fea1a75b28f67c9b3af1a515b07f35f86b33 /net-ftp/ncftp | |
parent | app-text/highlight: cleanup old (diff) | |
download | gentoo-329955664ac5a83cc5f021b9c491f98b65b2b6f3.tar.gz gentoo-329955664ac5a83cc5f021b9c491f98b65b2b6f3.tar.bz2 gentoo-329955664ac5a83cc5f021b9c491f98b65b2b6f3.zip |
net-ftp/ncftp: cleanup old
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-ftp/ncftp')
-rw-r--r-- | net-ftp/ncftp/Manifest | 1 | ||||
-rw-r--r-- | net-ftp/ncftp/ncftp-3.2.6-r1.ebuild | 49 | ||||
-rw-r--r-- | net-ftp/ncftp/ncftp-3.2.6.ebuild | 53 |
3 files changed, 0 insertions, 103 deletions
diff --git a/net-ftp/ncftp/Manifest b/net-ftp/ncftp/Manifest index 8cceb8f46abf..85a2f440154c 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.6.tar.xz 418836 BLAKE2B f0ffa0cc26617ee4007fe8589dbbc8d122edbfc8106a8618a66eab5d9def258d2ee9c2b709e1a637b9d833513ef87b652f4ab0ff518dc9d67d90a7dd43941d3c SHA512 040db7e2ca2ee78b79d682a951fd98c1e0ee2936b64462259992d70c51241fa50ae06c66b4f40933ad0ab7122f581bbb8ba7cda764dba5f70a1f8c7d3d751199 diff --git a/net-ftp/ncftp/ncftp-3.2.6-r1.ebuild b/net-ftp/ncftp/ncftp-3.2.6-r1.ebuild deleted file mode 100644 index 1d4e5c3cf8fe..000000000000 --- a/net-ftp/ncftp/ncftp-3.2.6-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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="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 ~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 -} diff --git a/net-ftp/ncftp/ncftp-3.2.6.ebuild b/net-ftp/ncftp/ncftp-3.2.6.ebuild deleted file mode 100644 index 7623cbf8ac32..000000000000 --- a/net-ftp/ncftp/ncftp-3.2.6.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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 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} -" - -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 -} |