]> jturnerusa.dev Git - ebuilds/commitdiff
app-emacs/flycheck: removed flycheck again >.<
authorJohn Turner <jturner.usa+gentoo@gmail.com>
Thu, 31 Mar 2022 01:19:02 +0000 (21:19 -0400)
committerJohn Turner <jturner.usa+gentoo@gmail.com>
Thu, 31 Mar 2022 01:19:02 +0000 (21:19 -0400)
app-emacs/flycheck/Manifest [deleted file]
app-emacs/flycheck/files/50flycheck-gentoo.el [deleted file]
app-emacs/flycheck/flycheck-32.ebuild [deleted file]
app-emacs/flycheck/metadata.xml [deleted file]
app-emacs/ht/ht-9999.ebuild [new file with mode: 0644]

diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest
deleted file mode 100644 (file)
index fff7730..0000000
+++ /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 (file)
index 5f6c703..0000000
+++ /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 (file)
index 7991634..0000000
+++ /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 (file)
index e96ebcf..0000000
+++ /dev/null
@@ -1,20 +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">flycheck/flycheck</remote-id>
-    <doc>https://github.com/flycheck/flycheck/blob/master/README.md</doc>
-  </upstream>
-  <longdescription>
-    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.
-  </longdescription>
-</pkgmetadata>
diff --git a/app-emacs/ht/ht-9999.ebuild b/app-emacs/ht/ht-9999.ebuild
new file mode 100644 (file)
index 0000000..f2fe193
--- /dev/null
@@ -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 )