From 7f0f0a212b5c8f1ca4eef0f316fe3979013e078c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 3 Mar 2026 21:57:03 +0100 Subject: [PATCH] app-emacs/forge: drop old 0.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/forge/Manifest | 1 - app-emacs/forge/forge-0.6.2.ebuild | 50 ------------------------------ 2 files changed, 51 deletions(-) delete mode 100644 app-emacs/forge/forge-0.6.2.ebuild diff --git a/app-emacs/forge/Manifest b/app-emacs/forge/Manifest index 2cd6d20558dc5..8da17138a84dd 100644 --- a/app-emacs/forge/Manifest +++ b/app-emacs/forge/Manifest @@ -1,2 +1 @@ -DIST forge-0.6.2.gh.tar.gz 151014 BLAKE2B 88dd514352aac5f7c12f2361a6b27d189a21515363cb637b57b57176c17ab1bfb0a2607cce7f5fcc3ba741b23e1244bdc5ea18a69df55b970ac50442bf03244f SHA512 d4ed4b44182041ce5932697b9d7f50cb01526b9b071d39d7ca6ef5929a702ed325587848aeac0fe388ee408527db8448c33ea453f3d186ce1629d95fe966023c DIST forge-0.6.3.gh.tar.gz 151046 BLAKE2B 357035baa7cdb9307c72f281daaf3fa06286b0eee59b1f61847129579ec40e8729b4c5705b118ce4ce3c58b2f0b821073656700195a09c7de5f1370c8dab2870 SHA512 3d4e0e43f155d8daf70c3c618c37e5b7b82a8c4513b1b70095cd3cd61de289a5ba11c5162492495b79a053f8176c5c3d04a631839e81a4f4a6f698667cffcd5d diff --git a/app-emacs/forge/forge-0.6.2.ebuild b/app-emacs/forge/forge-0.6.2.ebuild deleted file mode 100644 index b04329c8fa4ae..0000000000000 --- a/app-emacs/forge/forge-0.6.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="29.1" - -inherit elisp - -DESCRIPTION="Work with Git forges from the comfort of Magit" -HOMEPAGE="https://magit.vc/ - https://github.com/magit/forge/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/magit/${PN}" -else - SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="amd64" -fi - -S="${WORKDIR}/${P}/lisp" - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-30.1.0.0 - >=app-emacs/magit-4.4.0 - app-emacs/closql - app-emacs/cond-let - app-emacs/dash - app-emacs/emacsql - app-emacs/ghub - app-emacs/llama - app-emacs/markdown-mode - app-emacs/transient - app-emacs/yaml -" -BDEPEND=" - ${RDEPEND} - sys-apps/texinfo -" - -DOCS=( ../README.org ) -ELISP_TEXINFO="../docs/*.texi" -SITEFILE="50${PN}-gentoo.el"