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 92668158091 for ; Tue, 7 Jun 2022 19:28:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B124EE0826; Tue, 7 Jun 2022 19:28:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95971E0826 for ; Tue, 7 Jun 2022 19:28: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEC3D34139E for ; Tue, 7 Jun 2022 19:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 460F044B for ; Tue, 7 Jun 2022 19:27:41 +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: <1654630058.aca8daafc99350deb7b4c6b58596ae332a1bad94.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/markdown-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild app-emacs/markdown-mode/markdown-mode-2.4.ebuild app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild app-emacs/markdown-mode/markdown-mode-2.5.ebuild X-VCS-Directories: app-emacs/markdown-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: aca8daafc99350deb7b4c6b58596ae332a1bad94 X-VCS-Branch: master Date: Tue, 7 Jun 2022 19:27:41 +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: 75f59711-59ac-4a09-bb1b-8fe9a49a412c X-Archives-Hash: f3be46732344fd47499284130802c7a1 commit: aca8daafc99350deb7b4c6b58596ae332a1bad94 Author: Maciej Barć gentoo org> AuthorDate: Tue Jun 7 19:13:32 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Jun 7 19:27:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca8daaf app-emacs/markdown-mode: depend on pandoc virtual Signed-off-by: Maciej Barć gentoo.org> .../{markdown-mode-2.4.ebuild => markdown-mode-2.4-r1.ebuild} | 6 +++--- .../{markdown-mode-2.5.ebuild => markdown-mode-2.5-r1.ebuild} | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emacs/markdown-mode/markdown-mode-2.4.ebuild b/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild similarity index 87% rename from app-emacs/markdown-mode/markdown-mode-2.4.ebuild rename to app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild index 79c7e94ef8f5..860a8236dc2f 100644 --- a/app-emacs/markdown-mode/markdown-mode-2.4.ebuild +++ b/app-emacs/markdown-mode/markdown-mode-2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,11 +17,11 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="|| ( - app-text/pandoc dev-python/markdown2 dev-python/markdown + virtual/pandoc )" -BDEPEND="test? ( app-text/pandoc )" +BDEPEND="test? ( virtual/pandoc )" PATCHES=( "${FILESDIR}"/${PN}-2.4-markdown-command.patch ) SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/markdown-mode/markdown-mode-2.5.ebuild b/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild similarity index 95% rename from app-emacs/markdown-mode/markdown-mode-2.5.ebuild rename to app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild index ccc41dbe1ba0..f1d8ea07da56 100644 --- a/app-emacs/markdown-mode/markdown-mode-2.5.ebuild +++ b/app-emacs/markdown-mode/markdown-mode-2.5-r1.ebuild @@ -17,12 +17,12 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="|| ( - app-text/pandoc dev-python/markdown2 dev-python/markdown + virtual/pandoc )" BDEPEND="test? ( - app-text/pandoc + virtual/pandoc || ( app-text/aspell[l10n_en] app-text/hunspell[l10n_en] ) )"