Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-fs/scan-ffs/
Date: Thu, 10 Oct 2019 12:32:36
Message-Id: 1570710551.dfa6986355efeaf839e02937f78163ecc361dee4.mgorny@gentoo
1 commit: dfa6986355efeaf839e02937f78163ecc361dee4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 10 12:29:11 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 12:29:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa69863
7
8 sys-fs/scan-ffs: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/693934
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 6 ------
14 sys-fs/scan-ffs/Manifest | 1 -
15 sys-fs/scan-ffs/metadata.xml | 22 ----------------------
16 sys-fs/scan-ffs/scan-ffs-1.2.ebuild | 27 ---------------------------
17 4 files changed, 56 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 41c7770a24d..af77e1145cd 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -821,12 +821,6 @@ www-apache/mod_diagnostics
24 # Removal in 30 days. Bug #693936.
25 sys-libs/lrmi
26
27 -# Michał Górny <mgorny@g.o> (2019-09-09)
28 -# Added in 2006 and not updated since. EAPI 0. Keyworded only for dead
29 -# x86-fbsd.
30 -# Removal in 30 days. Bug #693934.
31 -sys-fs/scan-ffs
32 -
33 # Lars Wendler <polynomial-c@g.o> (2019-09-04)
34 # Unofficial build. Superseded by official 2.49.5 release.
35 # Masked for removal.
36
37 diff --git a/sys-fs/scan-ffs/Manifest b/sys-fs/scan-ffs/Manifest
38 deleted file mode 100644
39 index 9936a5ad088..00000000000
40 --- a/sys-fs/scan-ffs/Manifest
41 +++ /dev/null
42 @@ -1 +0,0 @@
43 -DIST scan_ffs-1.2.tar.bz2 5119 BLAKE2B f6a1f62a01a4bf4cd059b59005178c3625f84117c398a98bf3bcf285a02635b75c031c1bac1fcd78ffe61f4daa2b1912d0b9e76bbc7f714a530a80e4c043fe02 SHA512 5b4260148a6997bd246a69c4c66069d5b0ac811ea0477e58ea2eb8594fceb3013f8f056eeebc703b1bcba8839e16eaeb177af254c7bba264ab791686986eecbf
44
45 diff --git a/sys-fs/scan-ffs/metadata.xml b/sys-fs/scan-ffs/metadata.xml
46 deleted file mode 100644
47 index e67b15e460b..00000000000
48 --- a/sys-fs/scan-ffs/metadata.xml
49 +++ /dev/null
50 @@ -1,22 +0,0 @@
51 -<?xml version="1.0" encoding="UTF-8"?>
52 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 -<pkgmetadata>
54 -<maintainer type="project">
55 - <email>bsd@g.o</email>
56 - <name>BSD Project</name>
57 -</maintainer>
58 -<longdescription>
59 -scan_ffs(8) recovers accidential lost or deleted disklabels.
60 -
61 -This is the life-saver of typos. If you have ever been working too long,
62 -and just happened to type 'disklabel -rw da0 floppy', instead of 'diskla-
63 -bel -rw fd0 floppy', you know what I am talking about.
64 -
65 -This little program will take a raw disk device (which you might have to
66 -create) that covers the whole disk, and finds all probable UFS/FFS parti-
67 -tions on the disk. It has various options to make it go faster, and to
68 -print out information to help in the reconstruction of the disklabel.
69 -
70 -Ported from OpenBSD to FreeBSD 4/5 with support for UFS1 and UFS2.
71 -</longdescription>
72 -</pkgmetadata>
73
74 diff --git a/sys-fs/scan-ffs/scan-ffs-1.2.ebuild b/sys-fs/scan-ffs/scan-ffs-1.2.ebuild
75 deleted file mode 100644
76 index 428dbc07f63..00000000000
77 --- a/sys-fs/scan-ffs/scan-ffs-1.2.ebuild
78 +++ /dev/null
79 @@ -1,27 +0,0 @@
80 -# Copyright 1999-2018 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=0
84 -
85 -inherit bsdmk
86 -
87 -MY_PN=${PN/-/_}
88 -MY_P=${MY_PN}-${PV}
89 -DESCRIPTION="Recovers lost disklabel"
90 -HOMEPAGE="http://www.ranner.eu/projects/"
91 -SRC_URI="http://www.ranner.eu/stuff/${MY_P}.tar.bz2"
92 -
93 -LICENSE="BSD-2"
94 -SLOT="0"
95 -KEYWORDS="~x86-fbsd"
96 -IUSE=""
97 -
98 -DEPEND=""
99 -RDEPEND=""
100 -
101 -S="${WORKDIR}/${MY_P}"
102 -
103 -src_install() {
104 - bsdmk_src_install
105 - dodoc README ChangeLog
106 -}