summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-07-17 17:47:00 +0000
committerUlrich Müller <ulm@gentoo.org>2011-07-17 17:47:00 +0000
commit558ed1288f0bf3301f782d85a4c0b828846e5002 (patch)
tree0b424a20c6b671ae820494b87de7688b1b59a11e /app-emacs
parentSign Manifest. (diff)
downloadgentoo-2-558ed1288f0bf3301f782d85a4c0b828846e5002.tar.gz
gentoo-2-558ed1288f0bf3301f782d85a4c0b828846e5002.tar.bz2
gentoo-2-558ed1288f0bf3301f782d85a4c0b828846e5002.zip
Initial import, from Emacs overlay. Bug 333753.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/nagios-mode/ChangeLog11
-rw-r--r--app-emacs/nagios-mode/files/50nagios-mode-gentoo.el4
-rw-r--r--app-emacs/nagios-mode/metadata.xml5
-rw-r--r--app-emacs/nagios-mode/nagios-mode-0.3.ebuild19
4 files changed, 39 insertions, 0 deletions
diff --git a/app-emacs/nagios-mode/ChangeLog b/app-emacs/nagios-mode/ChangeLog
new file mode 100644
index 000000000000..ec06e8c886ed
--- /dev/null
+++ b/app-emacs/nagios-mode/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-emacs/nagios-mode
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nagios-mode/ChangeLog,v 1.1 2011/07/17 17:47:00 ulm Exp $
+
+*nagios-mode-0.3 (17 Jul 2011)
+
+ 17 Jul 2011; Ulrich Mueller <ulm@gentoo.org> +files/50nagios-mode-gentoo.el,
+ +nagios-mode-0.3.ebuild, +metadata.xml:
+ Initial import, from Emacs overlay. Ebuild contributed by Michael Orlitzky
+ <michael@orlitzky.com> in bug 333753.
+
diff --git a/app-emacs/nagios-mode/files/50nagios-mode-gentoo.el b/app-emacs/nagios-mode/files/50nagios-mode-gentoo.el
new file mode 100644
index 000000000000..d74ed9de7461
--- /dev/null
+++ b/app-emacs/nagios-mode/files/50nagios-mode-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'nagios-mode "nagios-mode"
+ "Major mode for editing Nagios configuration files." t)
+;;(add-to-list 'auto-mode-alist '("\\.cfg\\'" . nagios-mode))
diff --git a/app-emacs/nagios-mode/metadata.xml b/app-emacs/nagios-mode/metadata.xml
new file mode 100644
index 000000000000..bc306fe58224
--- /dev/null
+++ b/app-emacs/nagios-mode/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>emacs</herd>
+</pkgmetadata>
diff --git a/app-emacs/nagios-mode/nagios-mode-0.3.ebuild b/app-emacs/nagios-mode/nagios-mode-0.3.ebuild
new file mode 100644
index 000000000000..1425425c1b49
--- /dev/null
+++ b/app-emacs/nagios-mode/nagios-mode-0.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/nagios-mode/nagios-mode-0.3.ebuild,v 1.1 2011/07/17 17:47:00 ulm Exp $
+
+EAPI=4
+
+inherit elisp
+
+DESCRIPTION="Major mode for editing Nagios configuration files"
+HOMEPAGE="http://michael.orlitzky.com/code/nagios-mode.php"
+SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="ChangeLog README test_suite.cfg"