* [gentoo-commits] repo/gentoo:master commit in: net-misc/hblink/, profiles/
@ 2019-09-14 15:26 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-09-14 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 88197e84c7d3fcd900b550cc102d36f16305546b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 15:18:06 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 15:25:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88197e84
net-misc/hblink: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/hblink/hblink-9999.ebuild | 54 --------------------------------------
net-misc/hblink/metadata.xml | 8 ------
profiles/package.mask | 6 -----
3 files changed, 68 deletions(-)
diff --git a/net-misc/hblink/hblink-9999.ebuild b/net-misc/hblink/hblink-9999.ebuild
deleted file mode 100644
index c616379777e..00000000000
--- 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 f4c696b2c61..00000000000
--- a/net-misc/hblink/metadata.xml
+++ /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>
diff --git a/profiles/package.mask b/profiles/package.mask
index 6797622f308..b9f0943e5b9 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 <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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-14 15:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-14 15:26 [gentoo-commits] repo/gentoo:master commit in: net-misc/hblink/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox