commit: c43b8c45771adc64d3dcbdef7fca2371c40b405e
Author: Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Fri Oct 31 19:08:43 2025 +0000
Commit: Dale Showers <gentoo <AT> fictx <DOT> com>
CommitDate: Fri Oct 31 19:10:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c43b8c45
net-im/matterhorn: drop 90000.0.1
Signed-off-by: Dale Showers <gentoo <AT> fictx.com>
.../matterhorn-bin/matterhorn-bin-90000.0.1.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/net-im/matterhorn-bin/matterhorn-bin-90000.0.1.ebuild
b/net-im/matterhorn-bin/matterhorn-bin-90000.0.1.ebuild
deleted file mode 100644
index 178617c2eb..0000000000
--- a/net-im/matterhorn-bin/matterhorn-bin-90000.0.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-}