From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0F60158042 for ; Sat, 16 Nov 2024 12:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B0E2E08F3; Sat, 16 Nov 2024 12:10:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9444E08F3 for ; Sat, 16 Nov 2024 12:10:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A59FE33BF08 for ; Sat, 16 Nov 2024 12:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 178E1AE7 for ; Sat, 16 Nov 2024 12:10:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1731759031.5ff1c1381ca9528ffb707145fc2da4346bf3d06f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/nxml-gentoo-schemas/Manifest app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20241112.ebuild X-VCS-Directories: app-emacs/nxml-gentoo-schemas/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5ff1c1381ca9528ffb707145fc2da4346bf3d06f X-VCS-Branch: master Date: Sat, 16 Nov 2024 12:10:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d500078-315d-4c2f-816b-8a0673176a1f X-Archives-Hash: 2d89a9088b8559bcb3e19a51e974f6dc commit: 5ff1c1381ca9528ffb707145fc2da4346bf3d06f Author: Ulrich Müller gentoo org> AuthorDate: Sat Nov 16 12:08:27 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Nov 16 12:10:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff1c138 app-emacs/nxml-gentoo-schemas: add 20241112 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/nxml-gentoo-schemas/Manifest | 1 + .../nxml-gentoo-schemas-20241112.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/app-emacs/nxml-gentoo-schemas/Manifest b/app-emacs/nxml-gentoo-schemas/Manifest index 892bfc5ff606..61849e38df90 100644 --- a/app-emacs/nxml-gentoo-schemas/Manifest +++ b/app-emacs/nxml-gentoo-schemas/Manifest @@ -1 +1,2 @@ DIST nxml-gentoo-schemas-20241031.tar.xz 8996 BLAKE2B 9ea6eae66a8d4f23f50307b43824b0276719cadc4484f216b5859f70571d7b7912b4d7443cc6bc97fcd8525906901caadff54a9704c2f8571a5f991907ff185a SHA512 5419e207c37d5759ab8be2dc0f5b607410d9f6a244bc44759319af3678f199ba159a158a62813138bf82bc2098583f949f706c45fc48a6c4de7767bbb0da70a2 +DIST nxml-gentoo-schemas-20241112.tar.xz 8796 BLAKE2B 5d687915765640a43a2021847a702623a3d68208913d008cd6f684e983ce740dd7454a367e64b75f2f3e5de593bc211bc80d22c682732cb7090f4a454e2a747c SHA512 3b3bf8c95cfbae3f35631e1df88e15608dfb196eb307fd5b40ada22fcf901d4d98ae6b8e5fae1c08453e2d22780bf0be733c82e2f9bf1be10d28ce90961525be diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20241112.ebuild b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20241112.ebuild new file mode 100644 index 000000000000..6db7d1937e89 --- /dev/null +++ b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20241112.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 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}" +}