mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emacs/ghub: bump to 5.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ghub-4.3.2.tar.gz 61975 BLAKE2B 884ed3df5ad5bafb5fdda8e06d263ed74114c66c7af1b28975cfce8947697e134df246ee089772cd1192a78a76c251c014d2e9a87840be53183139e5a40cb43e SHA512 570562998a032e459abb109598d5cc7d6e81c4fe37b5769cd501dfdb50abda9071d7fd6b3a6956ee1d2c13ae7f520018ec7088760a0bab9ea927947d2e3a10bf
|
||||
DIST ghub-5.0.0.tar.gz 58628 BLAKE2B 1b555e6687e0ac2e37b1b4b452e42dde48f9ca68c36957d618745fa985e82b408a5c66cd886b92a3700c320e84fddc7c05f1b67cc08f41debe368881da0c18df SHA512 5e1ada51c77f889a0ec33657e81b7cfbe950da5ffc7bb10288aac32c85bc8de30845d41130f4ae0d7b0dae87b140feb602b72961022b7d0544d81e3ed9bb8dae
|
||||
|
||||
46
app-emacs/ghub/ghub-5.0.0.ebuild
Normal file
46
app-emacs/ghub/ghub-5.0.0.ebuild
Normal file
@@ -0,0 +1,46 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
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}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
app-emacs/compat
|
||||
app-emacs/llama
|
||||
app-emacs/treepy
|
||||
"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user