summaryrefslogtreecommitdiff
path: root/app-emacs
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2022-07-03 18:13:42 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2022-07-03 18:13:42 -0400
commit5c490dd126f37d460ba6eae2bfe0c2ff88c53b1b (patch)
treea34397949351de9bd4cde5b68f1ca65c30667d91 /app-emacs
parent233fcc152984c71925d4d08cfc8472d99d2f2a8b (diff)
downloadebuilds-5c490dd126f37d460ba6eae2bfe0c2ff88c53b1b.tar.gz
app-emacs/eglot: removed eglot since its in the gentoo repo
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/eglot/Manifest2
-rw-r--r--app-emacs/eglot/eglot-1.6.ebuild37
-rw-r--r--app-emacs/eglot/eglot-1.7.ebuild37
-rw-r--r--app-emacs/eglot/eglot-9999.ebuild37
-rw-r--r--app-emacs/eglot/files/50eglot-gentoo.el2
-rw-r--r--app-emacs/eglot/metadata.xml16
6 files changed, 0 insertions, 131 deletions
diff --git a/app-emacs/eglot/Manifest b/app-emacs/eglot/Manifest
deleted file mode 100644
index 09d9f01..0000000
--- a/app-emacs/eglot/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST eglot-1.6.tar.gz 288078 BLAKE2B a2214d216d0eeaca32d974c6686696dfcf141b3384741bc8cce0d02abb508eb5713933bc227d12a07f4b87fc34601431845b1b8e519538ae04ecc74b24db4004 SHA512 51227c8e2b0a1dd9a63ededbea592f01616ff728c34c330400c078212fef3f3e747e6dd30ba312523cbe60c7ea663a7af9d83300210cf331ea6162d2db5c7e41
-DIST eglot-1.7.tar.gz 290961 BLAKE2B e0cbd42e478d4c8c2aa4b5a9fccdd8b93e89c0de4e9f2704652dfa2030f0401038bca67295612d5260c15d834937b9d343ed1f35e5271cf938342da1e6d62641 SHA512 7464c5f04242929ee876a9d329f0524e72a509da2dff160a3776dc5546dafbcb718192f4abd957c927cfbca1c2cd72a6ac3607baaca624e43eb97222693d907b
diff --git a/app-emacs/eglot/eglot-1.6.ebuild b/app-emacs/eglot/eglot-1.6.ebuild
deleted file mode 100644
index 17a70f5..0000000
--- a/app-emacs/eglot/eglot-1.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="26.1"
-
-inherit elisp
-
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/joaotavora/eglot"
- EGIT_BRANCH="master"
- EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
- S="${EGIT_CHECKOUT_DIR}"
-else
- SRC_URI="https://github.com/joaotavora/eglot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A minimal Emacs LSP client"
-HOMEPAGE="https://github.com/joaotavora/eglot"
-
-LICENSE="GPL-3"
-SLOT="0"
-# test requires internet connection to install several language servers, one of which
-# is not packaged
-RESTRICT="test"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_REMOVE="eglot-tests.el"
-DOCS=( README.md NEWS.md )
-
-src_install() {
- elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/
- elisp_src_install
-}
diff --git a/app-emacs/eglot/eglot-1.7.ebuild b/app-emacs/eglot/eglot-1.7.ebuild
deleted file mode 100644
index 17a70f5..0000000
--- a/app-emacs/eglot/eglot-1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="26.1"
-
-inherit elisp
-
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/joaotavora/eglot"
- EGIT_BRANCH="master"
- EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
- S="${EGIT_CHECKOUT_DIR}"
-else
- SRC_URI="https://github.com/joaotavora/eglot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A minimal Emacs LSP client"
-HOMEPAGE="https://github.com/joaotavora/eglot"
-
-LICENSE="GPL-3"
-SLOT="0"
-# test requires internet connection to install several language servers, one of which
-# is not packaged
-RESTRICT="test"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_REMOVE="eglot-tests.el"
-DOCS=( README.md NEWS.md )
-
-src_install() {
- elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/
- elisp_src_install
-}
diff --git a/app-emacs/eglot/eglot-9999.ebuild b/app-emacs/eglot/eglot-9999.ebuild
deleted file mode 100644
index 17a70f5..0000000
--- a/app-emacs/eglot/eglot-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="26.1"
-
-inherit elisp
-
-if [[ ${PV} = 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/joaotavora/eglot"
- EGIT_BRANCH="master"
- EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
- S="${EGIT_CHECKOUT_DIR}"
-else
- SRC_URI="https://github.com/joaotavora/eglot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A minimal Emacs LSP client"
-HOMEPAGE="https://github.com/joaotavora/eglot"
-
-LICENSE="GPL-3"
-SLOT="0"
-# test requires internet connection to install several language servers, one of which
-# is not packaged
-RESTRICT="test"
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_REMOVE="eglot-tests.el"
-DOCS=( README.md NEWS.md )
-
-src_install() {
- elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/
- elisp_src_install
-}
diff --git a/app-emacs/eglot/files/50eglot-gentoo.el b/app-emacs/eglot/files/50eglot-gentoo.el
deleted file mode 100644
index b8a7e2b..0000000
--- a/app-emacs/eglot/files/50eglot-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(load "@SITELISP@/eglot-autoload.el")
diff --git a/app-emacs/eglot/metadata.xml b/app-emacs/eglot/metadata.xml
deleted file mode 100644
index 4d327b8..0000000
--- a/app-emacs/eglot/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>jturner.usa+gentoo@gmail.com</email>
- <name>John Turner</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="github">joaotavora/eglot</remote-id>
- <doc>https://github.com/joaotavora/eglot/blob/master/README.md</doc>
- </upstream>
-</pkgmetadata>