summaryrefslogtreecommitdiff
path: root/app-emacs/haxe-mode
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/haxe-mode')
-rw-r--r--app-emacs/haxe-mode/Manifest4
-rw-r--r--app-emacs/haxe-mode/files/50haxe-mode-gentoo.el4
-rw-r--r--app-emacs/haxe-mode/haxe-mode-0.3.3.ebuild17
-rw-r--r--app-emacs/haxe-mode/metadata.xml13
4 files changed, 38 insertions, 0 deletions
diff --git a/app-emacs/haxe-mode/Manifest b/app-emacs/haxe-mode/Manifest
new file mode 100644
index 000000000000..f59173dc072a
--- /dev/null
+++ b/app-emacs/haxe-mode/Manifest
@@ -0,0 +1,4 @@
+AUX 50haxe-mode-gentoo.el 169 BLAKE2B 60bedbe88c9c0209967b00d106f1ff8ba02e3a3a74e77cf8bfb78ed74367abc05701209da57491a02f2d89ef250b531a17227980ce12febd35579bb949003e16 SHA512 49091b98c8148ff34dc8ec0190bcc58877611e6dfe2f3d71f4d00877694e86991825034de554e41cfa558558d0abe3d89d21a892929b862a727d7602563be500
+DIST haxe-mode-0.3.3.tar.gz 16146 BLAKE2B 17a74cb363cbd4483c1a99cd94fea89dd05f034bd53d339773cd61bd2e2151b58efdf64bef12fbe05709597e5f13c450e4b5a248a8fa0e12b4d8b3500909000a SHA512 14eb2cce5cb158f8d5bab0a948ce8b66ab8cfcf858cae828ec471bf67d95181b3044ad1f2e47c03b58d81ec505c5bb2c30611b612f080a4cf6ae98f3572c41fd
+EBUILD haxe-mode-0.3.3.ebuild 417 BLAKE2B 276021ce7e91a2382a67e898e194d736c830e88842efa1ad383de304fadaf4c589ee563c4bbe8b21dad000c6bc972957a195bd0dc0079d73d6a4fa941d57495c SHA512 0515ef25f7eaebe43b081ca98e35e171ccdd0ecfbc041081b632971f51f12ab78d94d5d67493b5341468da9228d9cd34f665f742ec711f10776e55599df10aae
+MISC metadata.xml 437 BLAKE2B 9d9b65f5a8643e06dfb63e77729c6595af40b22f1c1fdcae57fdedd1a1d9d1f0285571aea86940e0cb66d8697b6a4c6732b154b737a6bfc8740d1ab0fcb8a7e8 SHA512 18c5d688c8df15b2e8e537baf298b5134abfd999bd89969fbbdadc02e87ad50dee2a667254acbb474f6b52ed851c137d484a001446bd2eb387a60914f6e5744a
diff --git a/app-emacs/haxe-mode/files/50haxe-mode-gentoo.el b/app-emacs/haxe-mode/files/50haxe-mode-gentoo.el
new file mode 100644
index 000000000000..8cb604ca7227
--- /dev/null
+++ b/app-emacs/haxe-mode/files/50haxe-mode-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'haxe-mode "haxe-mode"
+ "Major mode for editing Haxe code." t)
+(add-to-list 'auto-mode-alist '("\\.hx\\'" . haxe-mode))
diff --git a/app-emacs/haxe-mode/haxe-mode-0.3.3.ebuild b/app-emacs/haxe-mode/haxe-mode-0.3.3.ebuild
new file mode 100644
index 000000000000..09f43e36f9ba
--- /dev/null
+++ b/app-emacs/haxe-mode/haxe-mode-0.3.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Major mode for editing Haxe files"
+HOMEPAGE="https://github.com/emacsorphanage/haxe-mode/"
+SRC_URI="https://github.com/emacsorphanage/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/haxe-mode/metadata.xml b/app-emacs/haxe-mode/metadata.xml
new file mode 100644
index 000000000000..19adea939501
--- /dev/null
+++ b/app-emacs/haxe-mode/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/emacsorphanage/haxe-mode/issues/</bugs-to>
+ <remote-id type="github">emacsorphanage/haxe-mode</remote-id>
+ </upstream>
+</pkgmetadata>