app-emacs/go-mode: new package / ebuild

initial version 1.4.0, live ebuild prepared but abandonned
entered under supervision of both the
Gentoo GNU Emacs and Proxy Maintainers projects
initial patches and discussion presented via the

Gentoo-bug: #582434
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1428

Signed-off-by: Ian Delaney <idella4@gentoo.org>
This commit is contained in:
Victor Gaydov
2016-05-08 12:06:40 +03:00
committed by Ian Delaney
parent 197be899f0
commit 94ea431c44
4 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST go-mode-1.4.0.tar.gz 30705 SHA256 31365aa8b220ca67e6fb24fa197e99121a6db815690df731df2f56915805935d SHA512 00e3aa832b81d6039e38e12f1346ef838f0cd9ccbebac947d394d453690862025ce30fc253d52d485c3161a1c2307ef00272f014c8f3fa86304216525ae47bdd WHIRLPOOL e5fc9f010dd8a0346aacb9797f9d2061f02165cfce6329d1f627169dd70d288f4618f3fa12bc89403e9c00bbbb691d8390560c068af69e57391729d5c926f7cf

View File

@@ -0,0 +1,2 @@
(add-to-list 'load-path "@SITELISP@")
(load "go-mode-autoloads" nil t)

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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"

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>victor@enise.org</email>
<name>Victor Gaydov</name>
<description>Proxied maintainer</description>
</maintainer>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>