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: sys-fs/duperemove/
Date: Mon, 27 Sep 2021 07:58:55
Message-Id: 1632729529.8439cc34bfe80b921a031f56d0f3075765ca1195.mgorny@gentoo
1 commit: 8439cc34bfe80b921a031f56d0f3075765ca1195
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 07:58:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 07:58:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8439cc34
7
8 sys-fs/duperemove: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-fs/duperemove/Manifest | 1 -
13 sys-fs/duperemove/duperemove-0.11.2.ebuild | 35 ------------------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/sys-fs/duperemove/Manifest b/sys-fs/duperemove/Manifest
17 index bbc0afec7be..4ab5e7a8670 100644
18 --- a/sys-fs/duperemove/Manifest
19 +++ b/sys-fs/duperemove/Manifest
20 @@ -1,2 +1 @@
21 -DIST duperemove-0.11.2.tar.gz 158001 BLAKE2B 743f59319424f7fcd400bc24de056fb79fddcb2600a707446c2f1c13c26cdae2ae24e1a91d9edadef55aaafb01b7ca217defc4c939053981bddaca12fcc230e9 SHA512 d2b24c912a3ae4a5b9730ba1369b6174cc6fe252710dc7dae2971816e931558ea68d664bf4c9497630dd9002a71fccc26848ad848831fa45d7a7715ba65378e5
22 DIST duperemove-0.11.3.tar.gz 158445 BLAKE2B dff7fdcf8468933c21753a8253067dddc400d2baec4052cd70cd3d94e92ad6e612bb24ffc12ad4a79e356747dcf4ceba15aa3bf6b3fca4a7a0b829f7c2783391 SHA512 0669cbb8a08082b9c2b62aff26759951e3e2c1b2236676ac6d79b9639027f775e4e5a218d1c7930b33ad7cca39726764cce5ac3063dc7d2049eb65fc4431af89
23
24 diff --git a/sys-fs/duperemove/duperemove-0.11.2.ebuild b/sys-fs/duperemove/duperemove-0.11.2.ebuild
25 deleted file mode 100644
26 index 62cb077c58a..00000000000
27 --- a/sys-fs/duperemove/duperemove-0.11.2.ebuild
28 +++ /dev/null
29 @@ -1,35 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit toolchain-funcs
36 -
37 -DESCRIPTION="Btrfs and xfs deduplication utility"
38 -HOMEPAGE="https://github.com/markfasheh/duperemove"
39 -SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV/_/.}.tar.gz -> ${P/_/.}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - dev-db/sqlite:3
48 - dev-libs/glib:2"
49 -DEPEND="${RDEPEND}"
50 -
51 -S=${WORKDIR}/${P/_/.}
52 -
53 -src_prepare() {
54 - sed -i -e "/VER/s:0.12.dev:${PV}:" Makefile || die
55 - default
56 -}
57 -
58 -src_compile() {
59 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall"
60 -}
61 -
62 -src_install() {
63 - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
64 -}