Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/duperemove/
Date: Sat, 07 Mar 2020 19:47:08
Message-Id: 1583610414.41f779c900008cac5f1995e56cd1d082a2a96976.slashbeast@gentoo
1 commit: 41f779c900008cac5f1995e56cd1d082a2a96976
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 19:44:28 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 19:46:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f779c9
7
8 sys-fs/duperemove-0.11.1: eapi and description bump.
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 sys-fs/duperemove/duperemove-0.11.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-fs/duperemove/duperemove-0.11.1.ebuild b/sys-fs/duperemove/duperemove-0.11.1.ebuild
16 index 995cb2060b3..ff14e72029b 100644
17 --- a/sys-fs/duperemove/duperemove-0.11.1.ebuild
18 +++ b/sys-fs/duperemove/duperemove-0.11.1.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 inherit toolchain-funcs
28
29 -DESCRIPTION="Btrfs deduplication utility"
30 +DESCRIPTION="Btrfs and xfs deduplication utility"
31 HOMEPAGE="https://github.com/markfasheh/duperemove"
32 SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV/_/.}.tar.gz -> ${P/_/.}.tar.gz"