Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emacs/flycheck/files/, app-emacs/flycheck/
Date: Mon, 20 Sep 2021 09:19:32
Message-Id: 1632129550.47af4de6a15d99e8fd001df15cbc1865df256cb2.andrewammerlaan@gentoo
1 commit: 47af4de6a15d99e8fd001df15cbc1865df256cb2
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 09:19:10 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 09:19:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47af4de6
7
8 app-emacs/flycheck: remove duplicate
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 app-emacs/flycheck/Manifest | 1 -
13 app-emacs/flycheck/files/50flycheck-gentoo.el | 1 -
14 app-emacs/flycheck/flycheck-31.ebuild | 24 ------------------------
15 app-emacs/flycheck/metadata.xml | 8 --------
16 4 files changed, 34 deletions(-)
17
18 diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest
19 deleted file mode 100644
20 index c626d0db2..000000000
21 --- a/app-emacs/flycheck/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST flycheck-31.tar.gz 1056558 BLAKE2B 16a63d15748d1a9ca89dd5af80e2fb14923e33e80a05393f6c2c3b353ef4cdf32b69493ca6cc152a07ba4ac58ff627a81e61d13190b9926b3a85a1b4780071af SHA512 e7b3707f38a913d483109cf0e581d41053363e6fc0b849805d13076cc30eca19ec875c44590c3ffb383b73670c6763582f54a2df5502f287ec04b80a542182ec
25
26 diff --git a/app-emacs/flycheck/files/50flycheck-gentoo.el b/app-emacs/flycheck/files/50flycheck-gentoo.el
27 deleted file mode 100644
28 index 431f7e90a..000000000
29 --- a/app-emacs/flycheck/files/50flycheck-gentoo.el
30 +++ /dev/null
31 @@ -1 +0,0 @@
32 -(add-to-list 'load-path "@SITELISP@")
33
34 diff --git a/app-emacs/flycheck/flycheck-31.ebuild b/app-emacs/flycheck/flycheck-31.ebuild
35 deleted file mode 100644
36 index 559319b14..000000000
37 --- a/app-emacs/flycheck/flycheck-31.ebuild
38 +++ /dev/null
39 @@ -1,24 +0,0 @@
40 -# Copyright 2021 Gentoo Authors
41 -# Distributed under the terms of the GNU General Public License v2
42 -
43 -EAPI=7
44 -
45 -inherit elisp
46 -
47 -DESCRIPTION="On the fly syntax checking for GNU Emacs"
48 -HOMEPAGE="https://www.flycheck.org/en/latest/"
49 -SRC_URI="https://github.com/flycheck/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 -
51 -LICENSE="GPL-3+"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -
55 -BDEPEND="app-emacs/dash"
56 -RDEPEND="${BDEPEND}"
57 -
58 -SITEFILE="50${PN}-gentoo.el"
59 -DOCS="README.md"
60 -
61 -# Running tests requires a lot of external dependencies that don't exist in
62 -# portage
63 -RESTRICT=test
64
65 diff --git a/app-emacs/flycheck/metadata.xml b/app-emacs/flycheck/metadata.xml
66 deleted file mode 100644
67 index 708e073d1..000000000
68 --- a/app-emacs/flycheck/metadata.xml
69 +++ /dev/null
70 @@ -1,8 +0,0 @@
71 -<?xml version="1.0" encoding="UTF-8"?>
72 -<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
73 -<pkgmetadata>
74 - <maintainer type="person">
75 - <email>brian@××××××××.com</email>
76 - <name>Brian Kubisiak</name>
77 - </maintainer>
78 -</pkgmetadata>