app-emacs/nxml-gentoo-schemas - 20241116 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/nxml-gentoo-schemas-20241116

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/nxml-gentoo-schemas-20241116

Or alternatively:

emerge --autounmask-write -a =app-emacs/nxml-gentoo-schemas-20241116

Package Information

Description:
Extension for nxml-mode with Gentoo-specific schemas
Homepage:
https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/
License:
MIT GPL-2+

Ebuild Details

Version EAPI Keywords Slot
20241116 8 ~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~x64-macos 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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="MIT GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~x64-macos"

SITEFILE="60${PN}-gentoo.el"

src_compile() { :; }

src_install() {
	insinto "${SITEETC}/${PN}"
	doins schemas.xml *.rnc
	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
}

Inherited Eclasses

Manifest for 20241116

Type File Size Source URLs
DIST nxml-gentoo-schemas-20241116.tar.xz 8816 bytes https://dev.gentoo.org/~ulm/distfiles/nxml-gentoo-schemas-20241116.tar.xz