moved dmr_utils and hblink to gentoo (after cleanup)

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-11-16 13:44:21 -05:00
parent 7163193075
commit 68ddca0cf9
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 0 additions and 44 deletions

View file

@ -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}"

View file

@ -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"
}