summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2015-10-02 14:35:21 +0200
committerHans de Graaff <hans@degraaff.org>2015-10-02 14:35:21 +0200
commit7d11ee676505e73b1a7373c0bc1e5199001c9e50 (patch)
treed117fd5b74a3a73ce0f5598cad272e1670eb9342
parentdev-ruby/rubocop: version bump (diff)
downloadgraaff-7d11ee67.tar.gz
graaff-7d11ee67.tar.bz2
graaff-7d11ee67.zip
app-emacs/haml-mode: initial import
Dependency for sass-mode. Package-Manager: portage-2.2.20.1
-rw-r--r--app-emacs/haml-mode/Manifest1
-rw-r--r--app-emacs/haml-mode/files/50haml-mode-gentoo.el6
-rw-r--r--app-emacs/haml-mode/haml-mode-3.1.9.ebuild20
-rw-r--r--app-emacs/haml-mode/metadata.xml5
4 files changed, 32 insertions, 0 deletions
diff --git a/app-emacs/haml-mode/Manifest b/app-emacs/haml-mode/Manifest
new file mode 100644
index 00000000..4ad46d4c
--- /dev/null
+++ b/app-emacs/haml-mode/Manifest
@@ -0,0 +1 @@
+DIST haml-mode-3.1.9.tar.gz 10306 SHA256 8d80548d34c3aa57cd6fadb2c0d666a204ce84178163610ecfc4fd9279d111ec SHA512 a64fbb5a3ea10a27c94405148d04903f2fe670a653289de3302f5df85ec662751698976008da9756321281cc064c63a166c50bdaad93a05f8cb3d7ed8f3e15cc WHIRLPOOL db9f003feeef36985490c51bab282d6c2987ee384b83f459a7c27ba3c410324d2cd9e0b4060d16752a5d80c7bc4e70b30c92ee92db69985484334011834f447f
diff --git a/app-emacs/haml-mode/files/50haml-mode-gentoo.el b/app-emacs/haml-mode/files/50haml-mode-gentoo.el
new file mode 100644
index 00000000..03d9f402
--- /dev/null
+++ b/app-emacs/haml-mode/files/50haml-mode-gentoo.el
@@ -0,0 +1,6 @@
+
+;;; coffee-mode site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(add-to-list 'auto-mode-alist '("\\.haml$" . haml-mode))
+(autoload 'haml-mode "haml-mode" "Mode for editing HAML")
diff --git a/app-emacs/haml-mode/haml-mode-3.1.9.ebuild b/app-emacs/haml-mode/haml-mode-3.1.9.ebuild
new file mode 100644
index 00000000..ed4d25a8
--- /dev/null
+++ b/app-emacs/haml-mode/haml-mode-3.1.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing HAML"
+HOMEPAGE="https://github.com/nex3/haml"
+SRC_URI="https://github.com/nex3/haml-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND=">=app-emacs/haml-mode-3.0.15"
diff --git a/app-emacs/haml-mode/metadata.xml b/app-emacs/haml-mode/metadata.xml
new file mode 100644
index 00000000..f9772993
--- /dev/null
+++ b/app-emacs/haml-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>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>