public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/go-mode/files/, app-emacs/go-mode/
@ 2016-05-13  1:02 Ian Delaney
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney @ 2016-05-13  1:02 UTC (permalink / raw
  To: gentoo-commits

commit:     94ea431c4451cfec60df149fe20422133fae7efd
Author:     Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Sun May  8 09:06:40 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri May 13 01:01:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ea431c

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 <AT> gentoo.org>

 app-emacs/go-mode/Manifest                  |  1 +
 app-emacs/go-mode/files/50go-mode-gentoo.el |  2 ++
 app-emacs/go-mode/go-mode-1.4.0.ebuild      | 19 +++++++++++++++++++
 app-emacs/go-mode/metadata.xml              | 17 +++++++++++++++++
 4 files changed, 39 insertions(+)

diff --git a/app-emacs/go-mode/Manifest b/app-emacs/go-mode/Manifest
new file mode 100644
index 0000000..3fc0f09
--- /dev/null
+++ b/app-emacs/go-mode/Manifest
@@ -0,0 +1 @@
+DIST go-mode-1.4.0.tar.gz 30705 SHA256 31365aa8b220ca67e6fb24fa197e99121a6db815690df731df2f56915805935d SHA512 00e3aa832b81d6039e38e12f1346ef838f0cd9ccbebac947d394d453690862025ce30fc253d52d485c3161a1c2307ef00272f014c8f3fa86304216525ae47bdd WHIRLPOOL e5fc9f010dd8a0346aacb9797f9d2061f02165cfce6329d1f627169dd70d288f4618f3fa12bc89403e9c00bbbb691d8390560c068af69e57391729d5c926f7cf

diff --git a/app-emacs/go-mode/files/50go-mode-gentoo.el b/app-emacs/go-mode/files/50go-mode-gentoo.el
new file mode 100644
index 0000000..331db4c
--- /dev/null
+++ b/app-emacs/go-mode/files/50go-mode-gentoo.el
@@ -0,0 +1,2 @@
+(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
new file mode 100644
index 0000000..146d92d
--- /dev/null
+++ b/app-emacs/go-mode/go-mode-1.4.0.ebuild
@@ -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"

diff --git a/app-emacs/go-mode/metadata.xml b/app-emacs/go-mode/metadata.xml
new file mode 100644
index 0000000..6ae6f41
--- /dev/null
+++ b/app-emacs/go-mode/metadata.xml
@@ -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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/go-mode/files/, app-emacs/go-mode/
@ 2022-07-21  7:31 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2022-07-21  7:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d46e22750ad75476b8782c9df4c86d6ab6835b8b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 07:26:52 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 07:29:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46e2275

app-emacs/go-mode: drop 1.5.0

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/go-mode/Manifest                  |  1 -
 app-emacs/go-mode/files/50go-mode-gentoo.el |  2 --
 app-emacs/go-mode/go-mode-1.5.0.ebuild      | 18 ------------------
 3 files changed, 21 deletions(-)

diff --git a/app-emacs/go-mode/Manifest b/app-emacs/go-mode/Manifest
index 882da91fac0a..95791ec2bfba 100644
--- a/app-emacs/go-mode/Manifest
+++ b/app-emacs/go-mode/Manifest
@@ -1,2 +1 @@
-DIST go-mode-1.5.0.tar.gz 36876 BLAKE2B dca184f1cb79c919067ffecd1111f2404685459dca374a1ff14512067d0235bc862a04cb5fb014620856d0d03c15668149d0c62c238098b8561ea2512b26ec36 SHA512 fee67461467feb272dbb90abbad3df786f984925747ad8588c271784f8d27db888dd1da9d4589fb63ccfded1a833b01bb860d3254b00ca5e3f3aa89f199880c3
 DIST go-mode-1.6.0.tar.xz 40764 BLAKE2B e88be130809da4d00978698c6f2cdd0d844a6c6646c23152fcb5f4c3a9a1596ca8d79199d811f8e7d64f6c245cd7bb80b9a403fc0e1362e6b2c556466b45e80d SHA512 24594b1de8ae45922a6a7c7cee8097f4a8ebdac477ae086595a73c5a7757b8c2f8c0249ad4ccf313ca13332790d76495b7c212d2e0e721f98753f23b2d6511c1

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.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"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-21  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13  1:02 [gentoo-commits] repo/gentoo:master commit in: app-emacs/go-mode/files/, app-emacs/go-mode/ Ian Delaney
  -- strict thread matches above, loose matches on Subject: below --
2022-07-21  7:31 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox