Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913245 - app-misc/jdupes-1.27.3: version bump
Summary: app-misc/jdupes-1.27.3: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jakov Petrina
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-30 07:16 UTC by Sam James
Modified: 2023-10-11 21:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-30 07:16:26 UTC
Thanks!

Also, FYI: https://github.com/jbruchon/jdupes/issues/259.
Comment 1 JFR 2023-10-07 05:49:02 UTC
He moved to Codeberg.  https://github.com/jbruchon/jdupes/commit/2984bd77f47123591c971eb872b3d99c27070c93#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5

--- /var/db/repos/gentoo/app-misc/jdupes/jdupes-1.26.1.ebuild	2023-08-27 11:40:26.000000000 -0600
+++ jdupes-1.27.3.ebuild	2023-10-06 23:41:09.795570346 -0600
@@ -6,13 +6,14 @@
 inherit toolchain-funcs
 
 DESCRIPTION="Identify duplicate files on the filesystem"
-HOMEPAGE="https://github.com/jbruchon/jdupes"
+HOMEPAGE="https://codeberg.org/jbruchon/jdupes"
 if [[ "${PV}" == *9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/jbruchon/jdupes.git"
+	EGIT_REPO_URI="https://codeberg.org/jbruchon/jdupes.git"
 	inherit git-r3
 else
-	SRC_URI="https://github.com/jbruchon/jdupes/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://codeberg.org/jbruchon/jdupes/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="amd64"
+	S="${WORKDIR}/jdupes"
 fi
 LICENSE="MIT"
 SLOT="0"
Comment 2 Larry the Git Cow gentoo-dev 2023-10-11 21:07:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c340a6becd055c0a27c5aa4395f39bf66c3ebe6a

commit c340a6becd055c0a27c5aa4395f39bf66c3ebe6a
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2023-10-11 20:38:21 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2023-10-11 21:06:50 +0000

    app-misc/jdupes: add 1.27.3
    
    Closes: https://bugs.gentoo.org/913245
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 app-misc/jdupes/Manifest             |  1 +
 app-misc/jdupes/jdupes-1.27.3.ebuild | 48 ++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)