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 9DC411581FB for ; Wed, 28 Aug 2024 10:57:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FD6B2BC01A; Wed, 28 Aug 2024 10:57:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 463BA2BC01A for ; Wed, 28 Aug 2024 10:57:17 +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 83B1F341214 for ; Wed, 28 Aug 2024 10:57:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9833175A for ; Wed, 28 Aug 2024 10:57:13 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1724810856.8e8d6440ced9bb7d9ee140ceddb1141c12aaf6b7.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/matterhorn-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/matterhorn-bin/Manifest net-im/matterhorn-bin/matterhorn-bin-90000.0.1.ebuild X-VCS-Directories: net-im/matterhorn-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8e8d6440ced9bb7d9ee140ceddb1141c12aaf6b7 X-VCS-Branch: master Date: Wed, 28 Aug 2024 10:57:13 +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: e2594ae8-0343-4b41-8463-bca3d979629a X-Archives-Hash: 8d7cd0e636f477e5a2c1b6e0f03b3302 commit: 8e8d6440ced9bb7d9ee140ceddb1141c12aaf6b7 Author: Dale Showers fictx com> AuthorDate: Wed Aug 28 02:07:36 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Aug 28 02:07:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e8d6440 net-im/matterhorn-bin: add 90000.0.1 Signed-off-by: Dale Showers fictx.com> net-im/matterhorn-bin/Manifest | 1 + .../matterhorn-bin/matterhorn-bin-90000.0.1.ebuild | 44 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/net-im/matterhorn-bin/Manifest b/net-im/matterhorn-bin/Manifest index 4fd36f906..00984ff67 100644 --- a/net-im/matterhorn-bin/Manifest +++ b/net-im/matterhorn-bin/Manifest @@ -1 +1,2 @@ DIST matterhorn-bin-90000.0.0.tar.bz2 10042565 BLAKE2B d523aa9a87a741ce60be4b0b85bd276981182237112c26f26ff94e9d728fe7db9d09005803e8dcfd5231fae40c21f39bd68e303704c4afa6b3e06a3cebf54da6 SHA512 e4e73eeea5d2441a8e04e2b4394ecc2924a44478482a2db49c3c3cbd3983c45620f9e0b22f42e99d9febdf979c223f5a29c407afad0313cf3b55133d139b382e +DIST matterhorn-bin-90000.0.1.tar.bz2 10380853 BLAKE2B c8296851b4b7e6a7efb28ee9d1c569e85ac2aee5e8ad9a6bdc65c9e46a6425c31ea4f7cf1a703431429d2b7bdb8e39056f3a1ad7b2ad7d9e78bcbe8517e428c9 SHA512 0719fec269922fab3d0535409c751ec39c6ad1ee983481ffd00482e987818ee4b48b8961f9bb52ec4b55fa9871f4f1ba96d8764df3807f20716046b61b65b68d diff --git a/net-im/matterhorn-bin/matterhorn-bin-90000.0.1.ebuild b/net-im/matterhorn-bin/matterhorn-bin-90000.0.1.ebuild new file mode 100644 index 000000000..178617c2e --- /dev/null +++ b/net-im/matterhorn-bin/matterhorn-bin-90000.0.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="${PN%-bin}" +MY_P="${MY_PN}-${PV}-ubuntu-22.04-jammy-x86_64" + +DESCRIPTION="Terminal based Mattermost client" +HOMEPAGE="https://github.com/matterhorn-chat/matterhorn" +SRC_URI="https://github.com/matterhorn-chat/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2" + +S="${WORKDIR}/${MY_P}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=" + ${DEPEND} + dev-libs/gmp:0 + sys-libs/ncurses:0/6 + sys-libs/zlib:0/1 +" + +QA_PREBUILT="*" + +src_install() { + default + + dobin matterhorn + + dodoc docs/commands.md + dodoc docs/keybindings.md + dodoc docs/sample-config.ini + + insinto /usr/share/${MY_PN} + exeinto /usr/share/${MY_PN}/notification-scripts + doins -r emoji + doins -r syntax + doins -r client-scripts + doexe notification-scripts/notify + doexe notification-scripts/notifyV2 +}