Summary: | app-misc/jdupes-1.27.3: version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Jakov Petrina <jakov.petrina> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jsmolic, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Sam James
![]() ![]() ![]() ![]() 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" 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(+) |