summaryrefslogtreecommitdiff
path: root/app-emacs/editorconfig-emacs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-emacs/editorconfig-emacs
reinit the tree, so we can have metadata
Diffstat (limited to 'app-emacs/editorconfig-emacs')
-rw-r--r--app-emacs/editorconfig-emacs/Manifest4
-rw-r--r--app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild27
-rw-r--r--app-emacs/editorconfig-emacs/metadata.xml10
3 files changed, 41 insertions, 0 deletions
diff --git a/app-emacs/editorconfig-emacs/Manifest b/app-emacs/editorconfig-emacs/Manifest
new file mode 100644
index 000000000000..e5984891c59c
--- /dev/null
+++ b/app-emacs/editorconfig-emacs/Manifest
@@ -0,0 +1,4 @@
+DIST editorconfig-emacs-0.7.8.tar.gz 28250 SHA256 3abb4bc349a50fc84f7cc006a355edd773cd21d5a728fb0cb64eac80fa948ff6 SHA512 21815a5a778ffef68b5205e409aa827c1bd6c9a8c542647ebec889a9f00f5b3f71e3a2072bc2f0373e8ce30c1bb57f5f6350953a3c149742a8e2e46ca9846c9a WHIRLPOOL f5fd5d66d075a57204bcad0eae6a4569cf17f1eb77b1d89873e5d3f645dd3241a4cceaefbe8918753d8cec83969f335993f57ce169bac9fbbefc5208482c6ea2
+EBUILD editorconfig-emacs-0.7.8.ebuild 601 SHA256 29dad5a4734019eba14b5ac6653977e072694b4e9d0a61469ed39f633694317b SHA512 8a714ae71dc467391f5616a989051d56481505254bda9f16878648d47f2725b95842239aac7d5e80c7bc200b94d3da179b7f4a4edb4937c2be47a224f1a8ef42 WHIRLPOOL 687e54a12137f9103a096bf6def9f15420b7ec8452c0503b644245a4771470194f152285c8deb9bbc0f800648a8f45e9f40e2e108efeecfd23754c4acccb77b4
+MISC ChangeLog 336 SHA256 056ce94325cec8b5e9ca097e72b9fae43a1b51466d11fa88f5f9b8964fbd37ca SHA512 aada44ddeccaa6b264da22eacc41f2ba4bd995e32925aef2c25488689d38dddbe88e41bff2adaca42e892174646e78263857b94f92584193a3dce92735b06bb3 WHIRLPOOL fad70049fe0b2e62a2982c0627a98809cb9bc8c61194d80e9f81155d99c4f907a76997d020551ffe17f91a9a3ad383221cf66bb8a5658870e80ae9c015cc8e92
+MISC metadata.xml 314 SHA256 7f44a8a09f494e7d8baf60dd6e4e562d1a244c3ffd84d261091a7590bea5a03e SHA512 0164edb2a9e2ce508705a25118d396472f7a3d465b0e36f44dce0305a51a7db33cc6389230bb0a9fe8a068bcd30dd73eca6839a78766109ebd27573906cf0a87 WHIRLPOOL 14cfe600d0ae9cca058d8166f530ee5e08c2e40007739f3d8bc1916ee2a21a776b4188bbe5b9db9f6d70e0e8dfb9f89cf3d183cb9f401798112aac26b6a9f12a
diff --git a/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild
new file mode 100644
index 000000000000..0c41994e27c7
--- /dev/null
+++ b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="EditorConfig plugin for emacs"
+HOMEPAGE="https://github.com/editorconfig/${PN}/"
+SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+
+src_install() {
+ local site_file="${T}/50${PN}-gentoo.el"
+ echo "
+(require 'editorconfig)
+(editorconfig-mode 1)
+" > "${site_file}" || die
+ elisp-site-file-install "${site_file}"
+ elisp_src_install
+ dodoc README.md
+}
diff --git a/app-emacs/editorconfig-emacs/metadata.xml b/app-emacs/editorconfig-emacs/metadata.xml
new file mode 100644
index 000000000000..14acb12060dd
--- /dev/null
+++ b/app-emacs/editorconfig-emacs/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="github">editorconfig/editorconfig-emacs</remote-id>
+ </upstream>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>