summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-03-18 17:01:01 +0100
committerMarek Szuba <marecki@gentoo.org>2020-03-18 17:01:01 +0100
commit0ce50198ccbf262a67b2c300e880f1a03c312ad8 (patch)
treec830d201f8dd5fea529d2967d4d28ad9d5e4eec4 /app-emacs
parentnet-wireless/crda: x86 stable wrt bug #711406 (diff)
downloadgentoo-0ce50198ccbf262a67b2c300e880f1a03c312ad8.tar.gz
gentoo-0ce50198ccbf262a67b2c300e880f1a03c312ad8.tar.bz2
gentoo-0ce50198ccbf262a67b2c300e880f1a03c312ad8.zip
app-emacs/meson-mode: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/meson-mode/Manifest1
-rw-r--r--app-emacs/meson-mode/meson-mode-0.2.ebuild17
-rw-r--r--app-emacs/meson-mode/metadata.xml12
3 files changed, 30 insertions, 0 deletions
diff --git a/app-emacs/meson-mode/Manifest b/app-emacs/meson-mode/Manifest
new file mode 100644
index 000000000000..d7042c03cda0
--- /dev/null
+++ b/app-emacs/meson-mode/Manifest
@@ -0,0 +1 @@
+DIST meson-mode-0.2.tar.gz 28194 BLAKE2B a11b7659dfb7883a624706ee3a80ab2de69c3f3830d363a767e2a2fc644a9d1d946269a7d30af4ec93180341807519e5bf0bd55e1500513076e7aa07e0ec888b SHA512 05a9554f2ff1520834648ef6b7c27d09d5f9355fe980d19a67eba39e1e0a4a402e64284e17c6d544b8e95bdee3e204b79d73c6166d6d8c48683036821bad532f
diff --git a/app-emacs/meson-mode/meson-mode-0.2.ebuild b/app-emacs/meson-mode/meson-mode-0.2.ebuild
new file mode 100644
index 000000000000..ff33748c1148
--- /dev/null
+++ b/app-emacs/meson-mode/meson-mode-0.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+NEED_EMACS=24
+inherit elisp
+
+DESCRIPTION="A GNU Emacs major mode for Meson build-system files"
+HOMEPAGE="https://github.com/wentasah/meson-mode"
+SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( README.md )
diff --git a/app-emacs/meson-mode/metadata.xml b/app-emacs/meson-mode/metadata.xml
new file mode 100644
index 000000000000..cfebf4666da4
--- /dev/null
+++ b/app-emacs/meson-mode/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">wentasah/meson-mode</remote-id>
+ </upstream>
+</pkgmetadata>