From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-misc/fdutils/fdutils-5.5.20060227.ebuild | 55 ---------------------------- 1 file changed, 55 deletions(-) delete mode 100644 app-misc/fdutils/fdutils-5.5.20060227.ebuild (limited to 'app-misc/fdutils/fdutils-5.5.20060227.ebuild') diff --git a/app-misc/fdutils/fdutils-5.5.20060227.ebuild b/app-misc/fdutils/fdutils-5.5.20060227.ebuild deleted file mode 100644 index 1116db851a7f..000000000000 --- a/app-misc/fdutils/fdutils-5.5.20060227.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils - -MY_P=${PN}_5.5-20060227 - -DESCRIPTION="utilities for configuring and debugging the Linux floppy driver" -HOMEPAGE="https://fdutils.linux.lu" -SRC_URI="mirror://debian/pool/main/f/${PN}/${MY_P}.orig.tar.gz - mirror://debian/pool/main/f/${PN}/${MY_P}-6.debian.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="doc" - -RDEPEND=">=sys-fs/mtools-4" -DEPEND="${RDEPEND} - sys-apps/texinfo - virtual/os-headers - doc? ( virtual/texi2dvi )" - -S=${WORKDIR}/${PN}-5.5-20060227 - -src_prepare() { - local d="${WORKDIR}"/debian/patches - EPATCH_SOURCE="${d}" epatch $(<"${d}"/series) - sed -i -e 's:{LDFLAFS}:(LDFLAGS):' src/Makefile.in || die #337721 - # The build sets up config.h and uses some symbols, but forgots to - # actually include it in most places. - sed -i '1i#include "../config.h"' src/*.c || die #580060 -} - -src_configure() { - econf --enable-fdmount-floppy-only -} - -src_compile() { - emake -j1 $(use doc || echo compile) -} - -src_install() { - dodir /etc - use doc && dodir /usr/share/info - - emake -j1 DESTDIR="${D}" install - - # The copy in sys-apps/man-pages is more recent - rm -f "${ED}"/usr/share/man/man4/fd.4 || die - - # Rename to match binary - mv "${ED}"/usr/share/man/man1/{makefloppies,MAKEFLOPPIES}.1 || die -} -- cgit v1.2.3