forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-emacs/nxml-gentoo-schemas: Version bump.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST nxml-gentoo-schemas-20160506.tar.xz 11472 SHA256 c900fb55047071c749e07ba081101ccc229c7048989c057b1067ed0a9c2922df SHA512 5f826342e3af11a93ca22abe4333838f3f26cb01ff98a270929d6e5091e65b4ab9971b1f7e52404b235bd208f195d51eef868580d19a4c113ddb7925a9118b8d WHIRLPOOL 865b1771cfe2a5adb4e3e3f0b9ffeaaf26e519173cbdc8624fd137becf15765f640ab33eb64362fc52f3a93af40dd59382db3b4648c0455605fc2b835d700cde | ||
DIST nxml-gentoo-schemas-20170302.tar.xz 11496 SHA256 dcb9a4069d686aebc682857861e53f5d0c29b367fb28007c9a04de7feac86d0d SHA512 34f02d2b5e3decad51b4d5801826cf0f7a7e863a1f61a529d3d53dc38d0a687cf100da8007c9dd1ee2172dc22af3dc963dddf3c8fefcdc47db616261d8f2f259 WHIRLPOOL d8df72bb44fb9d17d22d54768131ed909489bc738bd1e13c05b4b0d796f536c11c48cbd7fb1b5c65f48a20180a714306723930687240b7accc093197775dadfc |
25 changes: 25 additions & 0 deletions
25
app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20170302.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
inherit elisp | ||
|
||
DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas" | ||
HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/" | ||
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" | ||
|
||
LICENSE="HPND" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" | ||
|
||
SITEFILE="60${PN}-gentoo.el" | ||
|
||
src_compile() { :; } | ||
|
||
src_install() { | ||
insinto "${SITEETC}/${PN}" | ||
doins schemas.xml *.rnc | ||
elisp-site-file-install "${FILESDIR}/${SITEFILE}" | ||
dodoc DONATING | ||
} |