net-misc/fmirror: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:23:14 +0000 (23:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:23:14 +0000 (23:23 +0100)
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/fmirror/Manifest [deleted file]
net-misc/fmirror/files/fmirror-crlf.patch [deleted file]
net-misc/fmirror/fmirror-0.8.4-r2.ebuild [deleted file]
net-misc/fmirror/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-misc/fmirror/Manifest b/net-misc/fmirror/Manifest
deleted file mode 100644 (file)
index e06a1f9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST fmirror-0.8.4.tar.gz 59831 BLAKE2B 7924692436a8027a3496d2beb5185f3c290f069364fa83d06b680478cf4986cc0e8f6651af4b87238243b38a203dfa9cbfb68ce03f36494c0f8cc7fd99186f96 SHA512 069ce1f943b7cd614351dfbc7777b49fdeccd5aa2d7371b3050dd6133ced0c457eed9a92f9f89c364e9a73691bedfc70c471188dfcf17e881d33587e7d73d93b
diff --git a/net-misc/fmirror/files/fmirror-crlf.patch b/net-misc/fmirror/files/fmirror-crlf.patch
deleted file mode 100644 (file)
index e97a846..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- fmirror.c  2000-03-09 08:52:52.000000000 +0200
-+++ fmirror.c.new      2005-03-16 20:07:14.767419627 +0200
-@@ -642,7 +642,7 @@
-     va_list args;
-     va_start(args, format);
-     vsprintf(buffer, format, args);
--    l = fprintf(out_file, "%s\n", buffer); 
-+    l = fprintf(out_file, "%s\r\n", buffer); 
-     fflush(out_file);
-     buffer[l - 1] = 0;
-     LOG(6, cmd, ("---> %s", buffer));
diff --git a/net-misc/fmirror/fmirror-0.8.4-r2.ebuild b/net-misc/fmirror/fmirror-0.8.4-r2.ebuild
deleted file mode 100644 (file)
index a7988d3..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="FTP mirror utility"
-HOMEPAGE="http://linux.maruhn.com/sec/fmirror.html"
-SRC_URI="http://www.ibiblio.org/pub/solaris/freeware/SOURCES/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       epatch "${FILESDIR}"/${PN}-crlf.patch
-}
-
-src_compile() {
-       append-flags "-D_FILE_OFFSET_BITS=64" # large file support bug # 123964
-
-       econf \
-               --datadir=/etc/fmirror || die "econf failed"
-
-       emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
-       dobin fmirror
-       dodoc ChangeLog README
-       newdoc configs/README README.sample
-       doman fmirror.1
-
-       cd configs
-       insinto /etc/fmirror/sample
-       doins {sample,generic,redhat}.conf
-}
diff --git a/net-misc/fmirror/metadata.xml b/net-misc/fmirror/metadata.xml
deleted file mode 100644 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
index 9d84b445591de1284a5d985552a8a05144fc4fad..6f5391c1358bdb38dff3643aad9215de2e893abc 100644 (file)
@@ -413,7 +413,6 @@ net-mail/spamcup
 net-mail/yosucker
 net-misc/cgterm
 net-misc/clockspeed-conf
-net-misc/fmirror
 sys-auth/pam_require
 
 # Michał Górny <mgorny@gentoo.org> (2019-10-04)