commit:     161e516d2d3aec717dde4248dfbb72d06ba14a6b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 16:02:57 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 16:03:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161e516d

net-ftp/gftp: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-ftp/gftp/gftp-2.0.19-r2.ebuild | 39 --------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/net-ftp/gftp/gftp-2.0.19-r2.ebuild 
b/net-ftp/gftp/gftp-2.0.19-r2.ebuild
deleted file mode 100644
index 6107322..00000000
--- a/net-ftp/gftp/gftp-2.0.19-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-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 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gtk ssl"
-
-RDEPEND="dev-libs/glib:2
-                sys-devel/gettext
-                sys-libs/ncurses
-                sys-libs/readline:0
-                gtk? ( x11-libs/gtk+:2 )
-                ssl? ( dev-libs/openssl:0 )"
-DEPEND="${RDEPEND}
-               virtual/pkgconfig"
-
-src_prepare() {
-       # Fix SIGSEGV for gftp_expand_path function
-       epatch "${FILESDIR}/${P}-${PN}-expand-path-sigsegv.patch"
-}
-
-src_configure() {
-       econf $(use_enable gtk gtkport) $(use_enable ssl)
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       dodoc ChangeLog* README* THANKS TODO docs/USERS-GUIDE
-}

Reply via email to