summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2018-07-05 07:13:47 +0200
committerHans de Graaff <hans@degraaff.org>2018-07-05 07:13:47 +0200
commitfdd727343df2716b87d6e114ffb4e95d1eb70eb7 (patch)
treec0911c9b739ffb838ffd1fd66a3a671ec5c30f7a /app-emacs/flycheck
parentdev-util/reviewboard: add 3.0.8 (diff)
downloadgraaff-fdd727343df2716b87d6e114ffb4e95d1eb70eb7.tar.gz
graaff-fdd727343df2716b87d6e114ffb4e95d1eb70eb7.tar.bz2
graaff-fdd727343df2716b87d6e114ffb4e95d1eb70eb7.zip
app-emacs/flycheck: initial import of 31
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-emacs/flycheck')
-rw-r--r--app-emacs/flycheck/Manifest1
-rw-r--r--app-emacs/flycheck/files/50flycheck-gentoo.el9
-rw-r--r--app-emacs/flycheck/flycheck-31.ebuild28
-rw-r--r--app-emacs/flycheck/metadata.xml5
4 files changed, 43 insertions, 0 deletions
diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest
new file mode 100644
index 00000000..c626d0db
--- /dev/null
+++ b/app-emacs/flycheck/Manifest
@@ -0,0 +1 @@
+DIST flycheck-31.tar.gz 1056558 BLAKE2B 16a63d15748d1a9ca89dd5af80e2fb14923e33e80a05393f6c2c3b353ef4cdf32b69493ca6cc152a07ba4ac58ff627a81e61d13190b9926b3a85a1b4780071af SHA512 e7b3707f38a913d483109cf0e581d41053363e6fc0b849805d13076cc30eca19ec875c44590c3ffb383b73670c6763582f54a2df5502f287ec04b80a542182ec
diff --git a/app-emacs/flycheck/files/50flycheck-gentoo.el b/app-emacs/flycheck/files/50flycheck-gentoo.el
new file mode 100644
index 00000000..af6a1f2b
--- /dev/null
+++ b/app-emacs/flycheck/files/50flycheck-gentoo.el
@@ -0,0 +1,9 @@
+
+;;; 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.ebuild b/app-emacs/flycheck/flycheck-31.ebuild
new file mode 100644
index 00000000..d079978e
--- /dev/null
+++ b/app-emacs/flycheck/flycheck-31.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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/${PV}.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}
+
+# Requires unpackaged dependencies, e.g. buttercup
+RESTRICT="test"
+
+src_prepare() {
+ sed -i -e '/^CASK/ s/^/#/' Makefile || die
+ eapply_user
+}
diff --git a/app-emacs/flycheck/metadata.xml b/app-emacs/flycheck/metadata.xml
new file mode 100644
index 00000000..bd70e455
--- /dev/null
+++ b/app-emacs/flycheck/metadata.xml
@@ -0,0 +1,5 @@
+<?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>