mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-ftp/axyftp: Remove last-rited pkg
Closes: https://bugs.gentoo.org/670436 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST axyftp-0.5.1.tar.gz 518736 BLAKE2B 32060290d326c2f663e82ed152c29b7d6179a8e30a62c1d3fe7394a920530ec464602bc301df81219288b61859754fb4a427fc642349aa487341f090a78d635c SHA512 b818537dd8aff34996bdbc770ee01f5927d0c8be05ff5b1220fc72741c07a141cc41c86432c0da60ca3289f34fc5f516c4b35fcf20178efa7c7e96f1d84477b7
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="GUI FTP client for X Window System (former WXftp)"
|
||||
HOMEPAGE="http://freecode.com/projects/axyftp/ http://www.wxftp.seul.org"
|
||||
SRC_URI="http://www.wxftp.seul.org/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="Artistic LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=x11-libs/motif-2.3:0
|
||||
x11-libs/libXt
|
||||
x11-libs/libX11
|
||||
x11-libs/libXpm
|
||||
x11-libs/libXaw"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-built-in-function-exit.patch
|
||||
}
|
||||
|
||||
src_configure(){
|
||||
econf --with-help=/usr/share/doc/${PF}/html \
|
||||
--with-gui=motif
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -j1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
dodoc CHANGES README TODO
|
||||
newicon icons/${PN}-ball64.xpm ${PN}.xpm
|
||||
make_desktop_entry ${PN} "AxY FTP" ${PN} "Network;FileTransfer;Motif"
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
diff -ur axyftp-0.5.1.orig/src/buttonbar.c axyftp-0.5.1/src/buttonbar.c
|
||||
--- axyftp-0.5.1.orig/src/buttonbar.c 2000-01-17 21:50:04.000000000 +0200
|
||||
+++ axyftp-0.5.1/src/buttonbar.c 2008-01-17 15:46:22.000000000 +0200
|
||||
@@ -1,4 +1,5 @@
|
||||
/* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
|
||||
+#include<stdlib.h>
|
||||
#include"axyftp.h"
|
||||
#include"utils.h"
|
||||
#include"multi.h"
|
||||
diff -ur axyftp-0.5.1.orig/src/utils.c axyftp-0.5.1/src/utils.c
|
||||
--- axyftp-0.5.1.orig/src/utils.c 2000-01-17 22:03:59.000000000 +0200
|
||||
+++ axyftp-0.5.1/src/utils.c 2008-01-17 15:45:51.000000000 +0200
|
||||
@@ -1,4 +1,5 @@
|
||||
/* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
|
||||
+#include<stdlib.h>
|
||||
#include<string.h>
|
||||
#include<stdio.h>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<upstream>
|
||||
<remote-id type="freecode">axyftp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -295,10 +295,6 @@ app-misc/fujiplay
|
||||
# Removal in a month.
|
||||
media-libs/fnlib
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
|
||||
# Build issues (#670436), dead since year 2000. Removal in a month.
|
||||
net-ftp/axyftp
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org> (10 Nov 2018)
|
||||
# Open bugs and no Gentoo maintainer.
|
||||
# Removal in 30 days.
|
||||
|
||||
Reference in New Issue
Block a user