commit: 950e0e64f3170003f2292e351725d841ac629a38
Author: Leonardo Hernández Hernández <leohdz172 <AT> outlook <DOT> com>
AuthorDate: Thu Sep 22 05:10:47 2022 +0000
Commit: Leonardo Hernandez <leohdz172 <AT> outlook <DOT> com>
CommitDate: Thu Sep 22 05:40:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=950e0e64
net-mail/hydroxide: respect $(makeopts_jobs)
and also simplify docs installing
no revbump because the binary itsef doesn't change and the same files
are installed
Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> outlook.com>
net-mail/hydroxide/hydroxide-0.2.23.ebuild | 8 +++-----
net-mail/hydroxide/hydroxide-0.2.24.ebuild | 8 +++-----
net-mail/hydroxide/hydroxide-9999.ebuild | 8 +++-----
3 files changed, 9 insertions(+), 15 deletions(-)
diff --git a/net-mail/hydroxide/hydroxide-0.2.23.ebuild
b/net-mail/hydroxide/hydroxide-0.2.23.ebuild
index 901210cd9..e11059b9e 100644
--- a/net-mail/hydroxide/hydroxide-0.2.23.ebuild
+++ b/net-mail/hydroxide/hydroxide-0.2.23.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit go-module
+inherit go-module multiprocessing
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
@@ -38,13 +38,11 @@ src_unpack() {
}
src_compile() {
- ego build -v ./cmd/hydroxide
+ ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
}
src_install() {
- local DOCS=( "README.md" )
- einstalldocs
-
+ default
dobin "${PN}"
}
diff --git a/net-mail/hydroxide/hydroxide-0.2.24.ebuild
b/net-mail/hydroxide/hydroxide-0.2.24.ebuild
index ef3cb95b9..f75d823e4 100644
--- a/net-mail/hydroxide/hydroxide-0.2.24.ebuild
+++ b/net-mail/hydroxide/hydroxide-0.2.24.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit go-module
+inherit go-module multiprocessing
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
@@ -38,13 +38,11 @@ src_unpack() {
}
src_compile() {
- ego build -v ./cmd/hydroxide
+ ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
}
src_install() {
- local DOCS=( "README.md" )
- einstalldocs
-
+ default
dobin "${PN}"
}
diff --git a/net-mail/hydroxide/hydroxide-9999.ebuild
b/net-mail/hydroxide/hydroxide-9999.ebuild
index ef3cb95b9..f75d823e4 100644
--- a/net-mail/hydroxide/hydroxide-9999.ebuild
+++ b/net-mail/hydroxide/hydroxide-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit go-module
+inherit go-module multiprocessing
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
@@ -38,13 +38,11 @@ src_unpack() {
}
src_compile() {
- ego build -v ./cmd/hydroxide
+ ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
}
src_install() {
- local DOCS=( "README.md" )
- einstalldocs
-
+ default
dobin "${PN}"
}