mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
moved dmr_utils and hblink to gentoo (after cleanup)
This commit is contained in:
parent
7163193075
commit
68ddca0cf9
2 changed files with 0 additions and 44 deletions
|
|
@ -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}"
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue