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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5D22158083 for ; Mon, 23 Sep 2024 10:00:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE5C0E2A13; Mon, 23 Sep 2024 10:00:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9142E2A13 for ; Mon, 23 Sep 2024 10:00:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C2453434BD for ; Mon, 23 Sep 2024 10:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78DB027F9 for ; Mon, 23 Sep 2024 10:00:11 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1727085607.e660a225aa0561d3a37ddd5b0b094462efc78e5d.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pandoc-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/pandoc-mode/Manifest app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild X-VCS-Directories: app-emacs/pandoc-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e660a225aa0561d3a37ddd5b0b094462efc78e5d X-VCS-Branch: master Date: Mon, 23 Sep 2024 10:00:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c1fb7ec6-b699-4229-bb76-78fb2922c4d1 X-Archives-Hash: 6fffc932c4b83b1691581778fc5c33d6 commit: e660a225aa0561d3a37ddd5b0b094462efc78e5d Author: Maciej Barć gentoo org> AuthorDate: Mon Sep 23 09:34:43 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Sep 23 10:00:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e660a225 app-emacs/pandoc-mode: bump to 2.33 Signed-off-by: Maciej Barć gentoo.org> app-emacs/pandoc-mode/Manifest | 1 + app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild | 42 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest index e3e76e674447..d5ac95ee3120 100644 --- a/app-emacs/pandoc-mode/Manifest +++ b/app-emacs/pandoc-mode/Manifest @@ -1 +1,2 @@ DIST pandoc-mode-2.32.tar.gz 97596 BLAKE2B 2a1c8a6080fbba1cf278d78f9dbe4e6824daed52ad6422378d6b5c00fd4ec9466391474fdbaad5f1cd96d89080c24968b33c0911cb5f834ddd64dc1339b78c01 SHA512 6717bf238a9f71acce8135d5fa0542c23f2b48d78415f92dda2ef58aa0355ca0fe900e1015d0da674abf7780ed614bd7d4414519bf6d0d7f5aee7e3b7a7f447f +DIST pandoc-mode-2.33.tar.gz 97645 BLAKE2B d6bd6fa713f5b8d50bdaa8df880099a4fe670353ba98ac7d63d0fc6b5d7b4398a585a43c34d04e94fc794de666a45bff8b11a8a850d581553a64b5b2d5db5178 SHA512 a7d6ed18bd5cad3a70f0b15aedf4d70de723318ec082d60ad543b438d9fca19f04c91d5829fa431578089e03b00f365b9c939ea6f8c09367ae510ddd3fa8fc67 diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild b/app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild new file mode 100644 index 000000000000..893a94b2f955 --- /dev/null +++ b/app-emacs/pandoc-mode/pandoc-mode-2.33.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc" +HOMEPAGE="https://joostkremers.github.io/pandoc-mode/ + https://github.com/joostkremers/pandoc-mode/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/joostkremers/${PN}.git" +else + SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64" +fi + +LICENSE="BSD" +SLOT="0" + +BDEPEND=" + app-emacs/dash + app-emacs/hydra +" +RDEPEND=" + ${BDEPEND} + virtual/pandoc +" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" + +src_install() { + elisp_src_install + + doinfo "${PN}.info" +}