From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED09B138334 for ; Fri, 2 Nov 2018 06:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9393E07EA; Fri, 2 Nov 2018 06:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 830DBE07EA for ; Fri, 2 Nov 2018 06:59:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF45A335C5A for ; Fri, 2 Nov 2018 06:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FDAB44F for ; Fri, 2 Nov 2018 06:59:35 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1541141965.1184c512f0f08ea5f5b9f08b208047a0e99b8a64.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/graphviz-dot-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/graphviz-dot-mode/Manifest app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.4.20171103.ebuild X-VCS-Directories: app-emacs/graphviz-dot-mode/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1184c512f0f08ea5f5b9f08b208047a0e99b8a64 X-VCS-Branch: master Date: Fri, 2 Nov 2018 06:59:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 92729276-f41c-4db8-9f4e-8fa52e80fc71 X-Archives-Hash: 75b8c1e82e0ce6eaa38ae4a899d43538 commit: 1184c512f0f08ea5f5b9f08b208047a0e99b8a64 Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 2 06:59:25 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 2 06:59:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1184c512 app-emacs/graphviz-dot-mode: add upstream snapshot Add an upstream snapshot with the latest code since the latest release is no longer compatible with Emacs 26. Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-emacs/graphviz-dot-mode/Manifest | 1 + .../graphviz-dot-mode-0.4.20171103.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/app-emacs/graphviz-dot-mode/Manifest b/app-emacs/graphviz-dot-mode/Manifest index eecb8bc4a21..11ccd12b00c 100644 --- a/app-emacs/graphviz-dot-mode/Manifest +++ b/app-emacs/graphviz-dot-mode/Manifest @@ -1,2 +1,3 @@ DIST graphviz-dot-mode-0.3.7.el.xz 10840 BLAKE2B 6d4d80705ba01723ce538dcf97a218197c4d5295196d94c72dc5debdd59bf3e755227088a89b55c0ef019c9c4dbdaf5a7c01c441440ae8be32d5d472711160b2 SHA512 1b142cd4ea257a1b18f557d9b166db9c69538238c100d3eb682219df3488803566bbb366be6b57d129753c745b21a585eb815dbef870ad2e71560d4acc33edf3 +DIST graphviz-dot-mode-0.4.20171103.tar.gz 353912 BLAKE2B 526a14c7bfe4178f89268f6b3f381e69c1223e6576adfeca7864df8c6b62042fcd8e4f718f658ac210e2ce596eedd83a665a72c8d698e83fa28ae3ebf6eecc69 SHA512 73e7570ad1a954dc49b8151b336733af2141126555f27cfe9d6258361131c86325e8717e9740968926452f81fabb66e219534022c9de396bbcb50b9a124be9f5 DIST graphviz-dot-mode-0.4.tar.gz 12288 BLAKE2B 2757734b1aae33322d3c093be4d650dd8c464292a50915463ea23e946a695986c6b36650c3f5baee69d402b2cd3747cc453cf18c56bd128dc6bdc9e15e2445ba SHA512 db50adc0550629adcee8ea7482e678b2fbfa8db514e9ea80381dec47fef75cd0a61b7cfbeef59aae102e50d824edfb06b8ee56c4e964cd3e90ec8540b1b250a6 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 new file mode 100644 index 00000000000..cd57e2a891f --- /dev/null +++ b/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.4.20171103.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +COMMIT=c456a2b65c734089e6c44e87209a5a432a741b1a + +DESCRIPTION="Emacs mode for editing and previewing Graphviz dot graphs" +HOMEPAGE="http://users.skynet.be/ppareit/projects/graphviz-dot-mode/graphviz-dot-mode.html + https://github.com/ppareit/graphviz-dot-mode + https://www.graphviz.org/" +SRC_URI="https://github.com/ppareit/graphviz-dot-mode/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" + +SITEFILE="50${PN}-gentoo.el" + +S="${WORKDIR}/${PN}-${COMMIT}"