commit: a4eb8408dd6c96fc527efb80ef12df9c591724b7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Dec 9 21:43:13 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 9 21:44:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4eb8408
dev-libs/xmlsec: update SRC_URI Upstream move old releases to a separate directory. Closes: https://bugs.gentoo.org/946175 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/xmlsec/xmlsec-1.3.4.ebuild | 5 ++++- dev-libs/xmlsec/xmlsec-1.3.5.ebuild | 5 ++++- dev-libs/xmlsec/xmlsec-1.3.6.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/dev-libs/xmlsec/xmlsec-1.3.4.ebuild b/dev-libs/xmlsec/xmlsec-1.3.4.ebuild index 819741295b91..e844f37da9b6 100644 --- a/dev-libs/xmlsec/xmlsec-1.3.4.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.3.4.ebuild @@ -7,7 +7,10 @@ inherit autotools DESCRIPTION="Command line tool for signing, verifying, encrypting and decrypting XML" HOMEPAGE="https://www.aleksey.com/xmlsec" -SRC_URI="https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz" +SRC_URI=" + https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz + https://www.aleksey.com/xmlsec/download/older-releases/${PN}1-${PV}.tar.gz +" S="${WORKDIR}/${PN}1-${PV}" LICENSE="MIT" diff --git a/dev-libs/xmlsec/xmlsec-1.3.5.ebuild b/dev-libs/xmlsec/xmlsec-1.3.5.ebuild index 819741295b91..e844f37da9b6 100644 --- a/dev-libs/xmlsec/xmlsec-1.3.5.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.3.5.ebuild @@ -7,7 +7,10 @@ inherit autotools DESCRIPTION="Command line tool for signing, verifying, encrypting and decrypting XML" HOMEPAGE="https://www.aleksey.com/xmlsec" -SRC_URI="https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz" +SRC_URI=" + https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz + https://www.aleksey.com/xmlsec/download/older-releases/${PN}1-${PV}.tar.gz +" S="${WORKDIR}/${PN}1-${PV}" LICENSE="MIT" diff --git a/dev-libs/xmlsec/xmlsec-1.3.6.ebuild b/dev-libs/xmlsec/xmlsec-1.3.6.ebuild index f0324bc08612..2021483cd92c 100644 --- a/dev-libs/xmlsec/xmlsec-1.3.6.ebuild +++ b/dev-libs/xmlsec/xmlsec-1.3.6.ebuild @@ -7,7 +7,10 @@ inherit autotools DESCRIPTION="Command line tool for signing, verifying, encrypting and decrypting XML" HOMEPAGE="https://www.aleksey.com/xmlsec" -SRC_URI="https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz" +SRC_URI=" + https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz + https://www.aleksey.com/xmlsec/download/older-releases/${PN}1-${PV}.tar.gz +" S="${WORKDIR}/${PN}1-${PV}" LICENSE="MIT"
