diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2022-11-05 21:07:02 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 03:17:23 +0000 |
commit | 90193b9b3ff7ae851a409b48b24cdf787b86a79b (patch) | |
tree | ff334c484aa66835631b7a36e13c47009e1d1522 /app-misc/remind | |
parent | app-misc/interceptty: fix configure w/ clang 16 (diff) | |
download | gentoo-90193b9b3ff7ae851a409b48b24cdf787b86a79b.tar.gz gentoo-90193b9b3ff7ae851a409b48b24cdf787b86a79b.tar.bz2 gentoo-90193b9b3ff7ae851a409b48b24cdf787b86a79b.zip |
app-misc/remind: Change SRC_URI to Debian's GitLab
Upstream has changed how they store tarballs in a way that breaks
ebuilds: they only maintain the latest release on the download path,
while all older versions are moved to an OLD subdirectory. This means
that whenever a new release is cut it the latest ebuild will fail to
download if not using a Gentoo distfiles mirror.
As per the application's web page the Debian GitLab is an official
mirror. Switching over to it means predictable download URLs for each
release. It also allows for using tar.bz2 instead of tar.gz, which saves
disk space and bandwidth.
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/remind')
-rw-r--r-- | app-misc/remind/Manifest | 4 | ||||
-rw-r--r-- | app-misc/remind/remind-04.00.03.ebuild | 2 | ||||
-rw-r--r-- | app-misc/remind/remind-04.01.00.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/remind/Manifest b/app-misc/remind/Manifest index 034392ab103e..cf5aec0db2e0 100644 --- a/app-misc/remind/Manifest +++ b/app-misc/remind/Manifest @@ -1,2 +1,2 @@ -DIST remind-04.00.03.tar.gz 466497 BLAKE2B e924e77502135f38df23d6abe7bab20108f6117c2129253345839b6a481f25e79fe2e722c8e4c40c4abfaf9ffe35409bc8f5ade8d46a227adb76798e7cf386b4 SHA512 69d446b99e1e339eb91f98a3505dd580588ac3f39317a5b00078f8ab847f3854bd1dc43ffa10e84703250251448bdc1a51a02bab0671a9b28e2e564f60582cfc -DIST remind-04.01.00.tar.gz 471394 BLAKE2B c9ed931cbd18b8db21e6096fffc568e4ef291a647d6b15fe020cb2b74c0ac103d03a3c0715b82578551feea8b3b99cbc521f24f9d5e8890d2ce98bb35e1d7677 SHA512 0059a657b4066bdbd40096baef46bc27d7c3c0171b2a56f9d3b06cee543c39ec08e4d76cd040d8abf9658c6cb684b0cfe7c945a06f5da0a55b840b0b14d4ef7e +DIST remind-04.00.03.tar.bz2 390884 BLAKE2B 4f619ec902f76c5c4857ffa85428154ef6fe525cc97bbe92272f3abca3e8cdd39dd45d1c45c5f6e87f0d22dde500dd80629882bdbe93a6b97b5da96757b5af9c SHA512 41d61d267d99d787993cd5bf3889f1fe80f76a0cfe5a7e2d360eb7239a1b5a05b50b3b5cde30c50404813e723545eb805148ca2c6e540eb9aacbf5e8ffd64014 +DIST remind-04.01.00.tar.bz2 394253 BLAKE2B 6ec913486a362c6cda644fa6537d80f9e40d4a812335bdfaf7289c8ef64c4c8f5271c255d71e222c6e8d72158667a713e38a738267cd528b04d3ffe709d2f0cb SHA512 bd2bddd140b4c3b76b7358f591f6be0dfc4ced0b565011c5052b57928bee33f26d81cb1803f11a9e686d005ef9187e04671946f77e91cb0afc9ba170b249d535 diff --git a/app-misc/remind/remind-04.00.03.ebuild b/app-misc/remind/remind-04.00.03.ebuild index 32f79bf73886..3c5ba29f3f58 100644 --- a/app-misc/remind/remind-04.00.03.ebuild +++ b/app-misc/remind/remind-04.00.03.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Ridiculously functional reminder program" HOMEPAGE="https://dianne.skoll.ca/projects/remind/" -SRC_URI="https://dianne.skoll.ca/projects/remind/download/${P}.tar.gz" +SRC_URI="https://salsa.debian.org/dskoll/remind/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/app-misc/remind/remind-04.01.00.ebuild b/app-misc/remind/remind-04.01.00.ebuild index 51ab006b95dc..c32da9470e95 100644 --- a/app-misc/remind/remind-04.01.00.ebuild +++ b/app-misc/remind/remind-04.01.00.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="Ridiculously functional reminder program" HOMEPAGE="https://dianne.skoll.ca/projects/remind/" -SRC_URI="https://dianne.skoll.ca/projects/remind/download/OLD/${P}.tar.gz" +SRC_URI="https://salsa.debian.org/dskoll/remind/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |