app-emacs/go-mode: version bump to 1.5.0.
authorVictor Gaydov <victor@enise.org>
Wed, 4 Oct 2017 09:11:14 +0000 (12:11 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 16 Oct 2017 16:22:41 +0000 (18:22 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5857

app-emacs/go-mode/Manifest
app-emacs/go-mode/go-mode-1.5.0.ebuild [new file with mode: 0644]

index 3fc0f09ecfc9bc16dc7f8f723252d664e1a7105c..6437a2ab6bce3a167b18c685680c77ce6c4448b3 100644 (file)
@@ -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 (file)
index 0000000..6793607
--- /dev/null
@@ -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"