parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 11bf8ab69f9df71d668ed266800d48a3032a6cca
parent 406b27c0aad7c1b2afc375827984ea884f13a001
Author: parazyd <parazyd@dyne.org>
Date:   Mon, 13 Nov 2017 23:06:07 +0100

Make repoman happy.

Diffstat:
Mapp-crypt/steghide/steghide-0.5.1-r1.ebuild | 4++--
Mapp-misc/whatmp3/whatmp3-3.8.ebuild | 2+-
Mapp-misc/whatmp3/whatmp3-9999.ebuild | 4++--
Mdev-python/jsonrpclib/jsonrpclib-9999.ebuild | 7++++---
Mdev-python/pbkdf2/pbkdf2-1.3.ebuild | 6+++---
Mdev-util/ltrace/ltrace-0.7.3_p4-r99.ebuild | 4++--
Mnet-analyzer/ettercap/ettercap-0.8.2.ebuild | 4++--
Mnet-analyzer/macchanger/macchanger-1.7.0-r99.ebuild | 6+++---
Mnet-misc/electrum/electrum-3.0.1.ebuild | 13++-----------
9 files changed, 21 insertions(+), 29 deletions(-)

diff --git a/app-crypt/steghide/steghide-0.5.1-r1.ebuild b/app-crypt/steghide/steghide-0.5.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=6 inherit autotools eutils diff --git a/app-misc/whatmp3/whatmp3-3.8.ebuild b/app-misc/whatmp3/whatmp3-3.8.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/RecursiveForest/${PN}/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=" diff --git a/app-misc/whatmp3/whatmp3-9999.ebuild b/app-misc/whatmp3/whatmp3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ EGIT_REPO_URI="https://github.com/RecursiveForest/whatmp3.git" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=" diff --git a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 @@ -10,12 +10,13 @@ if [[ ${PV} == "9999" ]] ; then # EGIT_REPO_URI="https://github.com/joshmarshall/jsonrpclib.git" # this repo has python3 patches EGIT_REPO_URI="https://github.com/prs247au/jsonrpclib.git" - inherit git-2 + inherit git-r3 else SRC_URI="https://github.com/joshmarshall/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~mips ~x86" fi +KEYWORDS="amd64 arm mips x86" + DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)" HOMEPAGE="https://github.com/joshmarshall/jsonrpclib" diff --git a/dev-python/pbkdf2/pbkdf2-1.3.ebuild b/dev-python/pbkdf2/pbkdf2-1.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1 -DESCRIPTION="Implementation of the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0" +DESCRIPTION="Implementation of PBKDF2, specified in RSA PKCS#5 v2.0" HOMEPAGE="http://www.dlitz.net/software/python-pbkdf2/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-util/ltrace/ltrace-0.7.3_p4-r99.ebuild b/dev-util/ltrace/ltrace-0.7.3_p4-r99.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit autotools eutils LTRACE_V=${PV/_p*/} diff --git a/net-analyzer/ettercap/ettercap-0.8.2.ebuild b/net-analyzer/ettercap/ettercap-0.8.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 CMAKE_MIN_VERSION=2.8 diff --git a/net-analyzer/macchanger/macchanger-1.7.0-r99.ebuild b/net-analyzer/macchanger/macchanger-1.7.0-r99.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,6 +30,6 @@ src_install() { dodoc AUTHORS ChangeLog NEWS README dodir /usr/bin - dosym /sbin/macchanger /usr/bin/macchanger - dosym /lib/macchanger /usr/share/macchanger + dosym sbin/macchanger /usr/bin/macchanger + dosym lib/macchanger /usr/share/macchanger } diff --git a/net-misc/electrum/electrum-3.0.1.ebuild b/net-misc/electrum/electrum-3.0.1.ebuild @@ -15,10 +15,10 @@ SRC_URI="https://download.electrum.org/${PV}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 amd64" LINGUAS="ar_SA bg_BG cs_CZ da_DK de_DE el_GR eo_UY es_ES fr_FR hu_HU hy_AM id_ID it_IT ja_JP ko_KR ky_KG lv_LV nb_NO nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sl_SI ta_IN th_TH tr_TR vi_VN zh_CN" -IUSE="audio_modem cli cosign digitalbitbox email greenaddress_it ncurses qrcode +qt5 sync ledger trezor trustedcoin_com vkb" +IUSE="audio_modem cli cosign digitalbitbox email greenaddress_it ncurses qrcode +qt5 sync trustedcoin_com vkb" for lingua in ${LINGUAS}; do IUSE+=" linguas_${lingua}" @@ -33,8 +33,6 @@ REQUIRED_USE=" greenaddress_it? ( qt5 ) qrcode? ( qt5 ) sync? ( qt5 ) - ledger? ( qt5 ) - trezor? ( qt5 ) trustedcoin_com? ( qt5 ) vkb? ( qt5 ) " @@ -59,8 +57,6 @@ RDEPEND=" qt5? ( dev-python/PyQt5[${PYTHON_USEDEP}] ) - ledger? ( dev-python/btchip-python[${PYTHON_USEDEP}] ) - trezor? ( dev-python/python-trezor[${PYTHON_USEDEP}] ) ncurses? ( dev-lang/python ) " @@ -125,8 +121,6 @@ src_prepare() { sed -i 's/^\([[:space:]]*\)\(config_options\['\''cwd'\''\] = .*\)$/\1\2\n\1config_options.setdefault("gui", "'"${bestgui}"'")\n/' electrum || die local plugin - # trezor requires python trezorlib module - # keepkey requires trezor for plugin in \ $(usex audio_modem '' audio_modem ) \ $(usex cosign '' cosigner_pool ) \ @@ -134,10 +128,7 @@ src_prepare() { $(usex email '' email_requests ) \ $(usex greenaddress_it '' greenaddress_instant ) \ hw_wallet \ - $(usex ledger '' ledger ) \ - keepkey \ $(usex sync '' labels ) \ - $(usex trezor '' trezor ) \ $(usex trustedcoin_com '' trustedcoin ) \ $(usex vkb '' virtualkeyboard ) \ ; do