public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/axyftp/, profiles/, net-ftp/axyftp/files/
@ 2018-12-11 13:10 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-12-11 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ff801035b4acb3e6a52e6cfdbe570ac8a0afeb98
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 13:06:17 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 13:10:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff801035

net-ftp/axyftp: Remove last-rited pkg

Closes: https://bugs.gentoo.org/670436
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-ftp/axyftp/Manifest                            |  1 -
 net-ftp/axyftp/axyftp-0.5.1-r2.ebuild              | 42 ----------------------
 .../axyftp-0.5.1-built-in-function-exit.patch      | 18 ----------
 net-ftp/axyftp/metadata.xml                        |  8 -----
 profiles/package.mask                              |  4 ---
 5 files changed, 73 deletions(-)

diff --git a/net-ftp/axyftp/Manifest b/net-ftp/axyftp/Manifest
deleted file mode 100644
index aa7859694ef..00000000000
--- 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 f25ebe2821c..00000000000
--- 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 8937114251e..00000000000
--- 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 8d7df8a5121..00000000000
--- 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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 6b687d7e279..dea4b9ee114 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-11 13:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-11 13:10 [gentoo-commits] repo/gentoo:master commit in: net-ftp/axyftp/, profiles/, net-ftp/axyftp/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox