summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-05 23:23:14 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-05 23:23:14 +0100
commit5c3843463a15379c664707182708181b119e1e1e (patch)
tree59933cfe2cd4cdd54f2abee6e50674126794bae1 /net-misc
parentnet-misc/ng-utils: Remove last-rited pkg (diff)
downloadgentoo-5c3843463a15379c664707182708181b119e1e1e.tar.gz
gentoo-5c3843463a15379c664707182708181b119e1e1e.tar.bz2
gentoo-5c3843463a15379c664707182708181b119e1e1e.zip
net-misc/fmirror: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/fmirror/Manifest1
-rw-r--r--net-misc/fmirror/files/fmirror-crlf.patch11
-rw-r--r--net-misc/fmirror/fmirror-0.8.4-r2.ebuild44
-rw-r--r--net-misc/fmirror/metadata.xml5
4 files changed, 0 insertions, 61 deletions
diff --git a/net-misc/fmirror/Manifest b/net-misc/fmirror/Manifest
deleted file mode 100644
index e06a1f929e03..000000000000
--- 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 e97a846e6e6e..000000000000
--- 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 a7988d3b775b..000000000000
--- 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 6f49eba8f496..000000000000
--- 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>