public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/bee-node/
@ 2021-10-10 21:31 Alessandro Barbieri
  0 siblings, 0 replies; 4+ messages in thread
From: Alessandro Barbieri @ 2021-10-10 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e5b4773d285ec81bf8c657e1c5053b1e53824a03
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Oct 10 21:31:08 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Oct 10 21:31:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5b4773d

net-misc/bee-node: use get_libdir instead of lib64

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 net-misc/bee-node/bee-node-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/bee-node/bee-node-0.2.1.ebuild b/net-misc/bee-node/bee-node-0.2.1.ebuild
index 5e019b901..cb4d31169 100644
--- a/net-misc/bee-node/bee-node-0.2.1.ebuild
+++ b/net-misc/bee-node/bee-node-0.2.1.ebuild
@@ -440,7 +440,7 @@ src_prepare() {
 }
 
 src_compile() {
-	LIBCLANG_PATH="$(get_llvm_prefix)/lib64" cargo_src_compile
+	LIBCLANG_PATH="$(get_llvm_prefix)/$(get_libdir)" cargo_src_compile
 }
 
 src_install() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/bee-node/
  2021-11-08 13:04 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-11-08 13:04 ` Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-11-08 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3014d2a8e7e66fca346b7c691fffa225c3e60b32
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  8 13:04:41 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Nov  8 13:04:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3014d2a8

net-misc/bee-node: drop llvm:10 dep

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-misc/bee-node/bee-node-0.2.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/bee-node/bee-node-0.2.1.ebuild b/net-misc/bee-node/bee-node-0.2.1.ebuild
index cb4d31169..026d8db05 100644
--- a/net-misc/bee-node/bee-node-0.2.1.ebuild
+++ b/net-misc/bee-node/bee-node-0.2.1.ebuild
@@ -411,7 +411,6 @@ KEYWORDS="~amd64"
 RDEPEND="
 	<sys-devel/clang-${LLVM_MAX_SLOT}:=
 	|| (
-		( sys-devel/llvm:10 sys-devel/clang:10 )
 		( sys-devel/llvm:11 sys-devel/clang:11 )
 		( sys-devel/llvm:12 sys-devel/clang:12 )
 	)


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/bee-node/
@ 2022-05-05 23:37 Alessandro Barbieri
  0 siblings, 0 replies; 4+ messages in thread
From: Alessandro Barbieri @ 2022-05-05 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     523b7978eaa6d0cc42963bfe4b5cae4718cbf7af
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu May  5 15:38:34 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu May  5 23:37:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=523b7978

net-misc/bee-node: rework conditional logic

Closes: https://bugs.gentoo.org/842732
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild b/net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild
index b1f1598db..02437a915 100644
--- a/net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild
+++ b/net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild
@@ -498,7 +498,9 @@ pkg_setup() {
 
 src_unpack() {
 	cargo_src_unpack
-	use dashboard && cp "${DISTDIR}/node-dashboard-bee-${DASHBOARD_VERSION}" "${S}/${PN}/bee-plugin/bee-plugin-dashboard/node-dashboard-bee-${DASHBOARD_VERSION}.zip" || die
+	if use dashboard; then
+		cp "${DISTDIR}/node-dashboard-bee-${DASHBOARD_VERSION}" "${S}/${PN}/bee-plugin/bee-plugin-dashboard/node-dashboard-bee-${DASHBOARD_VERSION}.zip" || die
+	fi
 }
 
 src_configure() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/bee-node/
@ 2022-05-05 23:37 Alessandro Barbieri
  0 siblings, 0 replies; 4+ messages in thread
From: Alessandro Barbieri @ 2022-05-05 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8ab21739723b3490519d8a9d8eba505680ebcdda
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu May  5 20:09:25 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu May  5 23:37:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ab21739

net-misc/bee-node: add git as bdepend

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild b/net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild
index 02437a915..100287178 100644
--- a/net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild
+++ b/net-misc/bee-node/bee-node-1.0.0_alpha4.ebuild
@@ -485,6 +485,7 @@ RDEPEND="
 	${DEPEND}
 	dashboard? ( net-libs/nodejs )
 "
+BDEPEND="dev-vcs/git"
 
 PATCHES=( "${FILESDIR}/${P}-no-download.patch" )
 


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

end of thread, other threads:[~2022-05-05 23:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-05 23:37 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/bee-node/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2022-05-05 23:37 Alessandro Barbieri
2021-11-08 13:04 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-11-08 13:04 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-10 21:31 Alessandro Barbieri

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