public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fdupes/
Date: Wed, 13 Jan 2021 10:50:49 +0000 (UTC)	[thread overview]
Message-ID: <1610534857.b8ed0369ea828c98c2a2daad53879ddb7f6e3621.polynomial-c@gentoo> (raw)

commit:     b8ed0369ea828c98c2a2daad53879ddb7f6e3621
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 10:38:00 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 10:47:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ed0369

app-misc/fdupes: Bump to version 2.1.2

Closes: https://github.com/gentoo/gentoo/pull/16441
Closes: https://bugs.gentoo.org/720920
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-misc/fdupes/Manifest            |  1 +
 app-misc/fdupes/fdupes-2.1.2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-misc/fdupes/Manifest b/app-misc/fdupes/Manifest
index 83286cc270b..ad561a85095 100644
--- a/app-misc/fdupes/Manifest
+++ b/app-misc/fdupes/Manifest
@@ -1,2 +1,3 @@
 DIST fdupes-1.51.tar.gz 48942 BLAKE2B b2673a5601d0bc1d7bb0d312c3d4fbf67494916e9445fba6c46bccbeaa471ebc776b9deb18b323c6eebea4f231bdf1503af9010cbe83b6aae2a3efe479c3a49c SHA512 7cbc414f25427793317667b8d5494f7247a08ba402855929de77d1db01eb3dce41ea608f8dcca047c4a7856e02b10261982cf2acd7f6a79ab726b3009c710a8d
 DIST fdupes-1.6.1.tar.gz 20869 BLAKE2B 683b75b44ea4662e555a81405d6c9c291c7980b579c866ad953e18ad8c92beb37c2b6f7ca29ea4e40269ef751851dd8afbb77b0bffb5139bbfbcc0d41ab23a5a SHA512 6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db
+DIST fdupes-2.1.2.tar.gz 142266 BLAKE2B caf949b87baf0fecc87fef58f512d0a99e1219b57bc167992b0e40841ce67e5ddcf5307de7fc9c70f173e75aab4a12eb86abef0084084b5119f95326509ea665 SHA512 9c3761e7ce34f2d9d1b5ee49ebc3bf665e3d45e4146231bc77d7416801fbfa70415e80c81c64962897766ee068d1a103609895d783f20a765c351d4cd433323d

diff --git a/app-misc/fdupes/fdupes-2.1.2.ebuild b/app-misc/fdupes/fdupes-2.1.2.ebuild
new file mode 100644
index 00000000000..78acd8f3a92
--- /dev/null
+++ b/app-misc/fdupes/fdupes-2.1.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Identify/delete duplicate files residing within specified directories"
+HOMEPAGE="https://github.com/adrianlopezroche/fdupes"
+SRC_URI="https://github.com/adrianlopezroche/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+ncurses"
+
+RDEPEND="
+	dev-libs/libpcre2[pcre32]
+	ncurses? ( sys-libs/ncurses:0= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( CHANGES CONTRIBUTORS README )
+
+src_configure() {
+	econf $(use_with ncurses)
+}
+
+src_compile() {
+	emake CC=$(tc-getCC)
+}


             reply	other threads:[~2021-01-13 10:50 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-13 10:50 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15 10:56 [gentoo-commits] repo/gentoo:master commit in: app-misc/fdupes/ Arthur Zamarin
2024-11-15 10:50 Arthur Zamarin
2024-11-15  9:25 Arthur Zamarin
2024-11-15  9:23 Arthur Zamarin
2024-11-15  9:23 Arthur Zamarin
2024-11-15  9:20 Arthur Zamarin
2024-11-15  9:20 Arthur Zamarin
2024-11-15  9:20 Arthur Zamarin
2024-09-29 16:23 Arthur Zamarin
2024-09-29 16:23 Arthur Zamarin
2024-04-30  6:33 Sam James
2024-04-30  6:25 Sam James
2024-04-30  6:20 Sam James
2024-04-30  6:20 Sam James
2024-04-30  6:20 Sam James
2024-04-30  6:20 Sam James
2024-04-30  6:20 Sam James
2024-03-01 13:24 Arthur Zamarin
2022-12-18 12:20 Sam James
2022-12-18 12:20 Sam James
2022-09-10  0:29 Sam James
2022-09-01  0:36 Sam James
2022-08-26 12:04 Sam James
2022-06-28  4:18 WANG Xuerui
2022-03-19 23:17 David Seifert
2021-02-27 16:16 Sam James
2021-02-26 13:55 Sam James
2021-02-25 13:07 Sam James
2021-02-25  3:56 Sam James
2021-02-24 20:25 Sam James
2021-02-24 20:24 Sam James
2021-02-23 18:13 Sergei Trofimovich
2020-09-26 19:40 Aaron Bauman
2020-06-21  7:55 Patrice Clement
2020-06-21  7:24 Patrice Clement
2017-09-22 12:38 Patrice Clement
2017-09-19 20:49 Daniel Campbell
2017-08-01 21:38 Patrice Clement
2017-07-15  9:40 Alexis Ballier
2016-11-24  2:37 Jason Donenfeld
2016-04-14 13:24 Fabian Groffen

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=1610534857.b8ed0369ea828c98c2a2daad53879ddb7f6e3621.polynomial-c@gentoo \
    --to=polynomial-c@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