net-misc/hblink: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Sep 2019 15:18:06 +0000 (17:18 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 Sep 2019 15:25:53 +0000 (17:25 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/hblink/hblink-9999.ebuild [deleted file]
net-misc/hblink/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-misc/hblink/hblink-9999.ebuild b/net-misc/hblink/hblink-9999.ebuild
deleted file mode 100644 (file)
index c616379..0000000
+++ /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 (file)
index f4c696b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <name>Rick Farina</name>
-               <email>zerochaos@gentoo.org</email>
-       </maintainer>
-</pkgmetadata>
index 6797622f308a8fcc56d437326d13d66705d4f66a..b9f0943e5b927137c231652b2160c55a7475a40c 100644 (file)
@@ -1029,12 +1029,6 @@ dev-tcltk/tkTheme
 # Removal in 30 days.  Bug #681044.
 net-misc/tokyotyrant
 
-# Michał Górny <mgorny@gentoo.org> (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 <ulm@gentoo.org> (2019-08-26)
 # A more recent version of thumbs.el is distributed
 # as part of GNU Emacs proper.