commit: a6851ff6dec0eb76bb97c66dfd62d1a6c76e1228 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Jan 26 06:32:41 2026 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jan 26 06:32:41 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6851ff6
app-emacs/nxml-svg-schemas: Update HOMEPAGE and SRC_URI, EAPI 8 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ...81123-r1.ebuild => nxml-svg-schemas-1.1.20081123-r2.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123-r1.ebuild b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123-r2.ebuild similarity index 86% rename from app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123-r1.ebuild rename to app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123-r2.ebuild index 650e4a6b3b37..33aef8fb1ac0 100644 --- a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123-r1.ebuild +++ b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123-r2.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit elisp DESCRIPTION="Extension for nxml-mode with SVG 1.1 schemas" -HOMEPAGE="http://www.w3.org/TR/SVG11/" +HOMEPAGE="https://www.w3.org/TR/SVG11/" # original SRC_URI is http://www.w3.org/Graphics/SVG/1.1/rng/rng.zip # but since it's unversioned, I versioned it and got it locally. -SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/w3c-svg-rng-${PV}.zip" +SRC_URI="https://www.flameeyes.com/gentoo-distfiles/w3c-svg-rng-${PV}.zip" +S="${WORKDIR}" LICENSE="HPND" # In a future we might have 1.2 schemas too, but for now we can only @@ -23,7 +24,6 @@ KEYWORDS="amd64" BDEPEND="app-arch/unzip app-text/trang" -S="${WORKDIR}" SITEFILE="60${PN}-gentoo.el" src_prepare() {
