Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/graphviz-dot-mode/
Date: Fri, 02 Nov 2018 06:59:40
Message-Id: 1541141965.1184c512f0f08ea5f5b9f08b208047a0e99b8a64.graaff@gentoo
1 commit: 1184c512f0f08ea5f5b9f08b208047a0e99b8a64
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 06:59:25 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 06:59:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1184c512
7
8 app-emacs/graphviz-dot-mode: add upstream snapshot
9
10 Add an upstream snapshot with the latest code since the latest release
11 is no longer compatible with Emacs 26.
12
13 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
14 Package-Manager: Portage-2.3.49, Repoman-2.3.11
15
16 app-emacs/graphviz-dot-mode/Manifest | 1 +
17 .../graphviz-dot-mode-0.4.20171103.ebuild | 22 ++++++++++++++++++++++
18 2 files changed, 23 insertions(+)
19
20 diff --git a/app-emacs/graphviz-dot-mode/Manifest b/app-emacs/graphviz-dot-mode/Manifest
21 index eecb8bc4a21..11ccd12b00c 100644
22 --- a/app-emacs/graphviz-dot-mode/Manifest
23 +++ b/app-emacs/graphviz-dot-mode/Manifest
24 @@ -1,2 +1,3 @@
25 DIST graphviz-dot-mode-0.3.7.el.xz 10840 BLAKE2B 6d4d80705ba01723ce538dcf97a218197c4d5295196d94c72dc5debdd59bf3e755227088a89b55c0ef019c9c4dbdaf5a7c01c441440ae8be32d5d472711160b2 SHA512 1b142cd4ea257a1b18f557d9b166db9c69538238c100d3eb682219df3488803566bbb366be6b57d129753c745b21a585eb815dbef870ad2e71560d4acc33edf3
26 +DIST graphviz-dot-mode-0.4.20171103.tar.gz 353912 BLAKE2B 526a14c7bfe4178f89268f6b3f381e69c1223e6576adfeca7864df8c6b62042fcd8e4f718f658ac210e2ce596eedd83a665a72c8d698e83fa28ae3ebf6eecc69 SHA512 73e7570ad1a954dc49b8151b336733af2141126555f27cfe9d6258361131c86325e8717e9740968926452f81fabb66e219534022c9de396bbcb50b9a124be9f5
27 DIST graphviz-dot-mode-0.4.tar.gz 12288 BLAKE2B 2757734b1aae33322d3c093be4d650dd8c464292a50915463ea23e946a695986c6b36650c3f5baee69d402b2cd3747cc453cf18c56bd128dc6bdc9e15e2445ba SHA512 db50adc0550629adcee8ea7482e678b2fbfa8db514e9ea80381dec47fef75cd0a61b7cfbeef59aae102e50d824edfb06b8ee56c4e964cd3e90ec8540b1b250a6
28
29 diff --git a/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.4.20171103.ebuild b/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.4.20171103.ebuild
30 new file mode 100644
31 index 00000000000..cd57e2a891f
32 --- /dev/null
33 +++ b/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.4.20171103.ebuild
34 @@ -0,0 +1,22 @@
35 +# Copyright 1999-2018 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +inherit elisp
41 +
42 +COMMIT=c456a2b65c734089e6c44e87209a5a432a741b1a
43 +
44 +DESCRIPTION="Emacs mode for editing and previewing Graphviz dot graphs"
45 +HOMEPAGE="http://users.skynet.be/ppareit/projects/graphviz-dot-mode/graphviz-dot-mode.html
46 + https://github.com/ppareit/graphviz-dot-mode
47 + https://www.graphviz.org/"
48 +SRC_URI="https://github.com/ppareit/graphviz-dot-mode/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
49 +
50 +LICENSE="GPL-2+"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
53 +
54 +SITEFILE="50${PN}-gentoo.el"
55 +
56 +S="${WORKDIR}/${PN}-${COMMIT}"