app-emacs/forge: drop old 0.6.2

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-03-03 21:57:03 +01:00
parent 584590ec81
commit 7f0f0a212b
2 changed files with 0 additions and 51 deletions

View File

@@ -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

View File

@@ -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"