diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-09-16 12:28:00 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-09-16 12:30:14 +0200 |
commit | 51ee22f0ef8611c13d5c7ae753d1472e54d37f39 (patch) | |
tree | 95ca373631d58ef8285e6b0dee4428d2ea6b5b22 /app-emacs | |
parent | app-admin/sysklogd: add 2.5.2 (diff) | |
download | gentoo-51ee22f0ef8611c13d5c7ae753d1472e54d37f39.tar.gz gentoo-51ee22f0ef8611c13d5c7ae753d1472e54d37f39.tar.bz2 gentoo-51ee22f0ef8611c13d5c7ae753d1472e54d37f39.zip |
app-emacs/nxml-gentoo-schemas: add 20230914
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/nxml-gentoo-schemas/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.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 a8aec0a885fa..788da657fe31 100644 --- a/app-emacs/nxml-gentoo-schemas/Manifest +++ b/app-emacs/nxml-gentoo-schemas/Manifest @@ -1 +1,2 @@ DIST nxml-gentoo-schemas-20230227.tar.xz 8812 BLAKE2B 517857a3cd3306daf2570019376eee315abab2f2734283dbfeaf72148471d08e8d2cfbe92b5ad19d3b67104c26da5d02aa2a01ca23b97230aa93d3ab45ec7ec6 SHA512 a92bba645e6122968cdcc0eada9a1a3e5d80f1cb560e95fddcd1cfe60b46699fdf16bad85b86e2d4111d5a10be5124f0d6f8a104038cfa13fd4fff2494f8235b +DIST nxml-gentoo-schemas-20230914.tar.xz 8812 BLAKE2B fa039f3cf1556ef97684d7c485be5efa0cddae3dfa5a98a0bddd924a0e6f736b519a3a841712b8221dde2ee8351c8680c4b1bfb391151cf0a1ef3f073373e58d SHA512 e4cda867fb635a0b7f17a692b38a1f65966f439c585a130319ba8f53f571dedc3ca9d61a34c61ffd3ba09b04ef9aae61578bea9bb9f0562b542296c8a98d64c9 diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild new file mode 100644 index 000000000000..94311b25501f --- /dev/null +++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20230914.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 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 ~ia64 ~ppc ~ppc64 ~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}" +} |