summaryrefslogtreecommitdiff
path: root/app-emacs/nagios-mode/nagios-mode-0.4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-15 00:51:37 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-15 00:51:37 +0000
commitac35def7deb4a1eecfad26f0eb5907170b2ee5d7 (patch)
tree37bd431de7ab2a8fca535418553ec0fcdee09394 /app-emacs/nagios-mode/nagios-mode-0.4.ebuild
parentaa44121f587698ace480d5ca16ae9e64fe1b4d0b (diff)
gentoo auto-resync : 15:11:2022 - 00:51:37
Diffstat (limited to 'app-emacs/nagios-mode/nagios-mode-0.4.ebuild')
-rw-r--r--app-emacs/nagios-mode/nagios-mode-0.4.ebuild17
1 files changed, 17 insertions, 0 deletions
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"