Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/axyftp/, profiles/, net-ftp/axyftp/files/
Date: Tue, 11 Dec 2018 13:10:31
Message-Id: 1544533804.ff801035b4acb3e6a52e6cfdbe570ac8a0afeb98.mgorny@gentoo
1 commit: ff801035b4acb3e6a52e6cfdbe570ac8a0afeb98
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 13:06:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 13:10:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff801035
7
8 net-ftp/axyftp: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/670436
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-ftp/axyftp/Manifest | 1 -
14 net-ftp/axyftp/axyftp-0.5.1-r2.ebuild | 42 ----------------------
15 .../axyftp-0.5.1-built-in-function-exit.patch | 18 ----------
16 net-ftp/axyftp/metadata.xml | 8 -----
17 profiles/package.mask | 4 ---
18 5 files changed, 73 deletions(-)
19
20 diff --git a/net-ftp/axyftp/Manifest b/net-ftp/axyftp/Manifest
21 deleted file mode 100644
22 index aa7859694ef..00000000000
23 --- a/net-ftp/axyftp/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST axyftp-0.5.1.tar.gz 518736 BLAKE2B 32060290d326c2f663e82ed152c29b7d6179a8e30a62c1d3fe7394a920530ec464602bc301df81219288b61859754fb4a427fc642349aa487341f090a78d635c SHA512 b818537dd8aff34996bdbc770ee01f5927d0c8be05ff5b1220fc72741c07a141cc41c86432c0da60ca3289f34fc5f516c4b35fcf20178efa7c7e96f1d84477b7
27
28 diff --git a/net-ftp/axyftp/axyftp-0.5.1-r2.ebuild b/net-ftp/axyftp/axyftp-0.5.1-r2.ebuild
29 deleted file mode 100644
30 index f25ebe2821c..00000000000
31 --- a/net-ftp/axyftp/axyftp-0.5.1-r2.ebuild
32 +++ /dev/null
33 @@ -1,42 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit eutils
40 -
41 -DESCRIPTION="GUI FTP client for X Window System (former WXftp)"
42 -HOMEPAGE="http://freecode.com/projects/axyftp/ http://www.wxftp.seul.org"
43 -SRC_URI="http://www.wxftp.seul.org/download/${P}.tar.gz"
44 -
45 -LICENSE="Artistic LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~ppc ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=x11-libs/motif-2.3:0
51 - x11-libs/libXt
52 - x11-libs/libX11
53 - x11-libs/libXpm
54 - x11-libs/libXaw"
55 -DEPEND="${RDEPEND}"
56 -
57 -src_prepare() {
58 - epatch "${FILESDIR}"/${P}-built-in-function-exit.patch
59 -}
60 -
61 -src_configure(){
62 - econf --with-help=/usr/share/doc/${PF}/html \
63 - --with-gui=motif
64 -}
65 -
66 -src_compile() {
67 - emake -j1
68 -}
69 -
70 -src_install() {
71 - emake DESTDIR="${D}" install
72 - dodoc CHANGES README TODO
73 - newicon icons/${PN}-ball64.xpm ${PN}.xpm
74 - make_desktop_entry ${PN} "AxY FTP" ${PN} "Network;FileTransfer;Motif"
75 -}
76
77 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
78 deleted file mode 100644
79 index 8937114251e..00000000000
80 --- a/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch
81 +++ /dev/null
82 @@ -1,18 +0,0 @@
83 -diff -ur axyftp-0.5.1.orig/src/buttonbar.c axyftp-0.5.1/src/buttonbar.c
84 ---- axyftp-0.5.1.orig/src/buttonbar.c 2000-01-17 21:50:04.000000000 +0200
85 -+++ axyftp-0.5.1/src/buttonbar.c 2008-01-17 15:46:22.000000000 +0200
86 -@@ -1,4 +1,5 @@
87 - /* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
88 -+#include<stdlib.h>
89 - #include"axyftp.h"
90 - #include"utils.h"
91 - #include"multi.h"
92 -diff -ur axyftp-0.5.1.orig/src/utils.c axyftp-0.5.1/src/utils.c
93 ---- axyftp-0.5.1.orig/src/utils.c 2000-01-17 22:03:59.000000000 +0200
94 -+++ axyftp-0.5.1/src/utils.c 2008-01-17 15:45:51.000000000 +0200
95 -@@ -1,4 +1,5 @@
96 - /* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
97 -+#include<stdlib.h>
98 - #include<string.h>
99 - #include<stdio.h>
100 -
101
102 diff --git a/net-ftp/axyftp/metadata.xml b/net-ftp/axyftp/metadata.xml
103 deleted file mode 100644
104 index 8d7df8a5121..00000000000
105 --- a/net-ftp/axyftp/metadata.xml
106 +++ /dev/null
107 @@ -1,8 +0,0 @@
108 -<?xml version="1.0" encoding="UTF-8"?>
109 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
110 -<pkgmetadata>
111 - <!-- maintainer-needed -->
112 - <upstream>
113 - <remote-id type="freecode">axyftp</remote-id>
114 - </upstream>
115 -</pkgmetadata>
116
117 diff --git a/profiles/package.mask b/profiles/package.mask
118 index 6b687d7e279..dea4b9ee114 100644
119 --- a/profiles/package.mask
120 +++ b/profiles/package.mask
121 @@ -295,10 +295,6 @@ app-misc/fujiplay
122 # Removal in a month.
123 media-libs/fnlib
124
125 -# Pacho Ramos <pacho@g.o> (11 Nov 2018)
126 -# Build issues (#670436), dead since year 2000. Removal in a month.
127 -net-ftp/axyftp
128 -
129 # Mike Gilbert <floppym@g.o> (10 Nov 2018)
130 # Open bugs and no Gentoo maintainer.
131 # Removal in 30 days.