Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: app-emacs/haml-mode/files/, app-emacs/haml-mode/
Date: Fri, 02 Oct 2015 12:37:01
Message-Id: 1443789321.7d11ee676505e73b1a7373c0bc1e5199001c9e50.graaff@gentoo
1 commit: 7d11ee676505e73b1a7373c0bc1e5199001c9e50
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Oct 2 12:35:21 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 12:35:21 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=7d11ee67
7
8 app-emacs/haml-mode: initial import
9
10 Dependency for sass-mode.
11
12 Package-Manager: portage-2.2.20.1
13
14 app-emacs/haml-mode/Manifest | 1 +
15 app-emacs/haml-mode/files/50haml-mode-gentoo.el | 6 ++++++
16 app-emacs/haml-mode/haml-mode-3.1.9.ebuild | 20 ++++++++++++++++++++
17 app-emacs/haml-mode/metadata.xml | 5 +++++
18 4 files changed, 32 insertions(+)
19
20 diff --git a/app-emacs/haml-mode/Manifest b/app-emacs/haml-mode/Manifest
21 new file mode 100644
22 index 0000000..4ad46d4
23 --- /dev/null
24 +++ b/app-emacs/haml-mode/Manifest
25 @@ -0,0 +1 @@
26 +DIST haml-mode-3.1.9.tar.gz 10306 SHA256 8d80548d34c3aa57cd6fadb2c0d666a204ce84178163610ecfc4fd9279d111ec SHA512 a64fbb5a3ea10a27c94405148d04903f2fe670a653289de3302f5df85ec662751698976008da9756321281cc064c63a166c50bdaad93a05f8cb3d7ed8f3e15cc WHIRLPOOL db9f003feeef36985490c51bab282d6c2987ee384b83f459a7c27ba3c410324d2cd9e0b4060d16752a5d80c7bc4e70b30c92ee92db69985484334011834f447f
27
28 diff --git a/app-emacs/haml-mode/files/50haml-mode-gentoo.el b/app-emacs/haml-mode/files/50haml-mode-gentoo.el
29 new file mode 100644
30 index 0000000..03d9f40
31 --- /dev/null
32 +++ b/app-emacs/haml-mode/files/50haml-mode-gentoo.el
33 @@ -0,0 +1,6 @@
34 +
35 +;;; coffee-mode site-lisp configuration
36 +
37 +(add-to-list 'load-path "@SITELISP@")
38 +(add-to-list 'auto-mode-alist '("\\.haml$" . haml-mode))
39 +(autoload 'haml-mode "haml-mode" "Mode for editing HAML")
40
41 diff --git a/app-emacs/haml-mode/haml-mode-3.1.9.ebuild b/app-emacs/haml-mode/haml-mode-3.1.9.ebuild
42 new file mode 100644
43 index 0000000..ed4d25a
44 --- /dev/null
45 +++ b/app-emacs/haml-mode/haml-mode-3.1.9.ebuild
46 @@ -0,0 +1,20 @@
47 +# Copyright 1999-2015 Gentoo Foundation
48 +# Distributed under the terms of the GNU General Public License v2
49 +# $Id$
50 +
51 +EAPI=5
52 +
53 +inherit elisp
54 +
55 +IUSE=""
56 +
57 +DESCRIPTION="A major mode for editing HAML"
58 +HOMEPAGE="https://github.com/nex3/haml"
59 +SRC_URI="https://github.com/nex3/haml-mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
60 +LICENSE="MIT"
61 +SLOT="0"
62 +KEYWORDS="~amd64"
63 +
64 +SITEFILE="50${PN}-gentoo.el"
65 +
66 +RDEPEND=">=app-emacs/haml-mode-3.0.15"
67
68 diff --git a/app-emacs/haml-mode/metadata.xml b/app-emacs/haml-mode/metadata.xml
69 new file mode 100644
70 index 0000000..f977299
71 --- /dev/null
72 +++ b/app-emacs/haml-mode/metadata.xml
73 @@ -0,0 +1,5 @@
74 +<?xml version = '1.0' encoding = 'UTF-8'?>
75 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 +<pkgmetadata>
77 +<maintainer><email>graaff@g.o</email></maintainer>
78 +</pkgmetadata>