summaryrefslogtreecommitdiff
path: root/net-ftp/gftp/gftp-2.0.19-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/gftp/gftp-2.0.19-r3.ebuild')
-rw-r--r--net-ftp/gftp/gftp-2.0.19-r3.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/net-ftp/gftp/gftp-2.0.19-r3.ebuild b/net-ftp/gftp/gftp-2.0.19-r3.ebuild
deleted file mode 100644
index 8d4fab840477..000000000000
--- a/net-ftp/gftp/gftp-2.0.19-r3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Gnome based FTP Client"
-SRC_URI="http://www.gftp.org/${P}.tar.bz2"
-HOMEPAGE="http://www.gftp.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ppc ppc64 ~riscv sparc x86"
-IUSE="gtk ssl"
-
-RDEPEND="
- dev-libs/glib:2
- sys-devel/gettext
- sys-libs/ncurses:0=
- sys-libs/readline:0
- gtk? ( x11-libs/gtk+:2 )
- ssl? (
- dev-libs/openssl:0=
- )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-PATCHES=(
- # Fix SIGSEGV for gftp_expand_path function
- "${FILESDIR}/${P}-${PN}-expand-path-sigsegv.patch"
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=740785
- "${FILESDIR}/${P}-desktop.patch"
-
- # https://bugs.gentoo.org/692230
- "${FILESDIR}"/${P}-glibc-2.30.patch
-)
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable gtk gtkport) \
- $(use_enable ssl)
-}
-
-src_install() {
- gnome2_src_install
- dodoc docs/USERS-GUIDE
-}