app-emacs/flycheck: remove duplicate

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan 2021-09-20 11:19:10 +02:00
parent 1d80e8631f
commit 47af4de6a1
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
4 changed files with 0 additions and 34 deletions

View File

@ -1 +0,0 @@
DIST flycheck-31.tar.gz 1056558 BLAKE2B 16a63d15748d1a9ca89dd5af80e2fb14923e33e80a05393f6c2c3b353ef4cdf32b69493ca6cc152a07ba4ac58ff627a81e61d13190b9926b3a85a1b4780071af SHA512 e7b3707f38a913d483109cf0e581d41053363e6fc0b849805d13076cc30eca19ec875c44590c3ffb383b73670c6763582f54a2df5502f287ec04b80a542182ec

View File

@ -1 +0,0 @@
(add-to-list 'load-path "@SITELISP@")

View File

@ -1,24 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit elisp
DESCRIPTION="On the fly syntax checking for GNU Emacs"
HOMEPAGE="https://www.flycheck.org/en/latest/"
SRC_URI="https://github.com/flycheck/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="app-emacs/dash"
RDEPEND="${BDEPEND}"
SITEFILE="50${PN}-gentoo.el"
DOCS="README.md"
# Running tests requires a lot of external dependencies that don't exist in
# portage
RESTRICT=test

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>brian@kubisiak.com</email>
<name>Brian Kubisiak</name>
</maintainer>
</pkgmetadata>