diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-10-31 20:21:12 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-10-31 20:27:50 +0100 |
commit | e25ef4d752abd0aa5edc9bf5b679b1797a1cfec9 (patch) | |
tree | 324f323cd8c5ff5a8e6b511654c5023c5f768974 /app-emacs/nxml-gentoo-schemas | |
parent | media-sound/audacity: dropped 3.3.3-r1 as that won't be stabilized (diff) | |
download | gentoo-e25ef4d752abd0aa5edc9bf5b679b1797a1cfec9.tar.gz gentoo-e25ef4d752abd0aa5edc9bf5b679b1797a1cfec9.tar.bz2 gentoo-e25ef4d752abd0aa5edc9bf5b679b1797a1cfec9.zip |
app-emacs/nxml-gentoo-schemas: add 20241031
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/nxml-gentoo-schemas')
-rw-r--r-- | app-emacs/nxml-gentoo-schemas/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20241031.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest index 2bffde2227d1..f59320913f27 100644 --- a/app-emacs/nxml-gentoo-schemas/Manifest +++ b/app-emacs/nxml-gentoo-schemas/Manifest @@ -1 +1,2 @@ DIST nxml-gentoo-schemas-20240208.tar.xz 8888 BLAKE2B ed75bf44a481b4b252c859ea22b6f420a8e0bbc676f4705d8995462557bf4fee407cd35804eb539da169b95cc7581e66659681a3b51b3e92ea461a15090ebe6f SHA512 c8567b69ccc21d7f052e2402d486f638ea65b545cc6bb3c4e91e1384ec46a5eb9fec2bb8dc5087bf46e8835fa628b2ea2645659304d69d6ead3594c2e98a7122 +DIST nxml-gentoo-schemas-20241031.tar.xz 8996 BLAKE2B 9ea6eae66a8d4f23f50307b43824b0276719cadc4484f216b5859f70571d7b7912b4d7443cc6bc97fcd8525906901caadff54a9704c2f8571a5f991907ff185a SHA512 5419e207c37d5759ab8be2dc0f5b607410d9f6a244bc44759319af3678f199ba159a158a62813138bf82bc2098583f949f706c45fc48a6c4de7767bbb0da70a2 diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20241031.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20241031.ebuild new file mode 100644 index 000000000000..6db7d1937e89 --- /dev/null +++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20241031.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas" +HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" + +LICENSE="MIT GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + +SITEFILE="60${PN}-gentoo.el" + +src_compile() { :; } + +src_install() { + insinto "${SITEETC}/${PN}" + doins schemas.xml *.rnc + elisp-site-file-install "${FILESDIR}/${SITEFILE}" +} |