public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fdupes/
Date: Thu, 24 Nov 2016 02:37:56 +0000 (UTC)	[thread overview]
Message-ID: <1479955075.13b2c0abe664004fa2a1e2aa8ea709997bd64a76.zx2c4@gentoo> (raw)

commit:     13b2c0abe664004fa2a1e2aa8ea709997bd64a76
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 02:37:24 2016 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 02:37:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b2c0ab

app-misc/fdupes: bump

We also rename stable from 1.51 to 1.5.1 so that versioning can work. But, no other changes to the stable package, and hopefully it will be going away soon anyway.

Package-Manager: portage-2.3.2
RepoMan-Options: --force

 app-misc/fdupes/Manifest                           |  1 +
 .../{fdupes-1.51.ebuild => fdupes-1.5.1.ebuild}    | 12 ++++-----
 app-misc/fdupes/fdupes-1.6.1.ebuild                | 30 ++++++++++++++++++++++
 3 files changed, 36 insertions(+), 7 deletions(-)

diff --git a/app-misc/fdupes/Manifest b/app-misc/fdupes/Manifest
index db0a598..c364ab0 100644
--- a/app-misc/fdupes/Manifest
+++ b/app-misc/fdupes/Manifest
@@ -1 +1,2 @@
 DIST fdupes-1.51.tar.gz 48942 SHA256 87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881 SHA512 7cbc414f25427793317667b8d5494f7247a08ba402855929de77d1db01eb3dce41ea608f8dcca047c4a7856e02b10261982cf2acd7f6a79ab726b3009c710a8d WHIRLPOOL 49c4ac195270972246e54f1249749afde889926067e6a3c88f14dbe738b1ba40c085c4b6c9fc0bcbb3fa83de0bf21c54a24eea91307143083648b333c50d7305
+DIST fdupes-1.6.1.tar.gz 20869 SHA256 9d6b6fdb0b8419815b4df3bdfd0aebc135b8276c90bbbe78ebe6af0b88ba49ea SHA512 6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db WHIRLPOOL 811daccb06f2061b9ad2b6c86a2126c0ea1a496f1fd712dbebb1be0427c8cf35d03f001f810af92ecc57f4c5af98a32df8ce26231fbd0b7b8cb203e5f5662e4f

diff --git a/app-misc/fdupes/fdupes-1.51.ebuild b/app-misc/fdupes/fdupes-1.5.1.ebuild
similarity index 70%
rename from app-misc/fdupes/fdupes-1.51.ebuild
rename to app-misc/fdupes/fdupes-1.5.1.ebuild
index 3a43ae9..4225cb9 100644
--- a/app-misc/fdupes/fdupes-1.51.ebuild
+++ b/app-misc/fdupes/fdupes-1.5.1.ebuild
@@ -7,13 +7,11 @@ EAPI=5
 inherit eutils flag-o-matic toolchain-funcs
 
 MY_P="${PN}-${PV/_pre/-PR}"
+MY_P="${MY_P/5\.1/51}"
 
 DESCRIPTION="Identify/delete duplicate files residing within specified directories"
-HOMEPAGE="https://github.com/adrianlopezroche/fdupes https://code.google.com/p/fdupes/"
-SRC_URI="
-	https://fdupes.googlecode.com/files/${P}.tar.gz
-	https://github.com/adrianlopezroche/${PN}/archive/${P}.tar.gz
-	"
+HOMEPAGE="https://github.com/adrianlopezroche/fdupes"
+SRC_URI="https://github.com/adrianlopezroche/${PN}/archive/${P/5\.1/51}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -24,10 +22,10 @@ S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
 	epatch \
-		"${FILESDIR}"/${P}-makefile.patch \
+		"${FILESDIR}"/${PN}-1.51-makefile.patch \
 		"${FILESDIR}"/${PN}-1.50_pre2-compare-file.patch \
 		"${FILESDIR}"/${PN}-1.50_pre2-typo.patch \
-		"${FILESDIR}"/${P}-fix-stdin-lvalue.patch
+		"${FILESDIR}"/${PN}-1.51-fix-stdin-lvalue.patch
 
 	append-lfs-flags
 }

diff --git a/app-misc/fdupes/fdupes-1.6.1.ebuild b/app-misc/fdupes/fdupes-1.6.1.ebuild
new file mode 100644
index 00000000..7d51f84
--- /dev/null
+++ b/app-misc/fdupes/fdupes-1.6.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="Identify/delete duplicate files residing within specified directories"
+HOMEPAGE="https://github.com/adrianlopezroche/fdupes"
+SRC_URI="https://github.com/adrianlopezroche/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE=""
+
+src_prepare() {
+	append-lfs-flags
+}
+
+src_compile() {
+	emake CC=$(tc-getCC)
+}
+
+src_install() {
+	dobin fdupes
+	doman fdupes.1
+	dodoc CHANGES CONTRIBUTORS README TODO
+}


             reply	other threads:[~2016-11-24  2:38 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-24  2:37 Jason Donenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-30  6:33 [gentoo-commits] repo/gentoo:master commit in: app-misc/fdupes/ 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
2021-01-13 10:50 Lars Wendler
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-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=1479955075.13b2c0abe664004fa2a1e2aa8ea709997bd64a76.zx2c4@gentoo \
    --to=zx2c4@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