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

Search

Install

Install this version:

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

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

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

Or alternatively:

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

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
20260616 9 ~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

inherit elisp

DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/"
SRC_URI="https://distfiles.gentoo.org/pub/proj/emacs/${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 20260616

Type File Size Source URLs
DIST nxml-gentoo-schemas-20260616.tar.xz 8864 bytes https://distfiles.gentoo.org/pub/proj/emacs/nxml-gentoo-schemas-20260616.tar.xz