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 17B0015800F for ; Thu, 2 Feb 2023 10:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25918E0898; Thu, 2 Feb 2023 10:51:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 056C7E0898 for ; Thu, 2 Feb 2023 10:51:26 +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 DADD233FE74 for ; Thu, 2 Feb 2023 10:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FC2C896 for ; Thu, 2 Feb 2023 10:51:24 +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: <1675335076.d9ac85c0c5e36870bbcf851f3aa31d1c2b53c4c0.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/pandoc-mode-2.32-r1.ebuild X-VCS-Directories: app-emacs/pandoc-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d9ac85c0c5e36870bbcf851f3aa31d1c2b53c4c0 X-VCS-Branch: master Date: Thu, 2 Feb 2023 10:51:24 +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: d179bd5b-3edf-490f-8398-caada3c2872e X-Archives-Hash: e7c9ae04eabf8060073b4a9f99b2f7fa commit: d9ac85c0c5e36870bbcf851f3aa31d1c2b53c4c0 Author: Maciej Barć gentoo org> AuthorDate: Thu Feb 2 08:18:20 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Feb 2 10:51:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ac85c0 app-emacs/pandoc-mode: fix DESCRIPTION Signed-off-by: Maciej Barć gentoo.org> app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild index 4d7d1760c9a9..5ae75c305754 100644 --- a/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild +++ b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit elisp -DESCRIPTION="BibTeX database manager for Emacs" +DESCRIPTION="GNU Emacs minor mode for interacting with Pandoc" HOMEPAGE="https://joostkremers.github.io/pandoc-mode/ https://github.com/joostkremers/pandoc-mode/" SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" + -> ${P}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64"