commit:     55a238b351ed9ddbec5bb169ef5f0b5832b84c63
Author:     Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Wed Oct  4 09:11:14 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 16:22:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a238b3

app-emacs/go-mode: version bump to 1.5.0.

Closes: https://github.com/gentoo/gentoo/pull/5857

 app-emacs/go-mode/Manifest             |  1 +
 app-emacs/go-mode/go-mode-1.5.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/app-emacs/go-mode/Manifest b/app-emacs/go-mode/Manifest
index 3fc0f09ecfc..6437a2ab6bc 100644
--- a/app-emacs/go-mode/Manifest
+++ b/app-emacs/go-mode/Manifest
@@ -1 +1,2 @@
 DIST go-mode-1.4.0.tar.gz 30705 SHA256 
31365aa8b220ca67e6fb24fa197e99121a6db815690df731df2f56915805935d SHA512 
00e3aa832b81d6039e38e12f1346ef838f0cd9ccbebac947d394d453690862025ce30fc253d52d485c3161a1c2307ef00272f014c8f3fa86304216525ae47bdd
 WHIRLPOOL 
e5fc9f010dd8a0346aacb9797f9d2061f02165cfce6329d1f627169dd70d288f4618f3fa12bc89403e9c00bbbb691d8390560c068af69e57391729d5c926f7cf
+DIST go-mode-1.5.0.tar.gz 36876 SHA256 
d54a4afac1658082da1f26bab486c346262e5b185e6463cfe316a3e5e57ab6a9 SHA512 
fee67461467feb272dbb90abbad3df786f984925747ad8588c271784f8d27db888dd1da9d4589fb63ccfded1a833b01bb860d3254b00ca5e3f3aa89f199880c3
 WHIRLPOOL 
a5ebcd0bcb47403d4c809249f11796fbeb9d86401f8e140cb8b8882f8ae54c698ce6846a1ec0dd0471b8cde6f11688e6fc5bbaf7887ba7d6e5d4d39add5c8045

diff --git a/app-emacs/go-mode/go-mode-1.5.0.ebuild 
b/app-emacs/go-mode/go-mode-1.5.0.ebuild
new file mode 100644
index 00000000000..67936074eb8
--- /dev/null
+++ b/app-emacs/go-mode/go-mode-1.5.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="An improved Go mode for emacs"
+HOMEPAGE="https://github.com/dominikh/go-mode.el";
+SRC_URI="https://github.com/dominikh/go-mode.el/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/go-mode.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="AUTHORS README.md"

Reply via email to