commit:     5c3843463a15379c664707182708181b119e1e1e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 22:23:14 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 22:23:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c384346

net-misc/fmirror: Remove last-rited pkg

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

 net-misc/fmirror/Manifest                 |  1 -
 net-misc/fmirror/files/fmirror-crlf.patch | 11 --------
 net-misc/fmirror/fmirror-0.8.4-r2.ebuild  | 44 -------------------------------
 net-misc/fmirror/metadata.xml             |  5 ----
 profiles/package.mask                     |  1 -
 5 files changed, 62 deletions(-)

diff --git a/net-misc/fmirror/Manifest b/net-misc/fmirror/Manifest
deleted file mode 100644
index e06a1f929e0..00000000000
--- a/net-misc/fmirror/Manifest
+++ /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
index e97a846e6e6..00000000000
--- a/net-misc/fmirror/files/fmirror-crlf.patch
+++ /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
index a7988d3b775..00000000000
--- a/net-misc/fmirror/fmirror-0.8.4-r2.ebuild
+++ /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
index 6f49eba8f49..00000000000
--- a/net-misc/fmirror/metadata.xml
+++ /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>

diff --git a/profiles/package.mask b/profiles/package.mask
index 9d84b445591..6f5391c1358 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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 <[email protected]> (2019-10-04)

Reply via email to