public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/nuxhash/
@ 2020-06-27 15:52 Alexey Sokolov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Sokolov @ 2020-06-27 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c16babce4157da96de7ce1d01d1a063fcf97f619
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sat Jun 27 15:52:41 2020 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Sat Jun 27 15:52:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c16babce

net-p2p/nuxhash: add the comment about license

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild b/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
index aa10072..bab8c55 100644
--- a/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
+++ b/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
@@ -11,6 +11,7 @@ DESCRIPTION="NiceHash cryptocurrency mining client for Linux"
 HOMEPAGE="https://github.com/YoRyan/nuxhash"
 
 SRC_URI="https://github.com/YoRyan/nuxhash/archive/33e9a095a41a6828959927f867efe4d2df398ede.tar.gz -> ${P}.tar.gz"
+# Nuxhash itself is GPL, but it downloads the excavator proprietary blob on startup
 LICENSE="GPL-3 excavator-EULA"
 SLOT="0"
 IUSE="gui"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/nuxhash/
@ 2020-06-27 23:14 Alexey Sokolov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Sokolov @ 2020-06-27 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     62527569fa422e30d7974c965001994d1358b272
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sat Jun 27 23:13:49 2020 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Sat Jun 27 23:13:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62527569

net-p2p/nuxhash: fix wx python dep

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild b/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
index bab8c55..62d08e3 100644
--- a/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
+++ b/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	x11-libs/libXdmcp
 	x11-libs/libXext
 	x11-libs/libX11
-	gui? ( dev-python/wxpython:4.0 )
+	gui? ( dev-python/wxpython:4.0[${PYTHON_USEDEP}] )
 "
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/nuxhash/
@ 2020-07-02 23:02 Alexey Sokolov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Sokolov @ 2020-07-02 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ee552316ae732521068dabfbc70914e2d6491857
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Thu Jul  2 23:01:57 2020 +0000
Commit:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
CommitDate: Thu Jul  2 23:01:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee552316

net-p2p/nuxhash: add tests

They are broken though

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>

 net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild b/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
index 62d08e3..170154d 100644
--- a/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
+++ b/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
@@ -16,6 +16,7 @@ LICENSE="GPL-3 excavator-EULA"
 SLOT="0"
 IUSE="gui"
 KEYWORDS="~amd64"
+RESTRICT="test"
 
 RDEPEND="
 	dev-libs/libbsd
@@ -39,3 +40,9 @@ python_prepare_all() {
 	use gui || eapply "${FILESDIR}/nuxhash-1.0.0_beta2_p20191013-remove-gui.patch"
 	distutils-r1_python_prepare_all
 }
+
+python_test() {
+	for t in tests/test_*.py; do
+		"${EPYTHON}" "${t}" || die
+	done
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/nuxhash/
@ 2022-05-09 18:42 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-05-09 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     1b1a18394dae6034a2a9075076d9eb435b646f23
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 18:41:42 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May  9 18:41:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b1a1839

net-p2p/nuxhash: add missing restricts

EULA license requires bindist and mirror restriction

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild b/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
index 769b8af28..123457ae2 100644
--- a/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
+++ b/net-p2p/nuxhash/nuxhash-1.0.0_beta2_p20191013.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-3 excavator-EULA"
 SLOT="0"
 IUSE="gui"
 KEYWORDS="~amd64"
-RESTRICT="test"
+RESTRICT="bindist mirror test"
 
 RDEPEND="
 	dev-libs/libbsd


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-09 18:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-02 23:02 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/nuxhash/ Alexey Sokolov
  -- strict thread matches above, loose matches on Subject: below --
2022-05-09 18:42 Andrew Ammerlaan
2020-06-27 23:14 Alexey Sokolov
2020-06-27 15:52 Alexey Sokolov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox