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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E69C4158020 for ; Mon, 14 Nov 2022 20:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5539E0900; Mon, 14 Nov 2022 20:38:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id B7EEFE0900 for ; Mon, 14 Nov 2022 20:38:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C18AE340E57 for ; Mon, 14 Nov 2022 20:38:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4968373E for ; Mon, 14 Nov 2022 20:38:17 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1668458221.867eda48f39d83280dbf3a0707801c286307179c.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/nagios-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/nagios-mode/Manifest app-emacs/nagios-mode/nagios-mode-0.4.ebuild X-VCS-Directories: app-emacs/nagios-mode/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 867eda48f39d83280dbf3a0707801c286307179c X-VCS-Branch: master Date: Mon, 14 Nov 2022 20:38:17 +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: 4bde2551-c55a-48a4-af2c-bc1ea285a36a X-Archives-Hash: 0a911d218f68270f67a2f6ba818000f3 commit: 867eda48f39d83280dbf3a0707801c286307179c Author: Michael Orlitzky gentoo org> AuthorDate: Mon Nov 14 19:23:37 2022 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Nov 14 20:37:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867eda48 app-emacs/nagios-mode: add 0.4 Signed-off-by: Michael Orlitzky gentoo.org> app-emacs/nagios-mode/Manifest | 1 + app-emacs/nagios-mode/nagios-mode-0.4.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/app-emacs/nagios-mode/Manifest b/app-emacs/nagios-mode/Manifest index 6fcff2ec8eeb..5d36dd506d1b 100644 --- a/app-emacs/nagios-mode/Manifest +++ b/app-emacs/nagios-mode/Manifest @@ -1 +1,2 @@ DIST nagios-mode-0.3.tar.gz 7917 BLAKE2B 17f69dd9736b5a3f94a69ef2af7827503d2ee87f97346e5ead44563d1e056457bb425f0145b58246dafebbb0fd346857e5fe9aa11a616c8e6608722013a73500 SHA512 e9ff6e0684ee0f9f1919ec9dd4c8e0dfa7faab347f56724f7fe69bc366cf8d81f98c4c4245ddde95bbf9a2b9f72fec80a100c22b6b0b9e3c28c999515d0b6a50 +DIST nagios-mode-0.4.tar.xz 8844 BLAKE2B 212f61a599b29bb2d213328f269adef0fa52dcf09e3424356faf3b7fa6b86adfbcdf7f68dcf17d16532eba8e1ed8e8065c50a860833ea9f05211abb15b2affb7 SHA512 d84bf11fae5722a9af985be39205258da6548b18b9e2a8691fad93ed6b66b8fdce6dd092490a9543e1ca281b1de81b3acc4ce5f3c5b4bbe8fd7589221db18127 diff --git a/app-emacs/nagios-mode/nagios-mode-0.4.ebuild b/app-emacs/nagios-mode/nagios-mode-0.4.ebuild new file mode 100644 index 000000000000..ee260c178eff --- /dev/null +++ b/app-emacs/nagios-mode/nagios-mode-0.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Major mode for editing Nagios configuration files" +HOMEPAGE="http://michael.orlitzky.com/code/nagios-mode.xhtml" +SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOCS="ChangeLog README test_suite.cfg"