Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hblink/, profiles/
Date: Sat, 14 Sep 2019 15:26:21
Message-Id: 1568474753.88197e84c7d3fcd900b550cc102d36f16305546b.mgorny@gentoo
1 commit: 88197e84c7d3fcd900b550cc102d36f16305546b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 15:18:06 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 15:25:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88197e84
7
8 net-misc/hblink: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/hblink/hblink-9999.ebuild | 54 --------------------------------------
13 net-misc/hblink/metadata.xml | 8 ------
14 profiles/package.mask | 6 -----
15 3 files changed, 68 deletions(-)
16
17 diff --git a/net-misc/hblink/hblink-9999.ebuild b/net-misc/hblink/hblink-9999.ebuild
18 deleted file mode 100644
19 index c616379777e..00000000000
20 --- a/net-misc/hblink/hblink-9999.ebuild
21 +++ /dev/null
22 @@ -1,54 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -inherit git-r3 python-single-r1 systemd
30 -
31 -DESCRIPTION="HomeBrew Repeater protocol as used by DMR+, MMDVM and Brandmeister"
32 -HOMEPAGE="https://github.com/n0mjs710/HBlink"
33 -EGIT_REPO_URI="https://github.com/n0mjs710/HBlink.git"
34 -
35 -LICENSE="GPL-3"
36 -SLOT="0"
37 -KEYWORDS=""
38 -IUSE="systemd"
39 -
40 -PDEPEND="dev-python/bitstring["${PYTHON_USEDEP}"]
41 - dev-python/bitarray["${PYTHON_USEDEP}"]
42 - dev-python/twisted["${PYTHON_USEDEP}"]
43 - net-misc/dmr_utils["${PYTHON_USEDEP}"]"
44 -
45 -src_prepare() {
46 - rm -r retired || die
47 - sed -i "s#/opt/HBlink#/usr/share/${PN}#" systemd/*.service
48 - default
49 -}
50 -
51 -src_install() {
52 - if use systemd; then
53 - insinto "$(systemd_get_systemunitdir)"
54 - doins systemd/*.service
55 - fi
56 - rm -r systemd || die
57 -
58 - insinto /etc/hblink
59 - newins hblink-SAMPLE.cfg hblink.cfg
60 -
61 - insinto /usr/share/"${PN}"
62 - doins -r *
63 - python_fix_shebang "${ED}/usr/share/${PN}"
64 - ln -s /etc/hblink/hblink.cfg "${ED}"/usr/share/"${PN}"/hblink.cfg
65 -
66 - dodir /usr/bin
67 - for i in hb_bridge_all hb_confbridge
68 - do
69 - cat <<-EOF > "${ED}"/usr/bin/${i}
70 - #! /bin/sh
71 - cd /usr/share/${PN}
72 - python2 ./${i}.py "\$@"
73 - EOF
74 - fperms +x /usr/bin/${i}
75 - done
76 -}
77
78 diff --git a/net-misc/hblink/metadata.xml b/net-misc/hblink/metadata.xml
79 deleted file mode 100644
80 index f4c696b2c61..00000000000
81 --- a/net-misc/hblink/metadata.xml
82 +++ /dev/null
83 @@ -1,8 +0,0 @@
84 -<?xml version="1.0" encoding="UTF-8"?>
85 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
86 -<pkgmetadata>
87 - <maintainer type="person">
88 - <name>Rick Farina</name>
89 - <email>zerochaos@g.o</email>
90 - </maintainer>
91 -</pkgmetadata>
92
93 diff --git a/profiles/package.mask b/profiles/package.mask
94 index 6797622f308..b9f0943e5b9 100644
95 --- a/profiles/package.mask
96 +++ b/profiles/package.mask
97 @@ -1029,12 +1029,6 @@ dev-tcltk/tkTheme
98 # Removal in 30 days. Bug #681044.
99 net-misc/tokyotyrant
100
101 -# Michał Górny <mgorny@g.o> (2019-08-27)
102 -# Live ebuild committed in Oct 2018, and not updated since. Suffers
103 -# from numerous QA violations. Never had a keyworded version.
104 -# Removal in 14 days. Bug #692048.
105 -net-misc/hblink
106 -
107 # Ulrich Müller <ulm@g.o> (2019-08-26)
108 # A more recent version of thumbs.el is distributed
109 # as part of GNU Emacs proper.