# Removal in 30 days. Bug #693936.
sys-libs/lrmi
-# Michał Górny <mgorny@gentoo.org> (2019-09-09)
-# Added in 2006 and not updated since. EAPI 0. Keyworded only for dead
-# x86-fbsd.
-# Removal in 30 days. Bug #693934.
-sys-fs/scan-ffs
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>bsd@gentoo.org</email>
- <name>BSD Project</name>
-</maintainer>
-<longdescription>
-scan_ffs(8) recovers accidential lost or deleted disklabels.
-
-This is the life-saver of typos. If you have ever been working too long,
-and just happened to type 'disklabel -rw da0 floppy', instead of 'diskla-
-bel -rw fd0 floppy', you know what I am talking about.
-
-This little program will take a raw disk device (which you might have to
-create) that covers the whole disk, and finds all probable UFS/FFS parti-
-tions on the disk. It has various options to make it go faster, and to
-print out information to help in the reconstruction of the disklabel.
-
-Ported from OpenBSD to FreeBSD 4/5 with support for UFS1 and UFS2.
-</longdescription>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit bsdmk
-
-MY_PN=${PN/-/_}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Recovers lost disklabel"
-HOMEPAGE="http://www.ranner.eu/projects/"
-SRC_URI="http://www.ranner.eu/stuff/${MY_P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- bsdmk_src_install
- dodoc README ChangeLog
-}