aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2024-07-01 22:05:32 +0100
committerPaul Healy <lmiphay@gmail.com>2024-07-01 22:05:32 +0100
commitdd93c5066a6e0745313f06774af1fa7cc223ec50 (patch)
tree493fc16bf534b64472888a53c2c5d2ead5d78acb
parentremove eutils (diff)
downloadlmiphay-dd93c5066a6e0745313f06774af1fa7cc223ec50.tar.gz
lmiphay-dd93c5066a6e0745313f06774af1fa7cc223ec50.tar.bz2
lmiphay-dd93c5066a6e0745313f06774af1fa7cc223ec50.zip
remove old gitter ebuilds
Signed-off-by: Paul Healy <lmiphay@gmail.com>
-rw-r--r--net-im/gitter-bin/Manifest4
-rw-r--r--net-im/gitter-bin/gitter-bin-3.1.0.ebuild46
-rw-r--r--net-im/gitter-bin/gitter-bin-4.1.0.ebuild46
3 files changed, 0 insertions, 96 deletions
diff --git a/net-im/gitter-bin/Manifest b/net-im/gitter-bin/Manifest
deleted file mode 100644
index ec4d3e9..0000000
--- a/net-im/gitter-bin/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST gitter_3.1.0_amd64.deb 43340316 BLAKE2B 18682a8f467159fc3a0f765505a53982ba3bf0c7992782e256388076f6fba82e4e895d915376f9dfd333af57288d66f93e58bc9e48ecbfb1a5d11f060ac2df41 SHA512 b2888a2c9ed399102e2e80a2ec1ffafe093bdbe2f11d74753052c14841201cf586e0bb2a42ff8e67517d000a7c0b6f6aed30c32b3a7ecc683a18f8433b0bfa1c
-DIST gitter_4.1.0_amd64.deb 98314502 BLAKE2B 3f14e044865c9af89dc6ac62dbe8f8221824c6f529418a31fd5236ecec45ddfd6013d734100a414a2bbca0db9e8c40cb7046868391d507ba5c9de9da0c66225d SHA512 2ea0ebbc05cbdc40e4e8cb07a68b3948477a61a81e550b8f131af46315c6fc7547c0954aa101260f93b63c557f3e00b1e23006a236b77be01ea4a82edd170f70
-EBUILD gitter-bin-3.1.0.ebuild 983 BLAKE2B 31b388d169e5df259569134f4f02338287b6ad1a543360bfc3168467add4adfb5fe67acbf0795491d7dbc131d69064604296fc48ba5a6118c087e7e0b6718bb1 SHA512 d03ab7c701272ad1224a0b55eb1a79f42d21959a06509267278498f9d0e92ef08c0f1cc916d7ba81594590ae7670c19127df195e0b1965dd628d5214c9199c5c
-EBUILD gitter-bin-4.1.0.ebuild 1081 BLAKE2B 3117a78c6b7a648536bf7cfbcc5442813e42cbc7ede22d6352e098f17a968b2f8e1e0b4502f7ab85e959e876dc057c5d99a39edcbc10a10ae05e1767a73a8d58 SHA512 89457b5d7715afc9a8eefcde3011f0827c2e0374b4372e946b7d7c705264bbda0a4baa76547debdca05a420e9fa29f2c0b0246f83cba881aa1b84f021550145e
diff --git a/net-im/gitter-bin/gitter-bin-3.1.0.ebuild b/net-im/gitter-bin/gitter-bin-3.1.0.ebuild
deleted file mode 100644
index 1f4e689..0000000
--- a/net-im/gitter-bin/gitter-bin-3.1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils unpacker
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION="An IM/chat room system for developers & users of GitHub repos"
-HOMEPAGE="https://gitter.im/"
-SRC_URI="https://update.gitter.im/linux64/${MY_PN}_${PV}_amd64.deb"
-
-# promised to be open sourced "no later than June 2017" with an MIT license
-LICENSE="no-source-code"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-QA_PREBUILT="opt/Gitter/linux64/Gitter"
-
-S="${WORKDIR}/opt/Gitter/linux64"
-
-src_prepare() {
- sed -i -e 's;/opt/Gitter/linux64/logo.png;gitter;' "${MY_PN}.desktop"
-
- eapply_user
-}
-
-src_install() {
- exeinto /opt/Gitter/linux64
- doexe Gitter
-
- insinto /opt/Gitter/linux64
- doins icudtl.dat libffmpegsumo.so nw.pak
- doins -r locales
-
- # exe named as per Gitter after-install.sh
- make_wrapper "${MY_PN}" ./Gitter /opt/Gitter/linux64 .
-
- newicon logo.png ${MY_PN}.png
- domenu gitter.desktop
-}
diff --git a/net-im/gitter-bin/gitter-bin-4.1.0.ebuild b/net-im/gitter-bin/gitter-bin-4.1.0.ebuild
deleted file mode 100644
index a32a161..0000000
--- a/net-im/gitter-bin/gitter-bin-4.1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils unpacker
-
-MY_PN="${PN/-bin/}"
-
-DESCRIPTION="An IM/chat room system for developers & users of GitHub repos"
-HOMEPAGE="https://gitter.im/"
-SRC_URI="https://update.gitter.im/linux64/${MY_PN}_${PV}_amd64.deb"
-
-# promised to be open sourced "no later than June 2017" with an MIT license
-LICENSE="no-source-code"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-QA_PREBUILT="opt/Gitter/linux64/*"
-
-S="${WORKDIR}"
-
-src_prepare() {
- rm opt/Gitter/linux64/after-install.sh opt/Gitter/linux64/after-remove.sh
- eapply_user
-}
-
-src_install() {
- dodoc usr/share/doc/gitter/changelog.gz
-
- insinto /opt
- doins -r opt/Gitter
- fperms +x /opt/Gitter/linux64/Gitter
-
- # executable named as per the Gitter after-install.sh script
- dosym /opt/Gitter/linux64/Gitter /usr/bin/${MY_PN}
-
- # weird, but won't start without this
- dosym /opt/Gitter/linux64/icudtl.dat /usr/bin/icudtl.dat
-
- make_desktop_entry ${MY_PN} "Gitter" /opt/Gitter/linux64/logo.png "Network"
-}