commit: 8bad94cda1bb1dfb55546c3aa9ac63e29cf17b5f Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Wed Aug 20 10:05:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 27 05:52:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bad94cd
x11-plugins/asclock: update SRC_URI SRC_URI is dead. Use tarball from debian instead. Only content of .git differs. Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43504 Closes: https://github.com/gentoo/gentoo/pull/43504 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-plugins/asclock/Manifest | 1 + x11-plugins/asclock/asclock-2.0.12-r5.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-plugins/asclock/Manifest b/x11-plugins/asclock/Manifest index 3c70ea5e5f76..65607873ca2f 100644 --- a/x11-plugins/asclock/Manifest +++ b/x11-plugins/asclock/Manifest @@ -1 +1,2 @@ DIST asclock-2.0.12.tar.gz 111858 BLAKE2B acc5e25c268f013c30e7c35e5f162246839b6ffdd049e041e47bd9eee5a9fd6f62b27bb5f8eec157a2b19f6a930f9084531d3c1a7e9cd19cdfdd4ba33005f952 SHA512 408c0cbd7d8c19e8cda450ed1e3e0857dd908768557221b5707bda4eaa56170899bb3ecbe1d9f487ad7cbe7ebe36019cfe7a19f58dae2b918fb1179d67a8bb0e +DIST asclock_2.0.12.orig.tar.gz 111864 BLAKE2B 154cf78f905744342d9a2b822072642794e0de1f40fffa511e6bc105b71b13327632b1253698a262505219a5398e0aecddcd0be3edf87a0a377f137a58899f0d SHA512 33c0fc61b0438905c335fa14ace6e2c0e7e7cc1315ef55e248ae3bcaa404be143d0c0b79e0e35326977fcc85db9c26b2717003a12702ab4b16f429cc674127f9 diff --git a/x11-plugins/asclock/asclock-2.0.12-r5.ebuild b/x11-plugins/asclock/asclock-2.0.12-r5.ebuild index b304f447e623..7506ce770796 100644 --- a/x11-plugins/asclock/asclock-2.0.12-r5.ebuild +++ b/x11-plugins/asclock/asclock-2.0.12-r5.ebuild @@ -7,7 +7,8 @@ inherit edo toolchain-funcs DESCRIPTION="Clock applet for AfterStep" HOMEPAGE="http://wiki.afterstep.org/index.php?title=AfterStep_Applets_DataBase#asclock" -SRC_URI="http://www.tigr.net/afterstep/download/asclock/${P}.tar.gz" +SRC_URI="mirror://debian/pool/main/a/asclock/${PN}_${PV}.orig.tar.gz" +S="${WORKDIR}/asclock-xlib" LICENSE="GPL-2" SLOT="0"
