* [gentoo-commits] repo/gentoo:master commit in: sys-process/fuser-bsd/, profiles/, profiles/releases/freebsd-11.1/
@ 2019-08-31 11:49 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-08-31 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 7980d27010358fb3bc6f763c167222de92a1e929
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 11:47:27 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 11:49:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7980d270
sys-process/fuser-bsd: Remove last-rited pkg
Closes: https://bugs.gentoo.org/688502
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/package.mask | 6 ----
profiles/releases/freebsd-11.1/package.mask | 4 ---
sys-process/fuser-bsd/Manifest | 2 --
sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild | 39 -----------------------
sys-process/fuser-bsd/metadata.xml | 8 -----
5 files changed, 59 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 7d45ae27587..88ab61c3aa6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -238,12 +238,6 @@ sci-mathematics/spass
# 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.
diff --git a/profiles/releases/freebsd-11.1/package.mask b/profiles/releases/freebsd-11.1/package.mask
index 1767b7c756c..7a82ed6bfdf 100644
--- a/profiles/releases/freebsd-11.1/package.mask
+++ b/profiles/releases/freebsd-11.1/package.mask
@@ -31,10 +31,6 @@
<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.
diff --git a/sys-process/fuser-bsd/Manifest b/sys-process/fuser-bsd/Manifest
deleted file mode 100644
index c02145a5e68..00000000000
--- a/sys-process/fuser-bsd/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fuser-1142334561.tar.bz2 11008 BLAKE2B 9aae4c2e9bce4ff459864126661485b173542a2195972eb9b2e543639875064fec702d770154157e82388af2e2aad954ceb1a8b5dfe59b664455f2e79c68ddb5 SHA512 49c6a2773da47a55c59210e878c40f3313cef21795ab5c67bb61632a5d8bc7857f9e3501f54029b3187809bb927ae93690687a0cbcf34e296b6e53d6e9dc6ee4
-DIST fuser-bsd-patches-1.tar.bz2 1694 BLAKE2B 09b6fda0f9d6b5b7c4fde67c4a7174844c81dcc354354abfd15cce35da345b324f23600df0f60ba7bf0f38035e0de602caba7f48fabc9016661cd3c85ef4ad49 SHA512 7dad917c3a9ff628f4fe6893fad5aa42d1e206182ce9d7b831fd3713b2757b39d4134a1d4f085e0ac90ea392fae6006cd446944128035dda5e4272b778457ef4
diff --git a/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild b/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild
deleted file mode 100644
index 31ba1b8b40d..00000000000
--- a/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-}
diff --git a/sys-process/fuser-bsd/metadata.xml b/sys-process/fuser-bsd/metadata.xml
deleted file mode 100644
index a00f3aeb1f8..00000000000
--- a/sys-process/fuser-bsd/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-08-31 11:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-31 11:49 [gentoo-commits] repo/gentoo:master commit in: sys-process/fuser-bsd/, profiles/, profiles/releases/freebsd-11.1/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox