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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0ACCE15812D for ; Sun, 05 Jan 2025 16:22:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 812CAE07C7; Sun, 05 Jan 2025 16:22:03 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6949BE07C7 for ; Sun, 05 Jan 2025 16:22:03 +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 571B1340DF9 for ; Sun, 05 Jan 2025 16:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF5D11A2F for ; Sun, 05 Jan 2025 16:21:59 +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: <1736094114.9f89e69814c74ccc29974f0099185457be606de7.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/forge/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/forge/forge-9999.ebuild X-VCS-Directories: app-emacs/forge/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 9f89e69814c74ccc29974f0099185457be606de7 X-VCS-Branch: master Date: Sun, 05 Jan 2025 16:21:59 +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: 148211d2-0dcd-4c7d-bf87-f48a31aa6877 X-Archives-Hash: 485535542dcf5dc7c90fdfa4fbee6965 commit: 9f89e69814c74ccc29974f0099185457be606de7 Author: Maciej Barć gentoo org> AuthorDate: Sun Jan 5 14:03:19 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Jan 5 16:21:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f89e698 app-emacs/forge: sync live 9999 version Signed-off-by: Maciej Barć gentoo.org> app-emacs/forge/forge-9999.ebuild | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/app-emacs/forge/forge-9999.ebuild b/app-emacs/forge/forge-9999.ebuild index 8730e6326b17..ccc37c078018 100644 --- a/app-emacs/forge/forge-9999.ebuild +++ b/app-emacs/forge/forge-9999.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -NEED_EMACS=27.1 +NEED_EMACS="27.1" + inherit elisp DESCRIPTION="Work with Git forges from the comfort of Magit" @@ -26,22 +27,22 @@ S="${WORKDIR}/${P}/lisp" LICENSE="GPL-3+" SLOT="0" -DOCS=( ../README.org ) -ELISP_TEXINFO="../docs/*.texi" -SITEFILE="50${PN}-gentoo.el" - RDEPEND=" - app-emacs/compat + >=app-emacs/compat-30.0.1.0 + >=app-emacs/ghub-4.1.1 + >=app-emacs/magit-4.1.3 + >=app-emacs/transient-0.7.6 app-emacs/closql app-emacs/dash app-emacs/emacsql - >=app-emacs/ghub-4.1.1 - >=app-emacs/magit-4.1.1 app-emacs/markdown-mode - >=app-emacs/transient-9999 app-emacs/yaml " BDEPEND=" ${RDEPEND} sys-apps/texinfo " + +DOCS=( ../README.org ) +ELISP_TEXINFO="../docs/*.texi" +SITEFILE="50${PN}-gentoo.el"