diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-11-14 14:23:37 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-11-14 15:37:01 -0500 |
commit | 867eda48f39d83280dbf3a0707801c286307179c (patch) | |
tree | 36cf4af66b1dca9c2d2dc784aa998b64520bd42f /app-emacs/nagios-mode/nagios-mode-0.4.ebuild | |
parent | app-emacs/nagios-mode: add myself as a maintainer (diff) | |
download | gentoo-867eda48f39d83280dbf3a0707801c286307179c.tar.gz gentoo-867eda48f39d83280dbf3a0707801c286307179c.tar.bz2 gentoo-867eda48f39d83280dbf3a0707801c286307179c.zip |
app-emacs/nagios-mode: add 0.4
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-emacs/nagios-mode/nagios-mode-0.4.ebuild')
-rw-r--r-- | app-emacs/nagios-mode/nagios-mode-0.4.ebuild | 17 |
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" |