From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-emacs/nagios-mode/Manifest | 1 + app-emacs/nagios-mode/files/50nagios-mode-gentoo.el | 4 ++++ app-emacs/nagios-mode/metadata.xml | 5 +++++ app-emacs/nagios-mode/nagios-mode-0.3.ebuild | 19 +++++++++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 app-emacs/nagios-mode/Manifest create mode 100644 app-emacs/nagios-mode/files/50nagios-mode-gentoo.el create mode 100644 app-emacs/nagios-mode/metadata.xml create mode 100644 app-emacs/nagios-mode/nagios-mode-0.3.ebuild (limited to 'app-emacs/nagios-mode') diff --git a/app-emacs/nagios-mode/Manifest b/app-emacs/nagios-mode/Manifest new file mode 100644 index 000000000000..abb0b3058ffc --- /dev/null +++ b/app-emacs/nagios-mode/Manifest @@ -0,0 +1 @@ +DIST nagios-mode-0.3.tar.gz 7917 SHA256 a85de6caa36b0fff2f02f0911ce43581108c318aec205fce90780cda0cee1f43 SHA512 e9ff6e0684ee0f9f1919ec9dd4c8e0dfa7faab347f56724f7fe69bc366cf8d81f98c4c4245ddde95bbf9a2b9f72fec80a100c22b6b0b9e3c28c999515d0b6a50 WHIRLPOOL a87c166825f994b3fa271ae7d5f188ac3edd8d510f43dcabcd28c1e199f76bc08268f5808bb0e2a97a43b367439fc0a5c5be796e890cb7b84686528b1c0658b4 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 @@ + + + +emacs + 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..75fed2a4e7dd --- /dev/null +++ b/app-emacs/nagios-mode/nagios-mode-0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ~x86-fbsd" +IUSE="" + +SITEFILE="50${PN}-gentoo.el" +DOCS="ChangeLog README test_suite.cfg" -- cgit v1.2.3-65-gdbad