From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0313B138350 for ; Sat, 7 Mar 2020 19:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F25FE08FF; Sat, 7 Mar 2020 19:47:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A25EE08FF for ; Sat, 7 Mar 2020 19:47:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47D3834F18C for ; Sat, 7 Mar 2020 19:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D1E151 for ; Sat, 7 Mar 2020 19:47:00 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1583610414.41f779c900008cac5f1995e56cd1d082a2a96976.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/duperemove/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/duperemove/duperemove-0.11.1.ebuild X-VCS-Directories: sys-fs/duperemove/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 41f779c900008cac5f1995e56cd1d082a2a96976 X-VCS-Branch: master Date: Sat, 7 Mar 2020 19:47:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6084c369-a6ab-48bb-a84c-63e70318ce16 X-Archives-Hash: b1401916f1e9b7ed92f1a38fdcc2316a commit: 41f779c900008cac5f1995e56cd1d082a2a96976 Author: Piotr Karbowski gentoo org> AuthorDate: Sat Mar 7 19:44:28 2020 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sat Mar 7 19:46:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f779c9 sys-fs/duperemove-0.11.1: eapi and description bump. Signed-off-by: Piotr Karbowski gentoo.org> sys-fs/duperemove/duperemove-0.11.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/duperemove/duperemove-0.11.1.ebuild b/sys-fs/duperemove/duperemove-0.11.1.ebuild index 995cb2060b3..ff14e72029b 100644 --- a/sys-fs/duperemove/duperemove-0.11.1.ebuild +++ b/sys-fs/duperemove/duperemove-0.11.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs -DESCRIPTION="Btrfs deduplication utility" +DESCRIPTION="Btrfs and xfs deduplication utility" HOMEPAGE="https://github.com/markfasheh/duperemove" SRC_URI="https://github.com/markfasheh/duperemove/archive/v${PV/_/.}.tar.gz -> ${P/_/.}.tar.gz"