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: Thu, 02 Mar 2017 08:48:44
Message-Id: 1488444467.cc36293b79ef070dd6d6792a47077c12115efb0e.ulm@gentoo
1 commit: cc36293b79ef070dd6d6792a47077c12115efb0e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 08:47:47 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 08:47:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc36293b
7
8 app-emacs/nxml-gentoo-schemas: Version bump.
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 app-emacs/nxml-gentoo-schemas/Manifest | 1 +
13 .../nxml-gentoo-schemas-20170302.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
17 index 66c2cb3d969..e64d563b39d 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-20160506.tar.xz 11472 SHA256 c900fb55047071c749e07ba081101ccc229c7048989c057b1067ed0a9c2922df SHA512 5f826342e3af11a93ca22abe4333838f3f26cb01ff98a270929d6e5091e65b4ab9971b1f7e52404b235bd208f195d51eef868580d19a4c113ddb7925a9118b8d WHIRLPOOL 865b1771cfe2a5adb4e3e3f0b9ffeaaf26e519173cbdc8624fd137becf15765f640ab33eb64362fc52f3a93af40dd59382db3b4648c0455605fc2b835d700cde
22 +DIST nxml-gentoo-schemas-20170302.tar.xz 11496 SHA256 dcb9a4069d686aebc682857861e53f5d0c29b367fb28007c9a04de7feac86d0d SHA512 34f02d2b5e3decad51b4d5801826cf0f7a7e863a1f61a529d3d53dc38d0a687cf100da8007c9dd1ee2172dc22af3dc963dddf3c8fefcdc47db616261d8f2f259 WHIRLPOOL d8df72bb44fb9d17d22d54768131ed909489bc738bd1e13c05b4b0d796f536c11c48cbd7fb1b5c65f48a20180a714306723930687240b7accc093197775dadfc
23
24 diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild
25 new file mode 100644
26 index 00000000000..77807012f4c
27 --- /dev/null
28 +++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
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="HPND"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
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 + dodoc DONATING
54 +}