Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/
Date: Sat, 30 Jul 2022 05:41:42
Message-Id: 1659159456.f07d8c2922f8a721fcd4afcdf1dfe687929cbc9e.ulm@gentoo
1 commit: f07d8c2922f8a721fcd4afcdf1dfe687929cbc9e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 05:37:13 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 05:37:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07d8c29
7
8 app-emacs/nxml-gentoo-schemas: add 20220730
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-emacs/nxml-gentoo-schemas/Manifest | 1 +
13 .../nxml-gentoo-schemas-20220730.ebuild | 24 ++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
17 index 9fb5d438b3c2..51e7a43e8416 100644
18 --- a/app-emacs/nxml-gentoo-schemas/Manifest
19 +++ b/app-emacs/nxml-gentoo-schemas/Manifest
20 @@ -1 +1,2 @@
21 DIST nxml-gentoo-schemas-20220525.tar.xz 8836 BLAKE2B 5506f976b43218d5bb85ae96c31137c51691cef5f3a524d4214584cc0cb1dae26f45b97d636c8361ec06e7bff5cbf2337b8ed82795aba72dd079127db2238ece SHA512 7df23a9d73a09fc26c6e38665d28c3b633d371bf9c84d56b9318045d80ccab23c3b9c115d68efd6733b9048918118612a05405a1a590b41eac4fb7405746b34e
22 +DIST nxml-gentoo-schemas-20220730.tar.xz 8856 BLAKE2B 7c08bd09242a30998d6dd535b5143bb920aebaaf209f9acbac734fec258d08711945d58322912f455ef251d59df7f6bad8bec8a758065d67c63cd9dc926950f6 SHA512 91c2183acb3d435e5deca67cb0e9c14fb0af1795a490c8f35076442dcf7f49bff419e3f74d3a34f5790faafd68c643e152ff292c0e994e6ec8f34e4f74efa3fd
23
24 diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
25 new file mode 100644
26 index 000000000000..b17eee1c1d08
27 --- /dev/null
28 +++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit elisp
36 +
37 +DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
38 +HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
39 +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
40 +
41 +LICENSE="MIT GPL-2+"
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
44 +
45 +SITEFILE="60${PN}-gentoo.el"
46 +
47 +src_compile() { :; }
48 +
49 +src_install() {
50 + insinto "${SITEETC}/${PN}"
51 + doins schemas.xml *.rnc
52 + elisp-site-file-install "${FILESDIR}/${SITEFILE}"
53 +}