Python 3.6 compatibility
This commit is contained in:
@@ -0,0 +1 @@
|
||||
EBUILD minipro-9999.ebuild 583 BLAKE2B 58ddfe26747864651e65917a412115bd4573788fb8297f3abe0d731b699e3dd0c72dbde4d14d70487090d21e3dc5aea446d2372fa1ec2b51699d7b4f617bef3f SHA512 e3903dadbac196c5667e207d66b5f4c10924ed61041b55f1c8ff7c9b89d63fa6bb54718a1c3e9761a278a6f79ee18859e2f0ad7ad5c67b83bacee4e775c5383a
|
||||
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit bash-completion-r1 git-r3 udev
|
||||
|
||||
DESCRIPTION="A free and open TL866XX programmer"
|
||||
HOMEPAGE="https://github.com/vdudouyt/minipro"
|
||||
EGIT_REPO_URI="https://github.com/vdudouyt/minipro.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="virtual/libusb:1"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}{,-query-db,hex}
|
||||
udev_dorules udev/debian/60-${PN}.rules
|
||||
doman man/${PN}.1
|
||||
dobashcomp bash_completion.d/${PN}
|
||||
bashcomp_alias ${PN} ${PN}-query-db
|
||||
}
|
||||
Reference in New Issue
Block a user