commit:     7d11ee676505e73b1a7373c0bc1e5199001c9e50
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct  2 12:35:21 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 12:35:21 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=7d11ee67

app-emacs/haml-mode: initial import

Dependency for sass-mode.

Package-Manager: portage-2.2.20.1

 app-emacs/haml-mode/Manifest                    |  1 +
 app-emacs/haml-mode/files/50haml-mode-gentoo.el |  6 ++++++
 app-emacs/haml-mode/haml-mode-3.1.9.ebuild      | 20 ++++++++++++++++++++
 app-emacs/haml-mode/metadata.xml                |  5 +++++
 4 files changed, 32 insertions(+)

diff --git a/app-emacs/haml-mode/Manifest b/app-emacs/haml-mode/Manifest
new file mode 100644
index 0000000..4ad46d4
--- /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 0000000..03d9f40
--- /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 0000000..ed4d25a
--- /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 0000000..f977299
--- /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>[email protected]</email></maintainer>
+</pkgmetadata>

Reply via email to