public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/
Date: Mon, 15 May 2023 19:33:59 +0000 (UTC)	[thread overview]
Message-ID: <1684177696.2ce0381e3d33b87d0295f4d6811e8f558d53ca3f.xgqt@gentoo> (raw)

commit:     2ce0381e3d33b87d0295f4d6811e8f558d53ca3f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 19:05:20 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May 15 19:08:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce0381e

app-emacs/ghub: bump to 3.6.0

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

 app-emacs/ghub/Manifest          |  1 +
 app-emacs/ghub/ghub-3.6.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest
index 2e322c66bf73..bedee19646c8 100644
--- a/app-emacs/ghub/Manifest
+++ b/app-emacs/ghub/Manifest
@@ -1,2 +1,3 @@
 DIST ghub-3.5.4.tar.gz 58088 BLAKE2B 5ee6fe56455e8f12e7be8c1ae705a426677fab0b9a5da8f42c4b331bdd635120a2f5475055c9e98c8df01b259f76aa2dd4cad6e8b4562481d261bb7802b826f6 SHA512 df8ba56195ae3773c0c8c8a8f555e562b04de59ce3fb1c17c24ca3b10418299555326f0a9360eb47725310890e31f73221eece3ca1ff83e47d52941e224fc562
 DIST ghub-3.5.6.tar.gz 59474 BLAKE2B c27610f24526a40b5f36d2f5154c0eeb9f86e9da676baa82b2866a0bb58de8a78736d56a5d6454666b539774abbf5dfcd260880aa07499616f44a3e2c8315999 SHA512 6c6724978f0809a4977cc7965de4c33eaf29537c13507aabffecae4a7d2b3710074179d819aee1a54fce8f12e20db46b18466c3f1012d3b9c41eae3c2fade58a
+DIST ghub-3.6.0.tar.gz 62572 BLAKE2B 5693177be9ac22d18b7b6f5cdc230eea4340a5bfd007fa4b18f3503fe796fd8b104753be51c8579de6e693cfc620c4524dae195627af4c542bd2fe94aad1d0dd SHA512 e54752f70c462ce4fed3a1fc3ca60f22107e2acaefb06ebf42d35c6b65f9091bba07ff72436310782d9be7fbf35aef473dbbe39ef7a4ac3de1ebd82a417c6b0a

diff --git a/app-emacs/ghub/ghub-3.6.0.ebuild b/app-emacs/ghub/ghub-3.6.0.ebuild
new file mode 100644
index 000000000000..32ee8f714d36
--- /dev/null
+++ b/app-emacs/ghub/ghub-3.6.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Minuscule client library for the Git forge APIs"
+HOMEPAGE="https://magit.vc/manual/ghub/
+	https://github.com/magit/ghub/"
+SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+DOCS=( README.org )
+ELISP_TEXINFO="docs/ghub.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+	>=app-emacs/compat-29.1.4.1
+	>=app-emacs/treepy-0.1.2
+"
+BDEPEND="
+	${RDEPEND}
+	sys-apps/texinfo
+"
+
+src_prepare() {
+	default
+
+	mv lisp/*.el . || die
+	rm ghub-pkg.el || die
+}


             reply	other threads:[~2023-05-15 19:34 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-15 19:33 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07 17:24 [gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/ Sam James
2024-10-02  9:49 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-09-11 22:21 Sam James
2024-08-10 18:16 Maciej Barć
2023-06-20 16:23 Sam James
2023-01-16 14:32 Sam James
2022-03-27  9:25 Matthew Smith
2022-02-27 10:23 Matthew Smith
2022-02-14 20:50 Sam James
2021-10-08  5:52 Hans de Graaff
2021-06-18  4:18 Hans de Graaff
2020-09-16  6:32 Hans de Graaff
2020-09-16  6:32 Hans de Graaff
2020-01-22  8:02 Hans de Graaff
2019-11-18 11:56 Ulrich Müller
2019-11-18 11:46 Agostino Sarubbo
2019-10-17 13:19 Ulrich Müller
2019-10-17 13:19 Ulrich Müller
2019-02-09 18:36 Thomas Deutschmann
2019-02-07 10:59 Mikle Kolyada
2018-11-25  7:31 Hans de Graaff
2018-06-07 10:13 Agostino Sarubbo
2018-06-05  4:09 Hans de Graaff
2018-06-03  5:35 Hans de Graaff
2018-03-31 18:12 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1684177696.2ce0381e3d33b87d0295f4d6811e8f558d53ca3f.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox