Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/go-mode/
Date: Mon, 16 Oct 2017 16:22:49
Message-Id: 1508170961.55a238b351ed9ddbec5bb169ef5f0b5832b84c63.monsieurp@gentoo
1 commit: 55a238b351ed9ddbec5bb169ef5f0b5832b84c63
2 Author: Victor Gaydov <victor <AT> enise <DOT> org>
3 AuthorDate: Wed Oct 4 09:11:14 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 16:22:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a238b3
7
8 app-emacs/go-mode: version bump to 1.5.0.
9
10 Closes: https://github.com/gentoo/gentoo/pull/5857
11
12 app-emacs/go-mode/Manifest | 1 +
13 app-emacs/go-mode/go-mode-1.5.0.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/app-emacs/go-mode/Manifest b/app-emacs/go-mode/Manifest
17 index 3fc0f09ecfc..6437a2ab6bc 100644
18 --- a/app-emacs/go-mode/Manifest
19 +++ b/app-emacs/go-mode/Manifest
20 @@ -1 +1,2 @@
21 DIST go-mode-1.4.0.tar.gz 30705 SHA256 31365aa8b220ca67e6fb24fa197e99121a6db815690df731df2f56915805935d SHA512 00e3aa832b81d6039e38e12f1346ef838f0cd9ccbebac947d394d453690862025ce30fc253d52d485c3161a1c2307ef00272f014c8f3fa86304216525ae47bdd WHIRLPOOL e5fc9f010dd8a0346aacb9797f9d2061f02165cfce6329d1f627169dd70d288f4618f3fa12bc89403e9c00bbbb691d8390560c068af69e57391729d5c926f7cf
22 +DIST go-mode-1.5.0.tar.gz 36876 SHA256 d54a4afac1658082da1f26bab486c346262e5b185e6463cfe316a3e5e57ab6a9 SHA512 fee67461467feb272dbb90abbad3df786f984925747ad8588c271784f8d27db888dd1da9d4589fb63ccfded1a833b01bb860d3254b00ca5e3f3aa89f199880c3 WHIRLPOOL a5ebcd0bcb47403d4c809249f11796fbeb9d86401f8e140cb8b8882f8ae54c698ce6846a1ec0dd0471b8cde6f11688e6fc5bbaf7887ba7d6e5d4d39add5c8045
23
24 diff --git a/app-emacs/go-mode/go-mode-1.5.0.ebuild b/app-emacs/go-mode/go-mode-1.5.0.ebuild
25 new file mode 100644
26 index 00000000000..67936074eb8
27 --- /dev/null
28 +++ b/app-emacs/go-mode/go-mode-1.5.0.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit elisp
36 +
37 +DESCRIPTION="An improved Go mode for emacs"
38 +HOMEPAGE="https://github.com/dominikh/go-mode.el"
39 +SRC_URI="https://github.com/dominikh/go-mode.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="BSD"
42 +SLOT="0"
43 +KEYWORDS="~amd64"
44 +
45 +S="${WORKDIR}/go-mode.el-${PV}"
46 +SITEFILE="50${PN}-gentoo.el"
47 +DOCS="AUTHORS README.md"