summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2019-02-15 08:22:06 +0100
committerHans de Graaff <hans@degraaff.org>2019-02-15 08:22:06 +0100
commitc6720b91877c10f16d8af0c7950b4b8c795113b4 (patch)
tree61839eaa3c048f9194df7a50c844d11b0a1e39bf
parentdev-ruby/rubocop: add 0.64.0 (diff)
downloadgraaff-c6720b91877c10f16d8af0c7950b4b8c795113b4.tar.gz
graaff-c6720b91877c10f16d8af0c7950b4b8c795113b4.tar.bz2
graaff-c6720b91877c10f16d8af0c7950b4b8c795113b4.zip
app-emacs/flycheck: add upstream snapshot
Signed-off-by: Hans de Graaff <hans@degraaff.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--app-emacs/flycheck/Manifest1
-rw-r--r--app-emacs/flycheck/flycheck-31_p20190213.ebuild32
2 files changed, 33 insertions, 0 deletions
diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest
index c626d0db..1e0e2d85 100644
--- a/app-emacs/flycheck/Manifest
+++ b/app-emacs/flycheck/Manifest
@@ -1 +1,2 @@
DIST flycheck-31.tar.gz 1056558 BLAKE2B 16a63d15748d1a9ca89dd5af80e2fb14923e33e80a05393f6c2c3b353ef4cdf32b69493ca6cc152a07ba4ac58ff627a81e61d13190b9926b3a85a1b4780071af SHA512 e7b3707f38a913d483109cf0e581d41053363e6fc0b849805d13076cc30eca19ec875c44590c3ffb383b73670c6763582f54a2df5502f287ec04b80a542182ec
+DIST flycheck-31_p20190213.tar.gz 1011906 BLAKE2B 66bd853192a4e15969e40a69329e44990e8a041b3a6f1fb72e6aca1eb9e7f90c357a1335877fd7e3f2c1edd5914642389d43e26cab0fcfee56c054033cbb97d5 SHA512 78f7ae9b6d03a98f3108874f04c4c3681e85688386815c47f18b558674af2ee62ff1811a35154f95b4223c813d43b8f94c5b0c6f625629023ce034b02af1be57
diff --git a/app-emacs/flycheck/flycheck-31_p20190213.ebuild b/app-emacs/flycheck/flycheck-31_p20190213.ebuild
new file mode 100644
index 00000000..5b0096ac
--- /dev/null
+++ b/app-emacs/flycheck/flycheck-31_p20190213.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=407bcd22e41092470ce87816875ef6f597dffc8e
+
+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() {
+ sed -i -e '/^CASK/ s/^/#/' Makefile || die
+ eapply_user
+}