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:48
Message-Id: 1488444067.ac77fbf6ef4c10d55fb54f4b80a9636f46b26bfd.ulm@gentoo
1 commit: ac77fbf6ef4c10d55fb54f4b80a9636f46b26bfd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 08:41:07 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 08:41:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac77fbf6
7
8 app-emacs/nxml-gentoo-schemas: Remove old.
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-20160312.ebuild | 25 ----------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest
17 index b2db8b60f3f..66c2cb3d969 100644
18 --- a/app-emacs/nxml-gentoo-schemas/Manifest
19 +++ b/app-emacs/nxml-gentoo-schemas/Manifest
20 @@ -1,2 +1 @@
21 -DIST nxml-gentoo-schemas-20160312.tar.xz 11460 SHA256 ab19cccfacaadf96d881cebd065d16526affa2f85a7cab4d104d4350c45d2a68 SHA512 91d8ab4849bef6a54981c205cfd215f3e9bb1fb3c86fcd70a7ac2c6272fa58c29db08f4a1671487299c5ccbcfd388f0d2cd5953d13bf949798f135b230fa764a WHIRLPOOL b0495a1e1c25674efc60bfcd8256b3a9b47ee37a19eecb3b8bedeebb2394f86aee5221eddc03045414bbed7dea873cff283f2f75e84329d76101896514f9bd10
22 DIST nxml-gentoo-schemas-20160506.tar.xz 11472 SHA256 c900fb55047071c749e07ba081101ccc229c7048989c057b1067ed0a9c2922df SHA512 5f826342e3af11a93ca22abe4333838f3f26cb01ff98a270929d6e5091e65b4ab9971b1f7e52404b235bd208f195d51eef868580d19a4c113ddb7925a9118b8d WHIRLPOOL 865b1771cfe2a5adb4e3e3f0b9ffeaaf26e519173cbdc8624fd137becf15765f640ab33eb64362fc52f3a93af40dd59382db3b4648c0455605fc2b835d700cde
23
24 diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160312.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160312.ebuild
25 deleted file mode 100644
26 index 7c4a013456e..00000000000
27 --- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20160312.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2016 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 -}