From 68ddca0cf969ca875feb9a440ef692c252d90b35 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 16 Nov 2018 13:44:21 -0500 Subject: [PATCH] moved dmr_utils and hblink to gentoo (after cleanup) --- net-misc/dmr_utils/dmr_utils-9999.ebuild | 21 --------------------- net-wireless/hblink/hblink-9999.ebuild | 23 ----------------------- 2 files changed, 44 deletions(-) delete mode 100644 net-misc/dmr_utils/dmr_utils-9999.ebuild delete mode 100644 net-wireless/hblink/hblink-9999.ebuild diff --git a/net-misc/dmr_utils/dmr_utils-9999.ebuild b/net-misc/dmr_utils/dmr_utils-9999.ebuild deleted file mode 100644 index 89469ee5e..000000000 --- a/net-misc/dmr_utils/dmr_utils-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit git-r3 distutils-r1 - -DESCRIPTION="Python utilities for working with DMR" -HOMEPAGE="https://github.com/n0mjs710/dmr_utils" -SRC_URI="" -EGIT_REPO_URI="https://github.com/n0mjs710/dmr_utils.git" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-python/bitarray" -RDEPEND="${DEPEND}" diff --git a/net-wireless/hblink/hblink-9999.ebuild b/net-wireless/hblink/hblink-9999.ebuild deleted file mode 100644 index 4e603f9a4..000000000 --- a/net-wireless/hblink/hblink-9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 - -DESCRIPTION="HomeBrew Repeater protocol as used by DMR+, MMDVM and Brandmeister" -HOMEPAGE="https://github.com/n0mjs710/HBlink" -SRC_URI="" -EGIT_REPO_URI="https://github.com/n0mjs710/HBlink.git" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -pkg_setup() { - die "This literally installs nothing right now" -}