public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Leonardo Hernandez" <leohdz172@outlook.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/
Date: Thu, 22 Sep 2022 05:40:43 +0000 (UTC)	[thread overview]
Message-ID: <1663825213.950e0e64f3170003f2292e351725d841ac629a38.leohdz172@gentoo> (raw)

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}"
 }
 


             reply	other threads:[~2022-09-22  5:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22  5:40 Leonardo Hernandez [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-10  3:34 [gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/ Leonardo Hernandez
2024-07-10  3:34 Leonardo Hernandez
2023-08-24  7:18 Leonardo Hernandez
2023-06-12 17:50 Leonardo Hernandez
2023-06-12 17:50 Leonardo Hernandez
2023-04-21 22:12 Leonardo Hernandez
2023-01-12 20:58 Leonardo Hernandez
2022-09-09  2:57 Leonardo Hernandez
2022-09-09  2:57 Leonardo Hernandez
2022-08-05  3:43 Leonardo Hernandez
2022-08-02 19:50 Leonardo Hernandez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1663825213.950e0e64f3170003f2292e351725d841ac629a38.leohdz172@gentoo \
    --to=leohdz172@outlook.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox