From d6fc84ccf9e1903e05296d9b617928b2aefda332 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 5 Mar 2018 00:02:31 +0000 Subject: app-crypt/trezord: Version bump Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- app-crypt/trezord/Manifest | 2 +- app-crypt/trezord/trezord-2.0.7.ebuild | 48 ---------------------------------- app-crypt/trezord/trezord-2.0.8.ebuild | 48 ++++++++++++++++++++++++++++++++++ profiles/use.local.desc | 1 + 4 files changed, 50 insertions(+), 49 deletions(-) delete mode 100644 app-crypt/trezord/trezord-2.0.7.ebuild create mode 100644 app-crypt/trezord/trezord-2.0.8.ebuild diff --git a/app-crypt/trezord/Manifest b/app-crypt/trezord/Manifest index b12b26c6..c262d834 100644 --- a/app-crypt/trezord/Manifest +++ b/app-crypt/trezord/Manifest @@ -1 +1 @@ -DIST trezord-2.0.7.tar.gz 731503 BLAKE2B 90c9caf62056e9591696fe3b9794ae92a654881adff28fa181692007de544726337af7300aa84194c5c3add86968bc44377d1bcf39016bae9c227896ac6388a7 SHA512 2f65f1ed4dfefd05268324116c57dcf5486dde515039f2c976ed3cc2a48b575ee08f90f22729e2259567942bcfd27e4b378324ca063fe8c709b5937a75e5fcef +DIST trezord-2.0.8.tar.gz 731755 BLAKE2B d2de2dc1874375a3e58bad93e9cf9732819eb983027314508efc173789de8b13ed20943171735158d5c389c60a3fae7b6bfb424b9393d16503831b73890b5218 SHA512 dfd7d0dd09878ceec1992926b156ebfa7855ee3fdf9796e6f471a5a382f7558e03094a4cd56319c3858ced18f6e897ea659e2ed95f372d083ac7b3dbcbcd474a diff --git a/app-crypt/trezord/trezord-2.0.7.ebuild b/app-crypt/trezord/trezord-2.0.7.ebuild deleted file mode 100644 index e8ded599..00000000 --- a/app-crypt/trezord/trezord-2.0.7.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit golang-build udev systemd - -MY_PN="trezord-go" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="TREZOR Communication Daemon aka TREZOR Bridge" -HOMEPAGE="https://trezor.io/" -SRC_URI="https://github.com/trezor/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="dev-lang/go" - -EGO_GH="github.com/trezor" -EGO_PN="${EGO_GH}/${MY_PN}" -EGO_S="${S}/src/${EGO_PN}" - -DOCS=( - "src/${EGO_PN}/README.md" -) - -src_unpack () { - mkdir -p "${WORKDIR}/src" || die - mkdir -p "${S}/src/${EGO_GH}" || die - - cd "${WORKDIR}/src" || die - unpack ${A} - mv "${MY_P}" "${EGO_S}" || die -} - -src_install () { - newbin "${MY_PN}" "${PN}" - - if use kernel_linux ; then - udev_newrules "${EGO_S}/release/linux/trezor.rules" 51-trezor.rules - systemd_douserunit "${FILESDIR}/${PN}.service" - fi - - default -} diff --git a/app-crypt/trezord/trezord-2.0.8.ebuild b/app-crypt/trezord/trezord-2.0.8.ebuild new file mode 100644 index 00000000..e8ded599 --- /dev/null +++ b/app-crypt/trezord/trezord-2.0.8.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit golang-build udev systemd + +MY_PN="trezord-go" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="TREZOR Communication Daemon aka TREZOR Bridge" +HOMEPAGE="https://trezor.io/" +SRC_URI="https://github.com/trezor/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-lang/go" + +EGO_GH="github.com/trezor" +EGO_PN="${EGO_GH}/${MY_PN}" +EGO_S="${S}/src/${EGO_PN}" + +DOCS=( + "src/${EGO_PN}/README.md" +) + +src_unpack () { + mkdir -p "${WORKDIR}/src" || die + mkdir -p "${S}/src/${EGO_GH}" || die + + cd "${WORKDIR}/src" || die + unpack ${A} + mv "${MY_P}" "${EGO_S}" || die +} + +src_install () { + newbin "${MY_PN}" "${PN}" + + if use kernel_linux ; then + udev_newrules "${EGO_S}/release/linux/trezor.rules" 51-trezor.rules + systemd_douserunit "${FILESDIR}/${PN}.service" + fi + + default +} diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 885e91a4..7d025076 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -68,6 +68,7 @@ net-p2p/dogecoin:qrcode - Enable generation of QR Codes for receiving payments net-p2p/dogecoin:utils - Build the utils net-p2p/dogecoin:wallet - Enable wallet support net-p2p/monero:system-libs - Use system libraries instead of the ones included in the upstream distribution +net-p2p/monero-gui:system-libs - Use system libraries instead of the ones included in the upstream distribution net-p2p/pesetacoin:qrcode - Enable generation of QR Codes for receiving payments net-p2p/pesetacoin:wallet - Enable wallet support sys-firmware/gnuk:tools - Install aditional tools -- cgit v1.2.3