summaryrefslogtreecommitdiff
path: root/app-emacs/bison-mode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-emacs/bison-mode
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/bison-mode')
-rw-r--r--app-emacs/bison-mode/Manifest4
-rw-r--r--app-emacs/bison-mode/bison-mode-0.3.ebuild17
-rw-r--r--app-emacs/bison-mode/files/50bison-mode-gentoo.el3
-rw-r--r--app-emacs/bison-mode/metadata.xml16
4 files changed, 40 insertions, 0 deletions
diff --git a/app-emacs/bison-mode/Manifest b/app-emacs/bison-mode/Manifest
new file mode 100644
index 000000000000..24780d3244c3
--- /dev/null
+++ b/app-emacs/bison-mode/Manifest
@@ -0,0 +1,4 @@
+AUX 50bison-mode-gentoo.el 130 BLAKE2B 9f96fc48a60b461675dd893c4489b1dbc60b7c1fb5a026b6a3c3f648874cdbd9a8130939800f61e533d830d58421a52e8087081bdf64f3eabd66c3b52cacf61d SHA512 50b14d2baddf3c2c7597d202264c19bdefe094f887f20b4f4b96f8de0ad11d520f249ebc09fc8f8200413824bc84495955ccfb6123140972cd14e4524be94feb
+DIST bison-mode-0.3.tar.bz2 7541 BLAKE2B ddd8d75f264a5f3fd38bb1b2df28973958e176c434fbc6d52c0afd9c38327b4be760407046ec359b93eb8fe5067774141ff97c66570a96990db1ae6b7a1e69bc SHA512 b3b173152700562f813534d9352ed50cfac8ad131f037b1e2bf9d1370f0b56f109f14206cbfde82acac0c93a1bc0092da7f78c1b42fc3154248dfb1222a7f85b
+EBUILD bison-mode-0.3.ebuild 400 BLAKE2B 85510472fe3d767676996ce00f466cd7a246cb71e4d1957c7b5bc7f5c16233cc0dc75d5f159b8731346bc0d91875bb9aee11e98a0e5b1c5896583d6253e19c2a SHA512 99f74638ffcf53595b90303e9c4482600214618a8ee147bd6e6a8372a2cb538a10ce24af9535d65c2e6504e672558164096b13fb3854aaeadabe6cd91742fe7f
+MISC metadata.xml 472 BLAKE2B d9562ac08d14c9760f39d3aae0fa0de3ee6b30bd20f7e883c18628edd5309ac175bf26aec2cfce5dd3bfb80a0b31b9e14b287f8f2570f5eeb40c0807a68ca24d SHA512 9863f08c8821e6938980fe58138d4534749921a84e8af8de2f51f8da30598d66a3e81ee533d4550811cf449adb14ffde10481d61f869b7fade850299376e19a6
diff --git a/app-emacs/bison-mode/bison-mode-0.3.ebuild b/app-emacs/bison-mode/bison-mode-0.3.ebuild
new file mode 100644
index 000000000000..adc138ea19df
--- /dev/null
+++ b/app-emacs/bison-mode/bison-mode-0.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="Emacs major mode for Bison, Yacc and Lex grammars"
+HOMEPAGE="https://github.com/Wilfred/bison-mode"
+SRC_URI="https://dev.gentoo.org/~nicolasbock/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"
diff --git a/app-emacs/bison-mode/files/50bison-mode-gentoo.el b/app-emacs/bison-mode/files/50bison-mode-gentoo.el
new file mode 100644
index 000000000000..57c4890db3b8
--- /dev/null
+++ b/app-emacs/bison-mode/files/50bison-mode-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'bison-mode "bison-mode"
+ "Emacs major mode for Bison, Yacc and Lex grammars" t)
diff --git a/app-emacs/bison-mode/metadata.xml b/app-emacs/bison-mode/metadata.xml
new file mode 100644
index 000000000000..3f85b297cb43
--- /dev/null
+++ b/app-emacs/bison-mode/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>nicolasbock@gentoo.org</email>
+ <name>Nicolas Bock</name>
+</maintainer>
+<maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<stabilize-allarches/>
+<upstream>
+ <remote-id type="github">Wilfred/bison-mode</remote-id>
+</upstream>
+</pkgmetadata>