From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DF1F15808B for ; Sun, 27 Mar 2022 09:25:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB190E0929; Sun, 27 Mar 2022 09:25:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3DFEE0924 for ; Sun, 27 Mar 2022 09:25:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB45B342C6B for ; Sun, 27 Mar 2022 09:25:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15B3134C for ; Sun, 27 Mar 2022 09:25:03 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1648373079.7d32094dfd23af9eaae8a4e9c49d7a35485fade6.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ghub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ghub/Manifest app-emacs/ghub/ghub-3.5.6.ebuild X-VCS-Directories: app-emacs/ghub/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 7d32094dfd23af9eaae8a4e9c49d7a35485fade6 X-VCS-Branch: master Date: Sun, 27 Mar 2022 09:25:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d078a331-4f12-47c2-8142-c42c5ff3dc64 X-Archives-Hash: f3ef752c30993d93bbd05311bd72fa61 commit: 7d32094dfd23af9eaae8a4e9c49d7a35485fade6 Author: Matthew Smith gentoo org> AuthorDate: Sun Mar 27 09:20:18 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Mar 27 09:24:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d32094d app-emacs/ghub: add 3.5.6 Signed-off-by: Matthew Smith gentoo.org> app-emacs/ghub/Manifest | 1 + app-emacs/ghub/ghub-3.5.6.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-emacs/ghub/Manifest b/app-emacs/ghub/Manifest index 6c06ce8a1c59..2e322c66bf73 100644 --- a/app-emacs/ghub/Manifest +++ b/app-emacs/ghub/Manifest @@ -1 +1,2 @@ DIST ghub-3.5.4.tar.gz 58088 BLAKE2B 5ee6fe56455e8f12e7be8c1ae705a426677fab0b9a5da8f42c4b331bdd635120a2f5475055c9e98c8df01b259f76aa2dd4cad6e8b4562481d261bb7802b826f6 SHA512 df8ba56195ae3773c0c8c8a8f555e562b04de59ce3fb1c17c24ca3b10418299555326f0a9360eb47725310890e31f73221eece3ca1ff83e47d52941e224fc562 +DIST ghub-3.5.6.tar.gz 59474 BLAKE2B c27610f24526a40b5f36d2f5154c0eeb9f86e9da676baa82b2866a0bb58de8a78736d56a5d6454666b539774abbf5dfcd260880aa07499616f44a3e2c8315999 SHA512 6c6724978f0809a4977cc7965de4c33eaf29537c13507aabffecae4a7d2b3710074179d819aee1a54fce8f12e20db46b18466c3f1012d3b9c41eae3c2fade58a diff --git a/app-emacs/ghub/ghub-3.5.6.ebuild b/app-emacs/ghub/ghub-3.5.6.ebuild new file mode 100644 index 000000000000..64e656791e15 --- /dev/null +++ b/app-emacs/ghub/ghub-3.5.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +NEED_EMACS=25 + +inherit elisp + +DESCRIPTION="Minuscule client library for the Git forge APIs" +HOMEPAGE="https://magit.vc/manual/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" + +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="docs/ghub.texi" +DOCS="README.md" + +RDEPEND=" + >=app-emacs/treepy-0.1.1 +" +BDEPEND="${RDEPEND} + sys-apps/texinfo" + +src_prepare() { + default + mv lisp/*.el . || die + rm ghub-pkg.el || die +}