summaryrefslogtreecommitdiff
path: root/app-emacs/puppet-mode/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/puppet-mode/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/puppet-mode/files')
-rw-r--r--app-emacs/puppet-mode/files/50puppet-mode-1-gentoo.el6
-rw-r--r--app-emacs/puppet-mode/files/puppet-mode-0.3-version.patch20
2 files changed, 0 insertions, 26 deletions
diff --git a/app-emacs/puppet-mode/files/50puppet-mode-1-gentoo.el b/app-emacs/puppet-mode/files/50puppet-mode-1-gentoo.el
deleted file mode 100644
index 64c38ae5a31d..000000000000
--- a/app-emacs/puppet-mode/files/50puppet-mode-1-gentoo.el
+++ /dev/null
@@ -1,6 +0,0 @@
-
-;;; puppet-mode site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'puppet-mode "puppet-mode" "Major mode for editing puppet manifests")
-(add-to-list 'auto-mode-alist '("\\.pp$" . puppet-mode))
diff --git a/app-emacs/puppet-mode/files/puppet-mode-0.3-version.patch b/app-emacs/puppet-mode/files/puppet-mode-0.3-version.patch
deleted file mode 100644
index 513329dec1a2..000000000000
--- a/app-emacs/puppet-mode/files/puppet-mode-0.3-version.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/puppet-mode.el.~1~ 2014-03-13 16:30:50.000000000 +0100
-+++ b/puppet-mode.el 2017-06-30 14:38:22.749240233 +0200
-@@ -72,8 +72,6 @@
-
-
- ;;;; Requirements
--(require 'pkg-info)
--
- (require 'cl-lib)
- (require 'rx)
- (require 'align)
-@@ -165,7 +163,7 @@
- if called interactively, or if SHOW-VERSION is non-nil, otherwise
- just return nil."
- (interactive (list t))
-- (let ((version (pkg-info-version-info 'puppet-mode)))
-+ (let ((version "@VERSION@"))
- (when show-version
- (message "Puppet Mode version: %s" version))
- version))