From cf8ea2b399982d857961e04231b4f400db676dd7 Mon Sep 17 00:00:00 2001 From: Dale Showers Date: Tue, 27 Aug 2024 21:55:03 -0400 Subject: [PATCH] net-im/matterhorn-bin: drop old versions drop v50200.13.0 drop v50200.19.0 Signed-off-by: Dale Showers --- net-im/matterhorn-bin/Manifest | 2 - .../matterhorn-bin-50200.13.0.ebuild | 41 ----------------- .../matterhorn-bin-50200.19.0.ebuild | 44 ------------------- 3 files changed, 87 deletions(-) delete mode 100644 net-im/matterhorn-bin/matterhorn-bin-50200.13.0.ebuild delete mode 100644 net-im/matterhorn-bin/matterhorn-bin-50200.19.0.ebuild diff --git a/net-im/matterhorn-bin/Manifest b/net-im/matterhorn-bin/Manifest index e2db46ad3c..4fd36f9060 100644 --- a/net-im/matterhorn-bin/Manifest +++ b/net-im/matterhorn-bin/Manifest @@ -1,3 +1 @@ -DIST matterhorn-bin-50200.13.0.tar.bz2 8840191 BLAKE2B 4b321f035cba7bfeb9a29803c3620ed406610b28d9356ed6070760764d237a755e23e39bde4d53cb6c5909dde6e9592fe4ec46b08d17565f95e07a7749caccfb SHA512 34536c0219fbbbe77a608793fa1e735b4e1ad8679f118cd0389c282e932359d07a439cb62d30b167134956de589be26b16fddb56ee39be2b88dcc9c0a38990dd -DIST matterhorn-bin-50200.19.0.tar.bz2 9794365 BLAKE2B 21a71a2d38f4f92824341cbdae174687eb3554cc6b6e837625150a723fc797f5a7c1f9f67538ce08db83daa496356b4dfc7fd7cd1a86bf914396b9b20bc414db SHA512 461f4edb7e98f0518b580c09665eafdc6f2a734fa5c5b2b615f6140b84ae2e7939fbec2ce7935b6dc21fb350b1c11c368d9e9b5944ef09d08324dbe0b7e4f406 DIST matterhorn-bin-90000.0.0.tar.bz2 10042565 BLAKE2B d523aa9a87a741ce60be4b0b85bd276981182237112c26f26ff94e9d728fe7db9d09005803e8dcfd5231fae40c21f39bd68e303704c4afa6b3e06a3cebf54da6 SHA512 e4e73eeea5d2441a8e04e2b4394ecc2924a44478482a2db49c3c3cbd3983c45620f9e0b22f42e99d9febdf979c223f5a29c407afad0313cf3b55133d139b382e diff --git a/net-im/matterhorn-bin/matterhorn-bin-50200.13.0.ebuild b/net-im/matterhorn-bin/matterhorn-bin-50200.13.0.ebuild deleted file mode 100644 index dbdbfd8702..0000000000 --- a/net-im/matterhorn-bin/matterhorn-bin-50200.13.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="${PN%-bin}" -MY_P="${MY_PN}-${PV}-fedora-29-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 - - insinto /usr/share/${MY_PN} - exeinto /usr/share/${MY_PN}/notification-scripts - doins -r emoji - doins -r syntax - doexe notification-scripts/notify -} diff --git a/net-im/matterhorn-bin/matterhorn-bin-50200.19.0.ebuild b/net-im/matterhorn-bin/matterhorn-bin-50200.19.0.ebuild deleted file mode 100644 index 548ad7db08..0000000000 --- a/net-im/matterhorn-bin/matterhorn-bin-50200.19.0.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}-fedora-29-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 -}