Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fatcat/
Date: Mon, 29 Mar 2021 13:49:43
Message-Id: 1617025765.84a87d4fc53aaea5b838dfcdd32412c368a05875.bkohler@gentoo
1 commit: 84a87d4fc53aaea5b838dfcdd32412c368a05875
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 29 13:22:02 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 13:49:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a87d4f
7
8 sys-fs/fatcat: drop old
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 sys-fs/fatcat/fatcat-1.1.0-r1.ebuild | 26 --------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/sys-fs/fatcat/fatcat-1.1.0-r1.ebuild b/sys-fs/fatcat/fatcat-1.1.0-r1.ebuild
17 deleted file mode 100644
18 index 3fd6f313044..00000000000
19 --- a/sys-fs/fatcat/fatcat-1.1.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 2018-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit cmake-utils
28 -
29 -DESCRIPTION="FAT filesystems explore, extract, repair, and forensic tool"
30 -HOMEPAGE="https://github.com/Gregwar/fatcat"
31 -SRC_URI="https://github.com/Gregwar/fatcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -DEPEND="!elibc_glibc? ( sys-libs/argp-standalone )"
39 -RDEPEND="${DEPEND}"
40 -
41 -PATCHES=( "${FILESDIR}"/fatcat-include-getopt.patch )
42 -
43 -src_install() {
44 - cmake-utils_src_install
45 - doman man/${PN}.1
46 - dodoc docs/*.md
47 -}