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: Mon, 27 Feb 2023 18:04:51
Message-Id: 1677521085.c6f479d086ddc97ba8829395aa1fa2f29c33d74f.ulm@gentoo
1 commit: c6f479d086ddc97ba8829395aa1fa2f29c33d74f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 18:04:13 2023 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 18:04:45 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f479d0
7
8 app-emacs/nxml-gentoo-schemas: drop 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 deletions(-)
15
16 diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
17 index 0e02b3138ae8..d456c4fe7bdf 100644
18 --- a/app-emacs/nxml-gentoo-schemas/Manifest
19 +++ b/app-emacs/nxml-gentoo-schemas/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST nxml-gentoo-schemas-20220730.tar.xz 8856 BLAKE2B 7c08bd09242a30998d6dd535b5143bb920aebaaf209f9acbac734fec258d08711945d58322912f455ef251d59df7f6bad8bec8a758065d67c63cd9dc926950f6 SHA512 91c2183acb3d435e5deca67cb0e9c14fb0af1795a490c8f35076442dcf7f49bff419e3f74d3a34f5790faafd68c643e152ff292c0e994e6ec8f34e4f74efa3fd
22 DIST nxml-gentoo-schemas-20220916.tar.xz 8884 BLAKE2B c10a5d19268ebf28df6d3dd025d83a8c4e6d6c6bafd553ed1a82d1eb3ffc1afc1ce6bc148c0cd93e11d694e59f48a4bcd53990f842533573f7b37b29ff487f79 SHA512 f2e811945d66828e84411fe84d66399ab6b383456d6d8fd611454fe1c91203c4c29766178e2d52158ab5908a2e197109fb322f7cc5324c1fcb40dfa68757cac6
23 DIST nxml-gentoo-schemas-20230227.tar.xz 8812 BLAKE2B 517857a3cd3306daf2570019376eee315abab2f2734283dbfeaf72148471d08e8d2cfbe92b5ad19d3b67104c26da5d02aa2a01ca23b97230aa93d3ab45ec7ec6 SHA512 a92bba645e6122968cdcc0eada9a1a3e5d80f1cb560e95fddcd1cfe60b46699fdf16bad85b86e2d4111d5a10be5124f0d6f8a104038cfa13fd4fff2494f8235b
24
25 diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
26 deleted file mode 100644
27 index f48ab69514c9..000000000000
28 --- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20220730.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
39 -HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
40 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
41 -
42 -LICENSE="MIT GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos"
45 -
46 -SITEFILE="60${PN}-gentoo.el"
47 -
48 -src_compile() { :; }
49 -
50 -src_install() {
51 - insinto "${SITEETC}/${PN}"
52 - doins schemas.xml *.rnc
53 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
54 -}