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, 25 Jan 2020 15:43:05
Message-Id: 1579966972.0d2154a1135ed868741a53add18770224def713e.ulm@gentoo
1 commit: 0d2154a1135ed868741a53add18770224def713e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 15:42:52 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 15:42:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2154a1
7
8 app-emacs/nxml-gentoo-schemas: Remove old.
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/nxml-gentoo-schemas/Manifest | 1 -
14 .../nxml-gentoo-schemas-20191227.ebuild | 24 ----------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
18 index 9aafdc6ad74..54bcebdfade 100644
19 --- a/app-emacs/nxml-gentoo-schemas/Manifest
20 +++ b/app-emacs/nxml-gentoo-schemas/Manifest
21 @@ -1,3 +1,2 @@
22 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321 SHA512 8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8cdddd885358df0825055143e901eb599a2fcbac7147a04fa8
23 -DIST nxml-gentoo-schemas-20191227.tar.xz 8656 BLAKE2B ec4c43fb6bdd1f0a83b259df6072ee7297fab98f8ca8cc26e647b6da2098c144b4d7989dd2d674470327336268c3fdac9ed4ae618d47374ee981e2483da30866 SHA512 8434edc7e4070f409f01639d1a1c87505fc4f37b812669567895cd9b5d48fc92157506567431563ff9b185ca312feb57e17bf3a844147eba34353c43873fe09e
24 DIST nxml-gentoo-schemas-20200109.tar.xz 8672 BLAKE2B 8b27e334e0d4aa6d7ca2d85dfacf320fbc6f8ce6d801c2f0c8a12991b7346a8d9f6977d5071b409bdd059e29209130deb90a36556c58d1f98fad55e92e2be7bc SHA512 afbe78b4323ca6cd7a0f5855f0c29e65caed7f6587378cee66da284e3782035fea59171bd28dcd402ffbb65fbcb9261e4a2ed2abfd41b05d6581ae29f6852519
25
26 diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild
27 deleted file mode 100644
28 index 440f9475ffb..00000000000
29 --- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild
30 +++ /dev/null
31 @@ -1,24 +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 -DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
40 -HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
41 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
42 -
43 -LICENSE="HPND"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~ppc ~x86"
46 -
47 -SITEFILE="60${PN}-gentoo.el"
48 -
49 -src_compile() { :; }
50 -
51 -src_install() {
52 - insinto "${SITEETC}/${PN}"
53 - doins schemas.xml *.rnc
54 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
55 -}