# Removal in 30 days. Bug #691840.
sys-apps/lomoco
-# Michał Górny <mgorny@gentoo.org> (2019-08-14)
-# Replaced by sys-freebsd/freebsd-ubin, therefore not installable
-# anymore. All revdeps support the replacement.
-# Removal in 14 days. Bug #688502.
-sys-process/fuser-bsd
-
# Aaron Bauman <bman@gentoo.org> (2019-08-14)
# open sec bug #622428, unmaintained
# list includes rdeps. Removal in 30 days.
<sys-freebsd/freebsd-sources-11.1_alpha
>sys-freebsd/freebsd-sources-11.1.99
-# Alexis Ballier <aballier@gentoo.org> (2011-11-07)
-# It is in freebsd-ubin starting from FreeBSD 9.0
-sys-process/fuser-bsd
-
# Alexis Ballier <aballier@gentoo.org> (2012-05-11)
# freebsd-lib provides a utempter compatible interface starting from FreeBSD 9.0
# via libulog.
+++ /dev/null
-DIST fuser-1142334561.tar.bz2 11008 BLAKE2B 9aae4c2e9bce4ff459864126661485b173542a2195972eb9b2e543639875064fec702d770154157e82388af2e2aad954ceb1a8b5dfe59b664455f2e79c68ddb5 SHA512 49c6a2773da47a55c59210e878c40f3313cef21795ab5c67bb61632a5d8bc7857f9e3501f54029b3187809bb927ae93690687a0cbcf34e296b6e53d6e9dc6ee4
-DIST fuser-bsd-patches-1.tar.bz2 1694 BLAKE2B 09b6fda0f9d6b5b7c4fde67c4a7174844c81dcc354354abfd15cce35da345b324f23600df0f60ba7bf0f38035e0de602caba7f48fabc9016661cd3c85ef4ad49 SHA512 7dad917c3a9ff628f4fe6893fad5aa42d1e206182ce9d7b831fd3713b2757b39d4134a1d4f085e0ac90ea392fae6006cd446944128035dda5e4272b778457ef4
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit base bsdmk eutils
-
-MY_P="${PN/-bsd/}-${PV}"
-
-PATCHLEVEL=1
-DESCRIPTION="fuser(1) utility for *BSD"
-HOMEPAGE="http://mbsd.msk.ru/stas/fuser.html"
-SRC_URI="http://mbsd.msk.ru/dist/${MY_P}.tar.bz2
- mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-freebsd/freebsd-mk-defs"
-# virtual/libc needed here for has_version to work.
-RDEPEND="virtual/libc
- !sys-process/psmisc"
-
-S="${WORKDIR}/${PN/-bsd/}"
-
-src_prepare() {
- if has_version '>=sys-freebsd/freebsd-lib-8' ; then # any better way to check it?
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
- fi
-}
-
-src_install() {
- into /
- dosbin fuser
-
- doman fuser.1
-}
+++ /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>
-</pkgmetadata>