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: Mon, 26 Aug 2019 14:53:44
Message-Id: 1566831190.037108b1e4d42f097ad8e5121e38f439e22743df.ulm@gentoo
1 commit: 037108b1e4d42f097ad8e5121e38f439e22743df
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 14:53:10 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 14:53:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037108b1
7
8 app-emacs/nxml-libvirt-schemas: Remove old.
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/nxml-libvirt-schemas/Manifest | 1 -
14 .../nxml-libvirt-schemas-0.9.7.ebuild | 54 ----------------------
15 2 files changed, 55 deletions(-)
16
17 diff --git a/app-emacs/nxml-libvirt-schemas/Manifest b/app-emacs/nxml-libvirt-schemas/Manifest
18 index 0cbd469ab8b..ee692887a73 100644
19 --- a/app-emacs/nxml-libvirt-schemas/Manifest
20 +++ b/app-emacs/nxml-libvirt-schemas/Manifest
21 @@ -1,2 +1 @@
22 -DIST libvirt-0.9.7.tar.gz 17853636 BLAKE2B d149fe4f095c76d003bdca1a307e588a9bd1b011b34119e90b8875837ced533caa2f05f2b9e7709d13f5af0a078fdc4779b7fc8a247f7ca04ad490b18fe728c5 SHA512 ac082f3872b37fc7aad891ba3f2a9614bdc85123b3d626fc7a2e43327a7ec346a0ec154c25161592a4337e3f694d9b27d031544190dec7d6086343f15fe9ba2d
23 DIST libvirt-1.2.1.tar.gz 27228694 BLAKE2B 5552508f87bddbd8d2dd65a37298f7f7e7238a7ac5aeef878bd8b3c6d5ecab8f2cf6fb94c8d520312b6c6399f1e663f8d68febf2badd544020635df841f5488f SHA512 6184840623156ca01ee7f59078ebf031bc84c25b37bb110372c7bcf230a79b74e267475f989fb73db5e3c096dcc74f03cb30adfc5de022f756ed2cd6ab05bfd0
24
25 diff --git a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild b/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild
26 deleted file mode 100644
27 index 9a8a326fa0d..00000000000
28 --- a/app-emacs/nxml-libvirt-schemas/nxml-libvirt-schemas-0.9.7.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -#BACKPORTS=
37 -
38 -inherit elisp eutils
39 -
40 -MY_P="libvirt-${PV/_rc/-rc}"
41 -
42 -DESCRIPTION="Extension for nxml-mode with libvirt schemas"
43 -HOMEPAGE="http://www.libvirt.org/"
44 -SRC_URI="http://libvirt.org/sources/${MY_P}.tar.gz
45 - ${BACKPORTS:+mirror://gentoo/${MY_P}-backports-${BACKPORTS}.tar.bz2}"
46 -
47 -# This is the license of the package, but the schema files are
48 -# provided without license, maybe it's bad.
49 -LICENSE="LGPL-2.1+"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -
53 -# Yes this requires Java, but I'd rather not repackage this, if you
54 -# know something better in C, I'll be glad to use that.
55 -DEPEND="app-text/trang"
56 -RDEPEND=""
57 -
58 -SITEFILE="60${PN}-gentoo.el"
59 -S="${WORKDIR}/${MY_P%-rc*}"
60 -
61 -src_prepare() {
62 - if [[ -d "${WORKDIR}/patches" ]]; then
63 - EPATCH_SUFFIX="patch" \
64 - EPATCH_FORCE="yes" \
65 - EPATCH_SOURCE="${WORKDIR}/patches" \
66 - epatch
67 - fi
68 -}
69 -
70 -src_compile() {
71 - emake -C docs/schemas -f "${FILESDIR}/Makefile-trang"
72 -}
73 -
74 -src_test() {
75 - # No we don't need tests here... trang will take care of checking
76 - # the well-formedness of the schema files for us
77 - :
78 -}
79 -
80 -src_install() {
81 - insinto ${SITEETC}/${PN}
82 - doins "${FILESDIR}/schemas.xml" docs/schemas/*.rnc
83 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
84 -}