repo/gentoo:master commit in: app-emacs/ghub/

Maciej Barć <[email protected]> Mon, 03 Aug 2026 11:33:54 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785756828.34b1a67e2f173b350148e4e57a5b5da1c991c2dc.xgqt@gentoo>
commit:     34b1a67e2f173b350148e4e57a5b5da1c991c2dc
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 11:14:23 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 11:33:48 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b1a67e

app-emacs/ghub: drop old 5.2.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/ghub/Manifest          |  1 -
 app-emacs/ghub/ghub-5.2.0.ebuild | 47 ----------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 6e4cd05e63ff..a9918c1fcaed 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,3 +1,2 @@
-DIST ghub-5.2.0.gh.tar.gz 58953 BLAKE2B 41455189cd6822371796e7d499db0b0ae26ec50bb4e98673350cabb81f958e8fe18f3e43006519d2036803d28f384a57d6d4c1b8b76b9a38fc0c75bdb099dd48 SHA512 bb0e18faed43b0ad0d1bbe7798e2bae66914553ace012f5fd8d0ee75e42c3141417c4de3b17ba7bca0352534ad0a8324cf9273a5ad7e533a635f71e59105162e
 DIST ghub-5.2.1.gh.tar.gz 59147 BLAKE2B b5dddf97fff6ba7838e04ddf2bddb2bb2ead5e1f6074d39956b2928ef1f4b4cc55dacb8c452c07d6118d410cfe5ba534c77c26e728401d56a08eaa85d466eb61 SHA512 bd0ca3e64225e1044877e6c15351815a3a3f083aad96decd4ce972692034c8aa499f02b4f0fdc1d0208acea93cd782ff4ee94d4e7a188513f5e67cb4615f1f9c
 DIST ghub-5.2.2.gh.tar.gz 59179 BLAKE2B f0dd460c8a31e3c83b554ebfa210318edd8d82c89c206d767b73c3f7f676472723796627215b11cc270d183cef005ae31ba3eec8f4304b799b81bbb2f22e90b9 SHA512 7dff1745bce3d9e6e0082ff0df72ae09bf880748838f178baba911bc26aaf9d7459dd2d0e62d5caa2851c2aeaae56af5e48534d3b521b3363c070f05b015a19e

diff --git a/app-emacs/ghub/ghub-5.2.0.ebuild b/app-emacs/ghub/ghub-5.2.0.ebuild
deleted file mode 100644
index 1e17e9101b8f..000000000000
--- a/app-emacs/ghub/ghub-5.2.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=9
-
-NEED_EMACS="29.1"
-
-inherit elisp
-
-DESCRIPTION="Minuscule client library for the Git forge APIs"
-HOMEPAGE="https://magit.vc/manual/ghub/
-	https://github.com/magit/ghub/"
-
-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 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-	>=app-emacs/compat-30.1.0.1
-	>=app-emacs/cond-let-1.0.0
-	>=app-emacs/llama-1.0.4
-	>=app-emacs/treepy-0.1.3
-"
-BDEPEND="
-	${RDEPEND}
-	sys-apps/texinfo
-"
-
-DOCS=( README.org )
-ELISP_TEXINFO="docs/ghub.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	mv ./lisp/*.el . || die
-
-	elisp_src_prepare
-}