summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-11 14:06:17 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-11 14:10:04 +0100
commitff801035b4acb3e6a52e6cfdbe570ac8a0afeb98 (patch)
tree85baace80660da2c0da7814aedb53e48d83948b3 /net-ftp
parentgnome-extra/gnome-software: 3.22.7 → 3.28.2 (diff)
downloadgentoo-ff801035b4acb3e6a52e6cfdbe570ac8a0afeb98.tar.gz
gentoo-ff801035b4acb3e6a52e6cfdbe570ac8a0afeb98.tar.bz2
gentoo-ff801035b4acb3e6a52e6cfdbe570ac8a0afeb98.zip
net-ftp/axyftp: Remove last-rited pkg
Closes: https://bugs.gentoo.org/670436 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/axyftp/Manifest1
-rw-r--r--net-ftp/axyftp/axyftp-0.5.1-r2.ebuild42
-rw-r--r--net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch18
-rw-r--r--net-ftp/axyftp/metadata.xml8
4 files changed, 0 insertions, 69 deletions
diff --git a/net-ftp/axyftp/Manifest b/net-ftp/axyftp/Manifest
deleted file mode 100644
index aa7859694ef6..000000000000
--- a/net-ftp/axyftp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST axyftp-0.5.1.tar.gz 518736 BLAKE2B 32060290d326c2f663e82ed152c29b7d6179a8e30a62c1d3fe7394a920530ec464602bc301df81219288b61859754fb4a427fc642349aa487341f090a78d635c SHA512 b818537dd8aff34996bdbc770ee01f5927d0c8be05ff5b1220fc72741c07a141cc41c86432c0da60ca3289f34fc5f516c4b35fcf20178efa7c7e96f1d84477b7
diff --git a/net-ftp/axyftp/axyftp-0.5.1-r2.ebuild b/net-ftp/axyftp/axyftp-0.5.1-r2.ebuild
deleted file mode 100644
index f25ebe2821cc..000000000000
--- a/net-ftp/axyftp/axyftp-0.5.1-r2.ebuild
+++ /dev/null
@@ -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"
-}
diff --git a/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch b/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch
deleted file mode 100644
index 8937114251e3..000000000000
--- a/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch
+++ /dev/null
@@ -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>
-
diff --git a/net-ftp/axyftp/metadata.xml b/net-ftp/axyftp/metadata.xml
deleted file mode 100644
index 8d7df8a51210..000000000000
--- a/net-ftp/axyftp/metadata.xml
+++ /dev/null
@@ -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>