diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:19:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:19:36 +0100 |
commit | bb72e65b6d6ce95abb5d486dad35d37dc105e89b (patch) | |
tree | b31a9263d386dcae4cb06764136672508dc5efdf /sys-fs/scan-ffs | |
parent | 9b1e6d491f32eb4caf0c8e197bdec075713c97ca (diff) |
gentoo resync : 13.10.2019
Diffstat (limited to 'sys-fs/scan-ffs')
-rw-r--r-- | sys-fs/scan-ffs/Manifest | 3 | ||||
-rw-r--r-- | sys-fs/scan-ffs/metadata.xml | 22 | ||||
-rw-r--r-- | sys-fs/scan-ffs/scan-ffs-1.2.ebuild | 27 |
3 files changed, 0 insertions, 52 deletions
diff --git a/sys-fs/scan-ffs/Manifest b/sys-fs/scan-ffs/Manifest deleted file mode 100644 index 37fa5ca82712..000000000000 --- a/sys-fs/scan-ffs/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST scan_ffs-1.2.tar.bz2 5119 BLAKE2B f6a1f62a01a4bf4cd059b59005178c3625f84117c398a98bf3bcf285a02635b75c031c1bac1fcd78ffe61f4daa2b1912d0b9e76bbc7f714a530a80e4c043fe02 SHA512 5b4260148a6997bd246a69c4c66069d5b0ac811ea0477e58ea2eb8594fceb3013f8f056eeebc703b1bcba8839e16eaeb177af254c7bba264ab791686986eecbf -EBUILD scan-ffs-1.2.ebuild 463 BLAKE2B 78b10c66cd362288a011fb0c6f9ff8508c90cd7e8b986091d03c2c2b7eee627fd6255bf89b9bf30bdbd83867a3b743b7cfe8571f8f854fd13c32808ed2944497 SHA512 2f4d6789fd4196774b79804f435ec8d4395f6185b61457a217cd506f9b900424d589d6b92a16fbe4f1dbe976f41b46c6bd792ae3f2d10203112d7e78d23146fb -MISC metadata.xml 898 BLAKE2B ec69447df9e4af5d64415eb71de44ad2b99b3362c9778f48a7acc70084ef4c33a30467e3ba5b620a8b42b776dfcde55679c89bda1cb3ec97086d794437d88995 SHA512 109021dcb944068b630b6df24dba12ea87468ef0f8b6f478751b0c0153e4a0a503fa86bf8abd1fc8d006a9acd8374b555f655939482eef76edebce58cb7cb3a2 diff --git a/sys-fs/scan-ffs/metadata.xml b/sys-fs/scan-ffs/metadata.xml deleted file mode 100644 index e67b15e460bc..000000000000 --- a/sys-fs/scan-ffs/metadata.xml +++ /dev/null @@ -1,22 +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> -<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> diff --git a/sys-fs/scan-ffs/scan-ffs-1.2.ebuild b/sys-fs/scan-ffs/scan-ffs-1.2.ebuild deleted file mode 100644 index 428dbc07f638..000000000000 --- a/sys-fs/scan-ffs/scan-ffs-1.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -} |