summaryrefslogtreecommitdiff
path: root/net-ftp/ftp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /net-ftp/ftp
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'net-ftp/ftp')
-rw-r--r--net-ftp/ftp/Manifest3
-rw-r--r--net-ftp/ftp/files/ftp-0.17.34.0.2.5.1-musl-glob-brace.patch14
-rw-r--r--net-ftp/ftp/files/netkit-ftp-0.17-gcc15.patch16
-rw-r--r--net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild74
-rw-r--r--net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild78
-rw-r--r--net-ftp/ftp/metadata.xml13
6 files changed, 0 insertions, 198 deletions
diff --git a/net-ftp/ftp/Manifest b/net-ftp/ftp/Manifest
deleted file mode 100644
index 18a3af575f76..000000000000
--- a/net-ftp/ftp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST netkit-ftp-0.17-patches-3.tar.bz2 4082 BLAKE2B d70c0340641647ab993a7b2aa1c49be2a1ff16e7b6b3038ebe9eff329bf4796cfa21d8c8d88f123c2f633cc1ba3b5ecdd4b1be78a7fda63b77ece077d643fca5 SHA512 083796f89c6d02f2b094616a6b7c9ef8ef7d0edbe337521cf311deb03f1af2000f12b85e3978a5eb1c56c64f2a2a105c0b7735fd6ea31d626d171a047cd858c3
-DIST netkit-ftp-0.17.tar.gz 53934 BLAKE2B 451f90f26cd5cc1a6693fea7c31d47127d8b89b4b00a2f863af61d46d87f6e416141db1c6f6bb320021665a99f0d9e00dc4a5c3b0bb209df0ae74aad97a45f20 SHA512 ba8e411d0230c78e9e4555c03dc1036c6e506ef8edb72ecee4d6a7559d85143721bffbe8b8a6e42918b3098072ac8f207584be9e3a241f6bd31e361c92de6554
-DIST netkit-ftp-ssl_0.17.34+0.2-5.1.debian.tar.xz 48976 BLAKE2B 30c867a3a8fabc55ba05603c54b5e4153d198e8e92d55353bf02cbf0494a41de1362c945aef013edfa3a6f0b1c78e5041ec7127db5eb99bac5351f57bb526c2d SHA512 6061b9b22fe8463a7d4542988685e108b282b6d2908d67cc70951fc23b1d842a70aee44af989d1e683e80c050ffe284fbfa776581e0120439bec98d479672718
diff --git a/net-ftp/ftp/files/ftp-0.17.34.0.2.5.1-musl-glob-brace.patch b/net-ftp/ftp/files/ftp-0.17.34.0.2.5.1-musl-glob-brace.patch
deleted file mode 100644
index 386af410e913..000000000000
--- a/net-ftp/ftp/files/ftp-0.17.34.0.2.5.1-musl-glob-brace.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.gentoo.org/832430
-
-See e.g. https://patchwork.kernel.org/project/selinux/patch/20180517051117.48454-5-jason@perfinion.com/ too.
---- a/ftp/cmds.h
-+++ b/ftp/cmds.h
-@@ -61,3 +61,7 @@
- void do_umask(int argc, char *argv[]);
- void idle_cmd(int argc, char *argv[]);
- void setpassive(void);
-+
-+#ifndef GLOB_BRACE
-+#define GLOB_BRACE 0
-+#endif
-
diff --git a/net-ftp/ftp/files/netkit-ftp-0.17-gcc15.patch b/net-ftp/ftp/files/netkit-ftp-0.17-gcc15.patch
deleted file mode 100644
index 90f4565920e4..000000000000
--- a/net-ftp/ftp/files/netkit-ftp-0.17-gcc15.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/ftp/cmds.c b/ftp/cmds.c
-index f0478fd..9622779 100644
---- a/ftp/cmds.c
-+++ b/ftp/cmds.c
-@@ -1052,9 +1052,9 @@ checkglob(int fd, const char *pattern)
- }
-
- static const char *
--onoff(int bool)
-+onoff(int opt)
- {
-- return (bool ? "on" : "off");
-+ return (opt ? "on" : "off");
- }
-
- /*
diff --git a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild
deleted file mode 100644
index 673fe0236c59..000000000000
--- a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2021-2025 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-PATCH_VER="3"
-MY_PN="netkit-ftp"
-MY_PV="$(ver_cut 1-2)"
-MY_P="netkit-${PN}-${MY_PV}"
-DEB_PN="${MY_PN}-ssl"
-DEB_PV="$(ver_cut 1-3)+$(ver_cut 4-5)-$(ver_cut 6-7)"
-DESCRIPTION="Standard Linux FTP client"
-HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
-SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz
- mirror://debian/pool/main/n/${DEB_PN}/${DEB_PN}_${DEB_PV}.debian.tar.xz
- https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="ipv6 readline ssl"
-
-RDEPEND="
- >=sys-libs/ncurses-5.2:=
- readline? ( sys-libs/readline:0= )
- ssl? (
- dev-libs/openssl:0=
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-apps/grep"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( $FILESDIR/netkit-ftp-0.17-gcc15.patch )
-
-src_prepare() {
- local p
- for p in $(grep -v "^#" "${WORKDIR}"/debian/patches/series || die); do
- eapply "${WORKDIR}/debian/patches/${p}"
- done
-
- eapply "${WORKDIR}"/patch
- eapply "${FILESDIR}"/${PN}-0.17.34.0.2.5.1-musl-glob-brace.patch
-
- sed -i \
- -e 's:echo -n:printf %s :' \
- configure || die
-
- default
-}
-
-src_configure() {
- append-lfs-flags #101038
- tc-export CC
- # not an autoconf script
- ./configure \
- --prefix=/usr \
- $(use_enable ipv6) \
- $(use_enable readline) \
- $(use_enable ssl) \
- || die
-
- if use elibc_musl ; then
- sed -i -e '/^LIBS=/ s/$/ -lobstack/' MCONFIG || die
- fi
-}
-
-src_install() {
- dobin ftp/ftp
- doman ftp/ftp.1 ftp/netrc.5
- dodoc ChangeLog README BUGS
-}
diff --git a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild b/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild
deleted file mode 100644
index ae15ec038419..000000000000
--- a/net-ftp/ftp/ftp-0.17.34.0.2.5.1-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2021-2025 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-PATCH_VER="3"
-MY_PN="netkit-ftp"
-MY_PV="$(ver_cut 1-2)"
-MY_P="netkit-${PN}-${MY_PV}"
-DEB_PN="${MY_PN}-ssl"
-DEB_PV="$(ver_cut 1-3)+$(ver_cut 4-5)-$(ver_cut 6-7)"
-DESCRIPTION="Standard Linux FTP client"
-HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
-SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz
- mirror://debian/pool/main/n/${DEB_PN}/${DEB_PN}_${DEB_PV}.debian.tar.xz
- https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="ipv6 readline ssl"
-
-RDEPEND="
- >=sys-libs/ncurses-5.2:=
- readline? ( sys-libs/readline:0= )
- ssl? (
- dev-libs/openssl:0=
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-apps/grep"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( $FILESDIR/netkit-ftp-0.17-gcc15.patch )
-
-src_prepare() {
- local p
- for p in $(grep -v "^#" "${WORKDIR}"/debian/patches/series || die); do
- eapply "${WORKDIR}/debian/patches/${p}"
- done
-
- eapply "${WORKDIR}"/patch
- eapply "${FILESDIR}"/${PN}-0.17.34.0.2.5.1-musl-glob-brace.patch
-
- sed -i \
- -e 's:echo -n:printf %s :' \
- configure || die
-
- default
-}
-
-src_configure() {
- append-lfs-flags #101038
- tc-export CC
-
- # bug #943875
- append-cflags "-std=gnu17"
-
- # not an autoconf script
- ./configure \
- --prefix=/usr \
- $(use_enable ipv6) \
- $(use_enable readline) \
- $(use_enable ssl) \
- || die
-
- if use elibc_musl ; then
- sed -i -e '/^LIBS=/ s/$/ -lobstack/' MCONFIG || die
- fi
-}
-
-src_install() {
- dobin ftp/ftp
- doman ftp/ftp.1 ftp/netrc.5
- dodoc ChangeLog README BUGS
-}
diff --git a/net-ftp/ftp/metadata.xml b/net-ftp/ftp/metadata.xml
deleted file mode 100644
index cbc880a592a8..000000000000
--- a/net-ftp/ftp/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
- </maintainer>
- <maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>