public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/editorconfig-emacs/
Date: Tue,  8 Nov 2016 21:27:23 +0000 (UTC)	[thread overview]
Message-ID: <1478640423.734a6f3b31938fd9f1f73b6baf5ac3c02f784848.zmedico@gentoo> (raw)

commit:     734a6f3b31938fd9f1f73b6baf5ac3c02f784848
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  8 21:26:01 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Nov  8 21:27:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734a6f3b

app-emacs/editorconfig-emacs: add package

Package-Manager: portage-2.3.2

 app-emacs/editorconfig-emacs/Manifest              |  1 +
 .../editorconfig-emacs-0.7.8.ebuild                | 28 ++++++++++++++++++++++
 app-emacs/editorconfig-emacs/metadata.xml          | 10 ++++++++
 3 files changed, 39 insertions(+)

diff --git a/app-emacs/editorconfig-emacs/Manifest b/app-emacs/editorconfig-emacs/Manifest
new file mode 100644
index 00000000..4cbc72d
--- /dev/null
+++ b/app-emacs/editorconfig-emacs/Manifest
@@ -0,0 +1 @@
+DIST editorconfig-emacs-0.7.8.tar.gz 28250 SHA256 3abb4bc349a50fc84f7cc006a355edd773cd21d5a728fb0cb64eac80fa948ff6 SHA512 21815a5a778ffef68b5205e409aa827c1bd6c9a8c542647ebec889a9f00f5b3f71e3a2072bc2f0373e8ce30c1bb57f5f6350953a3c149742a8e2e46ca9846c9a WHIRLPOOL f5fd5d66d075a57204bcad0eae6a4569cf17f1eb77b1d89873e5d3f645dd3241a4cceaefbe8918753d8cec83969f335993f57ce169bac9fbbefc5208482c6ea2

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 00000000..6013a29
--- /dev/null
+++ b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 00000000..14acb12
--- /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>


             reply	other threads:[~2016-11-08 21:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08 21:27 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-08  8:47 [gentoo-commits] repo/gentoo:master commit in: app-emacs/editorconfig-emacs/ Ulrich Müller
2021-10-10 15:33 Agostino Sarubbo
2022-05-30 23:30 Sam James
2022-10-24 12:18 Sam James
2022-11-08 11:44 Maciej Barć
2022-12-11  2:37 Sam James
2023-05-07 15:21 Maciej Barć
2023-05-07 15:21 Maciej Barć
2023-05-07 15:21 Maciej Barć
2023-05-19 14:18 Maciej Barć
2023-06-07 15:50 Sam James
2023-06-20 16:16 Sam James
2024-05-11 18:21 Maciej Barć
2024-06-12  2:01 Sam James
2024-06-25 15:26 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478640423.734a6f3b31938fd9f1f73b6baf5ac3c02f784848.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox