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-libvirt-schemas/
Date: Tue, 05 Jul 2022 09:26:16
Message-Id: 1657013143.fc8f1345995aff61d3920277b55f460120d47f92.ulm@gentoo
1 commit: fc8f1345995aff61d3920277b55f460120d47f92
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 09:13:02 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 09:25:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8f1345
7
8 app-emacs/nxml-libvirt-schemas: drop 5.8.0
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-emacs/nxml-libvirt-schemas/Manifest | 1 -
13 .../nxml-libvirt-schemas-5.8.0.ebuild | 35 ----------------------
14 2 files changed, 36 deletions(-)
15
16 diff --git a/app-emacs/nxml-libvirt-schemas/Manifest b/app-emacs/nxml-libvirt-schemas/Manifest
17 index 6fbfa78b364f..f86771eae2e8 100644
18 --- a/app-emacs/nxml-libvirt-schemas/Manifest
19 +++ b/app-emacs/nxml-libvirt-schemas/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST libvirt-5.8.0.tar.xz 13129328 BLAKE2B ff49b0b6dca86f35c68edfb880677c88e0aed8021ed01ebd145922821914edd70c355ca777fe470e2b0e4baf36f2813c1100be9377344f81c9df374068307da1 SHA512 73d18fdf307b8029921a9f1a0c84ca31c50c662a3c0339e3850d6d2f31574168807a6f34943b286ed86a44031decbbc1339f27366da7269e29d38c7094503113
22 DIST libvirt-7.10.0.tar.xz 8798000 BLAKE2B 6cb2ab5913d382b11d24b46154dc3250355050cd3038f64ba571b35f33ae5bd0a322d4b96469bd6c78fd848c87f2e6fc7213c33e5bdb9d375a9b81d2a40899bb SHA512 c7eecc9538b68852a8cc67565566d64ec7b087b6f009858b2eb524bc3ef0f6ca3c0da67edf801e6a3ae3fcc0364e65e108fa92bcb01ee810c85fa5f37785aa32
23 DIST libvirt-8.3.0.tar.xz 8829288 BLAKE2B 37890dac8f46e14c5f0329f7f3318b611bfe3b97b7beddcdb91541e71a619738baa2a3e9847fee2d0b63abb630895860555a5337686702fc6fb06cc4f060f8b5 SHA512 914c8a4884d703f368849b852ba8330d1b17cf598a359f70d344e0a94e02f60337216e9011cbeba90eb4e87fa644e7eb9e8a407ca58632b2b41511d3f598ff71
24 DIST libvirt-8.4.0.tar.xz 8846528 BLAKE2B 479d7d47a9d711e0240da09eb295f1a644bc4cfddbe544908f2011eb45dff9cf9ffdfff87ba63ded96f5b69024c65832326f9fb0837c5338114ad5dbbada7af1 SHA512 e9dcaa489f162e3a26fe1ca7bb83a22e3f1952594c3541ddd2a7f8e8a0e6ad37e193fb89421df1efe3d2a4d9bb7cf5455c7b7a0b59e133eb6c0ff3cbbd8403b6
25
26 diff --git a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-5.8.0.ebuild b/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-5.8.0.ebuild
27 deleted file mode 100644
28 index ef9c1c674a74..000000000000
29 --- a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-5.8.0.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit elisp
38 -
39 -MY_P="libvirt-${PV}"
40 -DESCRIPTION="Extension for nxml-mode with libvirt schemas"
41 -HOMEPAGE="http://www.libvirt.org/"
42 -SRC_URI="http://libvirt.org/sources/${MY_P}.tar.xz"
43 -
44 -# This is the license of the package, but the schema files are
45 -# provided without license, maybe it's bad.
46 -LICENSE="LGPL-2.1+"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -RESTRICT="test"
50 -
51 -# Yes this requires Java, but I'd rather not repackage this, if you
52 -# know something better in C, I'll be glad to use that.
53 -BDEPEND="app-text/trang"
54 -
55 -SITEFILE="60${PN}-gentoo.el"
56 -S="${WORKDIR}/${MY_P%-rc*}"
57 -
58 -src_compile() {
59 - emake -C docs/schemas -f "${FILESDIR}"/Makefile-trang
60 -}
61 -
62 -src_install() {
63 - insinto "${SITEETC}/${PN}"
64 - doins "${FILESDIR}"/schemas.xml docs/schemas/*.rnc
65 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
66 -}