summaryrefslogtreecommitdiff
path: root/app-emacs/go-mode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/go-mode
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/go-mode')
-rw-r--r--app-emacs/go-mode/Manifest6
-rw-r--r--app-emacs/go-mode/files/50go-mode-gentoo.el2
-rw-r--r--app-emacs/go-mode/go-mode-1.4.0.ebuild18
-rw-r--r--app-emacs/go-mode/go-mode-1.5.0.ebuild18
-rw-r--r--app-emacs/go-mode/metadata.xml12
5 files changed, 0 insertions, 56 deletions
diff --git a/app-emacs/go-mode/Manifest b/app-emacs/go-mode/Manifest
deleted file mode 100644
index bbbc0bcee5f8..000000000000
--- a/app-emacs/go-mode/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX 50go-mode-gentoo.el 71 BLAKE2B 1752654c85077e3a889127ab77e9e53a9703f79b08ea7f6f4898a86ac7c6db71d04bce7a08af4305b20d479067f779b0ed3ae30acb55bc3d1538b8eb6e0b9bf2 SHA512 f390651b52da9f5fb2a07b51a7fbbe52a4cb3391d6857b06a2c092148fc56378adb96477cf31eec23b554d9f4815e4ae7dc510f650a464c59f6b70fcb7311064
-DIST go-mode-1.4.0.tar.gz 30705 BLAKE2B c5b4f53697d18d1a727353c203ea5734a6a63f3e179ca8034d24cd6a414f1d7acecfecff5fc027fd465d7228f876beec558c0e0bca1865866bcef52e0183415a SHA512 00e3aa832b81d6039e38e12f1346ef838f0cd9ccbebac947d394d453690862025ce30fc253d52d485c3161a1c2307ef00272f014c8f3fa86304216525ae47bdd
-DIST go-mode-1.5.0.tar.gz 36876 BLAKE2B dca184f1cb79c919067ffecd1111f2404685459dca374a1ff14512067d0235bc862a04cb5fb014620856d0d03c15668149d0c62c238098b8561ea2512b26ec36 SHA512 fee67461467feb272dbb90abbad3df786f984925747ad8588c271784f8d27db888dd1da9d4589fb63ccfded1a833b01bb860d3254b00ca5e3f3aa89f199880c3
-EBUILD go-mode-1.4.0.ebuild 440 BLAKE2B 78de2c044fa0c9c2ad6849d4b716c8a9f54bef8febc5471c474fa15dcefe6b1afead63f5842a8c4c89976d76167f730f40b61726945d08613a226d9a400510d1 SHA512 1413b7fcf9dfbf51b54b8de54b3bfcf4dc4e662b3497bbb83e136294a28ea57bbcc59ca11d6eecebdaef45601d96ce69f42f834c3614d5718143ca92d34d32d1
-EBUILD go-mode-1.5.0.ebuild 440 BLAKE2B 75e0252733f6311d59cb3da310f1043aae12be1b92cf9e356c8ae4dc24b2d48ffc69f6e6bf40e2949eb845428c24e84b84bf606913d27704b73741ef882a699a SHA512 2fbcd8e7aef7b0d017603bfb7e6404a80537eb6d2cf8e93ed34937fee510730c244260f90ca3d52fedbfe822f8078145b41a8eee1af1289ce7d8fbb49ce1562e
-MISC metadata.xml 380 BLAKE2B 4d9b4f6b93adf63d6fe5cabd0e393cd1b0e6f7a8f440150b034c0099f24f8cae2ed8372b7f034679181dee6ea81a299eab3ad52a24bf0a57e5c3874d05f095e0 SHA512 7284d960c79d89a74d73b1f864d33f728ea84cb3e3245dc7ec3dc54715e1e0d911e993fa9e30ca560cbbd72aa9710165361c17f8d131e3a46dab90eb7abaf3b8
diff --git a/app-emacs/go-mode/files/50go-mode-gentoo.el b/app-emacs/go-mode/files/50go-mode-gentoo.el
deleted file mode 100644
index 331db4c92fef..000000000000
--- a/app-emacs/go-mode/files/50go-mode-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "go-mode-autoloads" nil t)
diff --git a/app-emacs/go-mode/go-mode-1.4.0.ebuild b/app-emacs/go-mode/go-mode-1.4.0.ebuild
deleted file mode 100644
index 6b4cb336e821..000000000000
--- a/app-emacs/go-mode/go-mode-1.4.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 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"
diff --git a/app-emacs/go-mode/go-mode-1.5.0.ebuild b/app-emacs/go-mode/go-mode-1.5.0.ebuild
deleted file mode 100644
index 67936074eb88..000000000000
--- a/app-emacs/go-mode/go-mode-1.5.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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"
diff --git a/app-emacs/go-mode/metadata.xml b/app-emacs/go-mode/metadata.xml
deleted file mode 100644
index 686f91dccb5a..000000000000
--- a/app-emacs/go-mode/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">dominikh/go-mode.el</remote-id>
- </upstream>
-</pkgmetadata>