From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/duperemove/
Date: Sun, 26 Nov 2023 04:14:11 +0000 (UTC) [thread overview]
Message-ID: <1700971482.af4ce2400df388ef5c728e66e9d2617865f18b17.mgorny@gentoo> (raw)
commit: af4ce2400df388ef5c728e66e9d2617865f18b17
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 04:03:55 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 04:04:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4ce240
sys-fs/duperemove: Bump to 0.14.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-fs/duperemove/Manifest | 1 +
sys-fs/duperemove/duperemove-0.14.1.ebuild | 35 ++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/sys-fs/duperemove/Manifest b/sys-fs/duperemove/Manifest
index 0c96065c3acb..b2a614a195f3 100644
--- a/sys-fs/duperemove/Manifest
+++ b/sys-fs/duperemove/Manifest
@@ -1,2 +1,3 @@
DIST duperemove-0.12.gh.tar.gz 162458 BLAKE2B 53dae9df2b45cb9ede8041e8a7a827c22c725da51d6df74acc96b464d4bfcc3a14b8adcd4b9ada68e2cf1411a5f015be27476e088a655998b0cc9d1f19acfae8 SHA512 7b5f464615f4ba850733657239dd4d68120d592424b6be56687b7ad4f6fd2dee67fd7729a1cd47c803dd77864dee033d8eef2f7f6774dc0f657b0d52aeb5559c
+DIST duperemove-0.14.1.gh.new.tar.gz 167968 BLAKE2B 74d5ed6c452a24103d9ca0050ee1d1fdbb4eb4df5c2e86f84e6a1c70abf54d2caf27597d2088a5130d696bebaf07f93dd5f47e9c414af9ce3d19f096b872a02a SHA512 16af9fb002d6e51ce469869507d5d4b8f9576620746337252ad733e6f74ae275c1e83da6af1c203543b9d19890180952d87f9fad4a02d4c4e0a25577ce569191
DIST duperemove-0.14.gh.new.tar.gz 167912 BLAKE2B 819a86d8846106b701164425080f33e69e6239b7c7fe5df560fdb700b7d1275491d4a53c9f8e91fb29dc5c6381ba8a3f0a202f4cde5dadb4ebce328edd5d3764 SHA512 e193af84e729eb1bfb1cd1c5b965243bbefb93e0cba192ef5389916093dc84ad9e793031ecca06dc1173a673282aa16beb4d956b1a9acfc68d15d89798067d22
diff --git a/sys-fs/duperemove/duperemove-0.14.1.ebuild b/sys-fs/duperemove/duperemove-0.14.1.ebuild
new file mode 100644
index 000000000000..70b420ad6623
--- /dev/null
+++ b/sys-fs/duperemove/duperemove-0.14.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Btrfs and xfs deduplication utility"
+HOMEPAGE="https://github.com/markfasheh/duperemove/"
+# XXX: drop .new on bump after 0.14, added for respin
+SRC_URI="
+ https://github.com/markfasheh/duperemove/archive/v${PV/_/.}.tar.gz
+ -> ${P/_/.}.gh.new.tar.gz
+"
+S=${WORKDIR}/${P/_/.}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+DEPEND="
+ dev-db/sqlite:3
+ dev-libs/glib:2
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+src_compile() {
+ emake VERSION="${PV}" IS_RELEASE=1 CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
next reply other threads:[~2023-11-26 4:14 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-26 4:14 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 5:57 [gentoo-commits] repo/gentoo:master commit in: sys-fs/duperemove/ Michał Górny
2025-03-09 22:58 Sam James
2025-03-09 22:58 Sam James
2025-03-03 9:35 David Seifert
2025-03-02 3:07 Michał Górny
2025-02-23 16:57 Sam James
2025-02-22 20:47 Michał Górny
2025-02-22 8:47 Arthur Zamarin
2025-02-03 5:26 Michał Górny
2023-12-21 7:27 Arthur Zamarin
2023-12-21 6:52 Sam James
2023-11-22 9:50 Michał Górny
2023-11-19 7:47 Michał Górny
2023-09-30 4:56 Michał Górny
2023-08-20 17:57 Michał Górny
2023-08-20 17:37 Arthur Zamarin
2023-08-20 13:11 Sam James
2023-07-16 3:06 Michał Górny
2022-01-22 21:23 Georgy Yakovlev
2021-09-27 7:58 Michał Górny
2021-09-27 6:57 Agostino Sarubbo
2021-09-27 6:55 Agostino Sarubbo
2021-08-10 8:20 Michał Górny
2021-08-10 5:57 Michał Górny
2020-12-20 20:34 Michał Górny
2020-12-20 19:07 Thomas Deutschmann
2020-11-03 8:24 Michał Górny
2020-03-08 19:07 Richard Freeman
2020-03-08 10:37 Agostino Sarubbo
2020-03-07 19:50 Piotr Karbowski
2020-03-07 19:47 Piotr Karbowski
2019-03-10 8:08 Michał Górny
2018-12-02 15:57 Michał Górny
2018-05-16 7:26 Michał Górny
2018-01-02 6:19 Michał Górny
2017-09-08 7:32 Michał Górny
2017-01-26 20:14 Michał Górny
2015-10-13 19:05 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1700971482.af4ce2400df388ef5c728e66e9d2617865f18b17.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox