From: Michał Górny Date: Sat, 14 Sep 2019 15:18:06 +0000 (+0200) Subject: net-misc/hblink: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=88197e84c7d3fcd900b550cc102d36f16305546b;p=gentoo.git net-misc/hblink: Remove last-rited pkg Signed-off-by: Michał Górny --- diff --git a/net-misc/hblink/hblink-9999.ebuild b/net-misc/hblink/hblink-9999.ebuild deleted file mode 100644 index c616379777ee..000000000000 --- a/net-misc/hblink/hblink-9999.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) -inherit git-r3 python-single-r1 systemd - -DESCRIPTION="HomeBrew Repeater protocol as used by DMR+, MMDVM and Brandmeister" -HOMEPAGE="https://github.com/n0mjs710/HBlink" -EGIT_REPO_URI="https://github.com/n0mjs710/HBlink.git" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="systemd" - -PDEPEND="dev-python/bitstring["${PYTHON_USEDEP}"] - dev-python/bitarray["${PYTHON_USEDEP}"] - dev-python/twisted["${PYTHON_USEDEP}"] - net-misc/dmr_utils["${PYTHON_USEDEP}"]" - -src_prepare() { - rm -r retired || die - sed -i "s#/opt/HBlink#/usr/share/${PN}#" systemd/*.service - default -} - -src_install() { - if use systemd; then - insinto "$(systemd_get_systemunitdir)" - doins systemd/*.service - fi - rm -r systemd || die - - insinto /etc/hblink - newins hblink-SAMPLE.cfg hblink.cfg - - insinto /usr/share/"${PN}" - doins -r * - python_fix_shebang "${ED}/usr/share/${PN}" - ln -s /etc/hblink/hblink.cfg "${ED}"/usr/share/"${PN}"/hblink.cfg - - dodir /usr/bin - for i in hb_bridge_all hb_confbridge - do - cat <<-EOF > "${ED}"/usr/bin/${i} - #! /bin/sh - cd /usr/share/${PN} - python2 ./${i}.py "\$@" - EOF - fperms +x /usr/bin/${i} - done -} diff --git a/net-misc/hblink/metadata.xml b/net-misc/hblink/metadata.xml deleted file mode 100644 index f4c696b2c619..000000000000 --- a/net-misc/hblink/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Rick Farina - zerochaos@gentoo.org - - diff --git a/profiles/package.mask b/profiles/package.mask index 6797622f308a..b9f0943e5b92 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1029,12 +1029,6 @@ dev-tcltk/tkTheme # Removal in 30 days. Bug #681044. net-misc/tokyotyrant -# Michał Górny (2019-08-27) -# Live ebuild committed in Oct 2018, and not updated since. Suffers -# from numerous QA violations. Never had a keyworded version. -# Removal in 14 days. Bug #692048. -net-misc/hblink - # Ulrich Müller (2019-08-26) # A more recent version of thumbs.el is distributed # as part of GNU Emacs proper.