From 9d5df42b92a1a953c49adf384bf6d3197fef5da6 Mon Sep 17 00:00:00 2001 From: John Turner Date: Wed, 30 Mar 2022 21:19:02 -0400 Subject: [PATCH] app-emacs/flycheck: removed flycheck again >.< --- app-emacs/flycheck/Manifest | 1 - app-emacs/flycheck/files/50flycheck-gentoo.el | 4 -- app-emacs/flycheck/flycheck-32.ebuild | 44 ------------------- app-emacs/flycheck/metadata.xml | 20 --------- app-emacs/ht/ht-9999.ebuild | 23 ++++++++++ 5 files changed, 23 insertions(+), 69 deletions(-) delete mode 100644 app-emacs/flycheck/Manifest delete mode 100644 app-emacs/flycheck/files/50flycheck-gentoo.el delete mode 100644 app-emacs/flycheck/flycheck-32.ebuild delete mode 100644 app-emacs/flycheck/metadata.xml create mode 100644 app-emacs/ht/ht-9999.ebuild diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest deleted file mode 100644 index fff7730..0000000 --- a/app-emacs/flycheck/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flycheck-32.tar.gz 1037344 BLAKE2B d16344a7a5b3a35eec1b8792c518fc9d3b6f6b0bef8f36f85b9bb101306bf513b442f055401f1836fa5a8ff3c6a5c378baa2a5d79ea3ad2a98a3b4f6daea9c8b SHA512 3e89238ee6d2bd3e51cd5df805969366fbb77c3df470a12e697282535e372cbea1d3e907f1c33952e5821c05c62ce758103d6421a2add9be5347f839806f831b diff --git a/app-emacs/flycheck/files/50flycheck-gentoo.el b/app-emacs/flycheck/files/50flycheck-gentoo.el deleted file mode 100644 index 5f6c703..0000000 --- a/app-emacs/flycheck/files/50flycheck-gentoo.el +++ /dev/null @@ -1,4 +0,0 @@ -;;; Flycheck site-lisp configuration -(add-to-list 'load-path "@SITELISP@") -(autoload 'flycheck-mode "flycheck" nil t) -(autoload 'global-flycheck-mode "flycheck" nil t) diff --git a/app-emacs/flycheck/flycheck-32.ebuild b/app-emacs/flycheck/flycheck-32.ebuild deleted file mode 100644 index 7991634..0000000 --- a/app-emacs/flycheck/flycheck-32.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="24.3" - -inherit elisp - -if [[ ${PV} = "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/flycheck/flycheck" - EGIT_BRANCH="master" - EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" - S="${EGIT_CHECKOUT_DIR}" -else - if [[ ${PV} = *_p* ]]; then - COMMIT="784f184cdd9f9cb4e3dbb997c09d93e954142842" - SRC_URI="https://github.com/flycheck/flycheck/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${COMMIT}" - else - SRC_URI="https://github.com/flycheck/flycheck/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - fi - KEYWORDS="~amd64" -fi - -DESCRIPTION="Modern on-the-fly syntax checking extension for GNU Emacs" -HOMEPAGE="https://www.flycheck.org/" - -LICENSE="GPL-3" -SLOT="0" -RESTRICT="test" # test requires cask and ert-runner which are not packaged yet - -RDEPEND=">=app-emacs/dash-2.12.1 - >=app-emacs/pkg-info-0.4" - -SITEFILE="50${PN}-gentoo.el" -DOCS=( README.md ) -ELISP_REMOVE="flycheck-buttercup.el flycheck-ert.el" - -src_compile() { - elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/ - elisp_src_compile -} diff --git a/app-emacs/flycheck/metadata.xml b/app-emacs/flycheck/metadata.xml deleted file mode 100644 index e96ebcf..0000000 --- a/app-emacs/flycheck/metadata.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - jturner.usa+gentoo@gmail.com - John Turner - - - proxy-maint@gentoo.org - Proxy Maintainers - - - flycheck/flycheck - https://github.com/flycheck/flycheck/blob/master/README.md - - - Flycheck is a modern on-the-fly syntax checking extension for GNU Emacs, - intended as replacement for the older Flymake extension which is part of GNU Emacs. - - diff --git a/app-emacs/ht/ht-9999.ebuild b/app-emacs/ht/ht-9999.ebuild new file mode 100644 index 0000000..f2fe193 --- /dev/null +++ b/app-emacs/ht/ht-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp git-r3 + +DESCRIPTION="The missing hash table library for Emacs" +HOMEPAGE="https://github.com/Wilfred/ht.el" +EGIT_REPO_URI="https://github.com/Wilfred/ht.el/" +EGIT_BRANCH="master" +EGIT_CHECKOUT_DIR="${WORKDIR}/${P}" +S="${EGIT_CHECKOUT_DIR}" + +LICENSE="GPL-3+" +SLOT="0" +RESTRICT="test" # test requires cask and ert-runner which are not packaged yet + +RDEPEND=">=app-emacs/dash-2.12.0" +DEPEND="${RDEPEND}" + +SITEFILE="50ht-gentoo.el" +DOCS=( README.md CHANGELOG.md ) -- 2.39.5