summaryrefslogtreecommitdiff
path: root/app-emacs/flycheck
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2022-03-30 21:19:02 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2022-03-30 21:19:02 -0400
commit9d5df42b92a1a953c49adf384bf6d3197fef5da6 (patch)
treef593c8531eeda27b68160823204f30d2a83625cd /app-emacs/flycheck
parent78ac8bf2985f8e6930385c25ef43d38281902dae (diff)
downloadebuilds-9d5df42b92a1a953c49adf384bf6d3197fef5da6.tar.gz
app-emacs/flycheck: removed flycheck again >.<
Diffstat (limited to 'app-emacs/flycheck')
-rw-r--r--app-emacs/flycheck/Manifest1
-rw-r--r--app-emacs/flycheck/files/50flycheck-gentoo.el4
-rw-r--r--app-emacs/flycheck/flycheck-32.ebuild44
-rw-r--r--app-emacs/flycheck/metadata.xml20
4 files changed, 0 insertions, 69 deletions
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 @@
-<?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>