summaryrefslogtreecommitdiff
path: root/net-im/matterhorn-bin
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /net-im/matterhorn-bin
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'net-im/matterhorn-bin')
-rw-r--r--net-im/matterhorn-bin/Manifest2
-rw-r--r--net-im/matterhorn-bin/matterhorn-bin-90000.1.0.ebuild44
-rw-r--r--net-im/matterhorn-bin/matterhorn-bin-90000.1.1.ebuild44
-rw-r--r--net-im/matterhorn-bin/metadata.xml14
4 files changed, 0 insertions, 104 deletions
diff --git a/net-im/matterhorn-bin/Manifest b/net-im/matterhorn-bin/Manifest
deleted file mode 100644
index 636bffe282a7..000000000000
--- a/net-im/matterhorn-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST matterhorn-bin-90000.1.0.tar.bz2 10455111 BLAKE2B aadb68ca74e1d2b9188087342a306005fa5e733aa6ae95a552ef56694ab5e635f0f0aced77516c16c92c7d698daf0ab08f9fa471111cdb1936609b8339ccaa54 SHA512 d6c77b7a62dd29641cbf43429ede291419250d4284e9950300e266cd9f9c1e6235392cb1c8b5c13c19f35c7a6971a915bdef3d5edbe76a240847a268e94ac875
-DIST matterhorn-bin-90000.1.1.tar.bz2 10446078 BLAKE2B cf8b983080bda79dcc661b0c9c8fdd891d7ba862320569852bf046ed4ccd73d701320b56c5e86c5843fb9f3f5c3dc33701b690eaff9f72057248ab9412ffb77e SHA512 d9a5b811ab5c09110007567f33cac24a8280ba764bd6dc4e6bde523c7c19c27716a5df2bd20c4f8113c7e3c4acf547b4f2c3e301e0f77e89f073e676e190bcdf
diff --git a/net-im/matterhorn-bin/matterhorn-bin-90000.1.0.ebuild b/net-im/matterhorn-bin/matterhorn-bin-90000.1.0.ebuild
deleted file mode 100644
index 0ec809b75da8..000000000000
--- a/net-im/matterhorn-bin/matterhorn-bin-90000.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2024-2025 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
- virtual/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
-}
diff --git a/net-im/matterhorn-bin/matterhorn-bin-90000.1.1.ebuild b/net-im/matterhorn-bin/matterhorn-bin-90000.1.1.ebuild
deleted file mode 100644
index 0ec809b75da8..000000000000
--- a/net-im/matterhorn-bin/matterhorn-bin-90000.1.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2024-2025 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
- virtual/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
-}
diff --git a/net-im/matterhorn-bin/metadata.xml b/net-im/matterhorn-bin/metadata.xml
deleted file mode 100644
index 7a5b7bd1e1ba..000000000000
--- a/net-im/matterhorn-bin/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Dale Showers</name>
- <email>gentoo@fictx.com</email>
- </maintainer>
- <upstream>
- <remote-id type="github">matterhorn-chat/matterhorn</remote-id>
- <changelog>https://github.com/matterhorn-chat/matterhorn/blob/master/CHANGELOG.md</changelog>
- <doc>https://github.com/matterhorn-chat/matterhorn/tree/master/docs</doc>
- <bugs-to>https://github.com/matterhorn-chat/matterhorn/issues</bugs-to>
- </upstream>
-</pkgmetadata>