diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-10 06:52:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-10 06:52:24 +0000 |
| commit | 25bfe7b6ba5701e1db2dea0afd57c0249eaa735f (patch) | |
| tree | 0029cdf78f6cce3a646749e82c15d79d71dbe4eb /app-emacs/ghub | |
| parent | 684bea51f6ae331cc4d85b1249c9626d66367b66 (diff) | |
| download | baldeagleos-repo-25bfe7b6ba5701e1db2dea0afd57c0249eaa735f.tar.gz baldeagleos-repo-25bfe7b6ba5701e1db2dea0afd57c0249eaa735f.tar.xz baldeagleos-repo-25bfe7b6ba5701e1db2dea0afd57c0249eaa735f.zip | |
Adding metadata
Diffstat (limited to 'app-emacs/ghub')
| -rw-r--r-- | app-emacs/ghub/Manifest | 1 | ||||
| -rw-r--r-- | app-emacs/ghub/ghub-4.2.1.ebuild | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest index 66ddb3cd98a8..bc858b8245b6 100644 --- a/app-emacs/ghub/Manifest +++ b/app-emacs/ghub/Manifest @@ -1 +1,2 @@ DIST ghub-4.2.0.tar.gz 61058 BLAKE2B 055edcd4deaa068874ca896027bd752fac099a355f0b19be6bae75c8b1eaffe43206e5ab92cddaa35103040d2eb5533034bccff494e7c364382c164d5f6a1735 SHA512 530a19bbbd3d7dfb9f1289f0a1273f08f741f87a4009db0ffc08a4ec1fa7f1d1c3468692277f494334d21b869730d10abf7005f7cfeb50b76df9ab4a3f3d7328 +DIST ghub-4.2.1.tar.gz 61132 BLAKE2B 238c66d08bb50ad81c67ff2032a73fa5c0881fe1862f334703889b332cd1daeec477a57742c2955013daee440b38fae6fd2ba40549583b56e5f49bc6313b6251 SHA512 25bd86eeea0ad9923df519f34d69473b08a8534b1a7edaa12513d692711b37d8116e842b565c02ee4eab021bccebbfd569f764e82263a167d83de5b803a15bd9 diff --git a/app-emacs/ghub/ghub-4.2.1.ebuild b/app-emacs/ghub/ghub-4.2.1.ebuild new file mode 100644 index 000000000000..e61ed8cc3d47 --- /dev/null +++ b/app-emacs/ghub/ghub-4.2.1.ebuild @@ -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}.git" +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-30.0.2.0 + 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 +} |
