summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2022-05-22 08:19:07 +0200
committerHans de Graaff <hans@degraaff.org>2022-05-22 08:19:07 +0200
commita66a4c3b574038dfcf1771a2eb81538984c96b5b (patch)
treea474f0dbdd9ddc22b460eb5a12b29488f2de319b /app-emacs
parentapp-emacs/enh-ruby-mode: add 20220426 (diff)
downloadgraaff-a66a4c3b574038dfcf1771a2eb81538984c96b5b.tar.gz
graaff-a66a4c3b574038dfcf1771a2eb81538984c96b5b.tar.bz2
graaff-a66a4c3b574038dfcf1771a2eb81538984c96b5b.zip
moved to gentoo repository
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/flycheck/Manifest2
-rw-r--r--app-emacs/flycheck/files/50flycheck-gentoo.el9
-rw-r--r--app-emacs/flycheck/flycheck-31_p20210321.ebuild36
-rw-r--r--app-emacs/flycheck/flycheck-31_p20210708.ebuild36
-rw-r--r--app-emacs/flycheck/metadata.xml5
5 files changed, 0 insertions, 88 deletions
diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest
deleted file mode 100644
index 8ab329cf..00000000
--- a/app-emacs/flycheck/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST flycheck-31_p20210321.tar.gz 1041700 BLAKE2B d8d7372d8547e0c2ee732ed433e63fa9115a9855cbcccab0858c77083b8504f26fd34db00a02b67fde1ecc35b0c7e9fb554dea935c72b7755990941789fe1f35 SHA512 f82cfadd39afb1201f3cc213dd71a09b716fbb0d27a1ff07cb29f475d392ff4bb4eb1d4f32a50fcf559b74e6e24cc75d0ba76a6038b0e8767d90ead7b357640a
-DIST flycheck-31_p20210708.tar.gz 1041682 BLAKE2B be554d103e60cb79d14ca571779298a1b8bc97d5bdad2fe6ff08a24d99f3a774e7385d43d8d8e1deb9568258aa2d2f9bfe026c8b3dee7d66076fc0fb49868a3f SHA512 343388dea3d491558e4539036dabd6959d14e2257dca7b403de02d76feffae130671d412675322bdfd2179406f6da6e5353b605df78e9a4693062f28a40894d4
diff --git a/app-emacs/flycheck/files/50flycheck-gentoo.el b/app-emacs/flycheck/files/50flycheck-gentoo.el
deleted file mode 100644
index af6a1f2b..00000000
--- a/app-emacs/flycheck/files/50flycheck-gentoo.el
+++ /dev/null
@@ -1,9 +0,0 @@
-
-;;; flycheck site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'flycheck-manual "flycheck" "Open the Flycheck manual")
-(autoload 'flycheck-mode "flycheck" "Minor mode for on-the-fly syntax checking")
-(autoload 'global-flycheck-mode "flycheck")
-
diff --git a/app-emacs/flycheck/flycheck-31_p20210321.ebuild b/app-emacs/flycheck/flycheck-31_p20210321.ebuild
deleted file mode 100644
index 0037a5bf..00000000
--- a/app-emacs/flycheck/flycheck-31_p20210321.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-COMMIT=f8c679fff349850c80541a31de50009c3c15d4c9
-FLYCHECK_VERSION=33
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="On the fly syntax checking for GNU Emacs"
-HOMEPAGE="https://github.com/flycheck/flycheck"
-SRC_URI="https://github.com/flycheck/flycheck/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND=">=app-emacs/dash-2.12.1"
-DEPEND=${RDEPEND}
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-# Requires unpackaged dependencies, e.g. buttercup
-RESTRICT="test"
-
-src_prepare() {
- # Patch in the version number since we don't install via melpa.
- sed -i -e "s/(pkg-info-version-info 'flycheck)/"${FLYCHECK_VERSION}"/" flycheck.el || die
-
- sed -i -e '/^CASK/ s/^/#/' Makefile || die
- eapply_user
-}
diff --git a/app-emacs/flycheck/flycheck-31_p20210708.ebuild b/app-emacs/flycheck/flycheck-31_p20210708.ebuild
deleted file mode 100644
index 6456b847..00000000
--- a/app-emacs/flycheck/flycheck-31_p20210708.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-COMMIT=21d52264aa80bfa4ede94c59e37a20fb6d033b0c
-FLYCHECK_VERSION=32
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="On the fly syntax checking for GNU Emacs"
-HOMEPAGE="https://github.com/flycheck/flycheck"
-SRC_URI="https://github.com/flycheck/flycheck/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND=">=app-emacs/dash-2.12.1"
-DEPEND=${RDEPEND}
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-# Requires unpackaged dependencies, e.g. buttercup
-RESTRICT="test"
-
-src_prepare() {
- # Patch in the version number since we don't install via melpa.
- sed -i -e "s/(pkg-info-version-info 'flycheck)/"${FLYCHECK_VERSION}"/" flycheck.el || die
-
- sed -i -e '/^CASK/ s/^/#/' Makefile || die
- eapply_user
-}
diff --git a/app-emacs/flycheck/metadata.xml b/app-emacs/flycheck/metadata.xml
deleted file mode 100644
index bd70e455..00000000
--- a/app-emacs/flycheck/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person"><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>