[gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/

2023-08-24 Thread Leonardo Hernandez
commit: 42627fa1dc900fa283e210e8ff5fb9f36ea1fe84
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Thu Aug 24 07:17:01 2023 +
Commit: Leonardo Hernandez  proton  me>
CommitDate: Thu Aug 24 07:17:26 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42627fa1

net-mail/hydroxide: add 0.2.28

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 net-mail/hydroxide/Manifest|  3 ++
 net-mail/hydroxide/hydroxide-0.2.28.ebuild | 54 ++
 2 files changed, 57 insertions(+)

diff --git a/net-mail/hydroxide/Manifest b/net-mail/hydroxide/Manifest
index 3bf82e0968..525bd50557 100644
--- a/net-mail/hydroxide/Manifest
+++ b/net-mail/hydroxide/Manifest
@@ -10,3 +10,6 @@ DIST hydroxide-0.2.26.tar.gz.sig 566 BLAKE2B 
75eb9efe93eebeec2f055076fb83c57cb84
 DIST hydroxide-0.2.27-deps.tar.xz 137723020 BLAKE2B 
fa1dd992c963c8e4785f4a624a2c7d8294f701b40130abc6ba82b816242d73213d85d0344881d442b17b6015a419671f28b6746ba37564f0c1482afaff73fd6d
 SHA512 
88ff84f49d48910f3abfd152a2914c05f097947d69de193d44cea6965eb2703e0c1a56ce41bb7ae8fc933d2fd4900d6970bbd7fab92c61211bc43b39a7a5f4d2
 DIST hydroxide-0.2.27.tar.gz 44059 BLAKE2B 
cbe5e4b247091c65ea376930fc555a86e0fcf3d2e5cddeab457ac8755ed4b7dbbc7b9fe8284ae95c2741a80d1926cb9aaaffcef759b9aba85ded40851e7d5667
 SHA512 
960bf1a37c2365774db6e4598081bfc5459be7f2a85866caf0faef5826694c1b3d0b0cd5634987c963bf21ed416238840e3de207f5b3e39f0cb2c0eed817c3e9
 DIST hydroxide-0.2.27.tar.gz.sig 566 BLAKE2B 
8af003819f369a2b68a1ed45f60a2bbebaf43be7d85b380353f0c79d3933beed1d1386dbe31d3cdc28c11b30ca210c60a493ce4acc05d01f8d9b5e611eb57958
 SHA512 
e1bf58ebfc690e8161adaaa903adc37f6381d80541ded6bd034bcd4a4872c59cb47c78c69045345ec744d64f46f0221c5aabd797e21849b45640646888b3d8c6
+DIST hydroxide-0.2.28-deps.tar.xz 148997388 BLAKE2B 
8a4d6ef87d3759b2b8cb4ecb135f77dc4bd2c93f03ed8e9382152050d70270261b605bc93b31d2379e351c04bbf3aa920ee014d40f54ae352b145002dfe2946e
 SHA512 
dfb6244a8bb676df96ee23c873ef4371b95d2758f68b8f3a777251a5d8dfe2f9624c667f1c9d98f3d1ea40aec23f01cded9fb6f0f16ee40ea31baf9f50f97cb9
+DIST hydroxide-0.2.28.tar.gz 45318 BLAKE2B 
a63568405e58746719a2726d959bc5f1a67357831a78827b5d4c27c417cf52ea6cfa8e990d4816176b192ac9044d01ea6a1b40a5b617f299c01e3b712c63ca25
 SHA512 
55472d5f081eb2827cd37ebb02e66c5831cfde7f375c1800142cb37bb05ae07da873ddca33b4b83a0ed2adb4587d90d43e05c1478e2696de9b7871e213f0
+DIST hydroxide-0.2.28.tar.gz.sig 566 BLAKE2B 
7215a833a084bc5331e8c133a05669178c751a3998f40e3a5ae0ff7ad1b0ebeefa42dfc9ae8b373823973b876462695b11c52ab5d629b9677a1cf853f9d27a08
 SHA512 
34a5dccae951f26a1b18ed6e274c046d7946ea3255214d8891744049ff79d76dc613985dec89d4396be458aa4ba57c317fb3de84bb42b4204ca8b1ed52d0d306

diff --git a/net-mail/hydroxide/hydroxide-0.2.28.ebuild 
b/net-mail/hydroxide/hydroxide-0.2.28.ebuild
new file mode 100644
index 00..ab55861c15
--- /dev/null
+++ b/net-mail/hydroxide/hydroxide-0.2.28.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module multiprocessing
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emersion/hydroxide.git;
+else
+   inherit verify-sig
+   
SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz
+   verify-sig? ( 
https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz.sig )
+   
https://github.com/sevz17/go-deps/releases/download/${P}/${P}-deps.tar.xz
+   "
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/emersion.asc"
+   BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-emersion )"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A third-party, open-source ProtonMail CardDAV, IMAP and SMTP 
bridge"
+HOMEPAGE="https://github.com/emersion/hydroxide;
+
+LICENSE="MIT BSD"
+SLOT="0"
+
+src_unpack() {
+   if [[ "${PV}" == "" ]]; then
+   git-r3_src_unpack
+   go-module_live_vendor
+   else
+   if use verify-sig; then
+   verify-sig_verify_detached 
"${DISTDIR}"/"${P}".tar.gz{,.sig}
+   fi
+   go-module_src_unpack
+   fi
+}
+
+src_compile() {
+   ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
+}
+
+src_install() {
+   default
+   dobin "${PN}"
+}
+
+pkg_postinst() {
+   elog ""
+   elog "In order to use ${PN} you need to read"
+   elog "https://github.com/emersion/hydroxide#installing;
+   elog ""
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/

2023-06-12 Thread Leonardo Hernandez
commit: 4c17df542e921dc8d0a908bcb0fceaf78954cae1
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Mon Jun 12 17:47:28 2023 +
Commit: Leonardo Hernandez  proton  me>
CommitDate: Mon Jun 12 17:49:56 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c17df54

net-mail/hydroxide: update dependency tarball URL

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 net-mail/hydroxide/hydroxide-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/hydroxide/hydroxide-.ebuild 
b/net-mail/hydroxide/hydroxide-.ebuild
index f75d823e4..ab55861c1 100644
--- a/net-mail/hydroxide/hydroxide-.ebuild
+++ b/net-mail/hydroxide/hydroxide-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ else
inherit verify-sig

SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz
verify-sig? ( 
https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz.sig )
-   https://gitlab.com/sevz17/go-deps/-/raw/main/${P}-deps.tar.xz
+   
https://github.com/sevz17/go-deps/releases/download/${P}/${P}-deps.tar.xz
"

VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/emersion.asc"
BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-emersion )"



[gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/

2023-06-12 Thread Leonardo Hernandez
commit: d340412b2ddb19ca15e1a733b52e1bdca879e389
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Mon Jun 12 17:49:32 2023 +
Commit: Leonardo Hernandez  proton  me>
CommitDate: Mon Jun 12 17:49:56 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d340412b

net-mail/hydroxide: add 0.2.27

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 net-mail/hydroxide/Manifest|  3 ++
 net-mail/hydroxide/hydroxide-0.2.27.ebuild | 54 ++
 2 files changed, 57 insertions(+)

diff --git a/net-mail/hydroxide/Manifest b/net-mail/hydroxide/Manifest
index 94ef3f80b..3bf82e096 100644
--- a/net-mail/hydroxide/Manifest
+++ b/net-mail/hydroxide/Manifest
@@ -7,3 +7,6 @@ DIST hydroxide-0.2.24.tar.gz.sig 566 BLAKE2B 
49a0fcd5f4d70f37fde0f77cc50f03749a5
 DIST hydroxide-0.2.26-deps.tar.xz 128526636 BLAKE2B 
50381725b624a2e0d7f4fcab3ef40663f1d0cb0dd64a868280aed47ceffe4e97f51835e805800d0a8a2b365eee64ceaf49d81e1396442df5d2159b74a8b97bab
 SHA512 
cdf406352031ecc47a360a56a88554fc3b5a5079df9a063abf5c5bdd7bbbdc945436b1a63e58bd2bd810dc43c6787fced2d05e9a1f4acc8b6474a660d6e7b4f9
 DIST hydroxide-0.2.26.tar.gz 44023 BLAKE2B 
0842af01d89dbfc7aae2c5ae543d18c104ee905961628055d08f62f2115ff4cecef4a03775b77c29ec97c838009c380573387640ce1247737b11c0707178
 SHA512 
1d4dfa9de6c489948bf4e76524c53b02e925ee078b34b55067e437a3c27decc297415d4c1b62ad1a928af828ed3c460e4b5890a407be4c02267697a7c1063330
 DIST hydroxide-0.2.26.tar.gz.sig 566 BLAKE2B 
75eb9efe93eebeec2f055076fb83c57cb84465ec02fd5bea9ba52a73499b64ce9d8dc6ebdcbe5f24b7b636f5f41766d82c18ab9411a63e7126115030557119dc
 SHA512 
9aaf30b6adcc856a1665075b8fdf9abd819aa965a1abe6d0ebc0205a09656c33298063d6da2ae564c2a0122601f49ced2394d84486cd46130ecacf91760fe097
+DIST hydroxide-0.2.27-deps.tar.xz 137723020 BLAKE2B 
fa1dd992c963c8e4785f4a624a2c7d8294f701b40130abc6ba82b816242d73213d85d0344881d442b17b6015a419671f28b6746ba37564f0c1482afaff73fd6d
 SHA512 
88ff84f49d48910f3abfd152a2914c05f097947d69de193d44cea6965eb2703e0c1a56ce41bb7ae8fc933d2fd4900d6970bbd7fab92c61211bc43b39a7a5f4d2
+DIST hydroxide-0.2.27.tar.gz 44059 BLAKE2B 
cbe5e4b247091c65ea376930fc555a86e0fcf3d2e5cddeab457ac8755ed4b7dbbc7b9fe8284ae95c2741a80d1926cb9aaaffcef759b9aba85ded40851e7d5667
 SHA512 
960bf1a37c2365774db6e4598081bfc5459be7f2a85866caf0faef5826694c1b3d0b0cd5634987c963bf21ed416238840e3de207f5b3e39f0cb2c0eed817c3e9
+DIST hydroxide-0.2.27.tar.gz.sig 566 BLAKE2B 
8af003819f369a2b68a1ed45f60a2bbebaf43be7d85b380353f0c79d3933beed1d1386dbe31d3cdc28c11b30ca210c60a493ce4acc05d01f8d9b5e611eb57958
 SHA512 
e1bf58ebfc690e8161adaaa903adc37f6381d80541ded6bd034bcd4a4872c59cb47c78c69045345ec744d64f46f0221c5aabd797e21849b45640646888b3d8c6

diff --git a/net-mail/hydroxide/hydroxide-0.2.27.ebuild 
b/net-mail/hydroxide/hydroxide-0.2.27.ebuild
new file mode 100644
index 0..ab55861c1
--- /dev/null
+++ b/net-mail/hydroxide/hydroxide-0.2.27.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module multiprocessing
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emersion/hydroxide.git;
+else
+   inherit verify-sig
+   
SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz
+   verify-sig? ( 
https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz.sig )
+   
https://github.com/sevz17/go-deps/releases/download/${P}/${P}-deps.tar.xz
+   "
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/emersion.asc"
+   BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-emersion )"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A third-party, open-source ProtonMail CardDAV, IMAP and SMTP 
bridge"
+HOMEPAGE="https://github.com/emersion/hydroxide;
+
+LICENSE="MIT BSD"
+SLOT="0"
+
+src_unpack() {
+   if [[ "${PV}" == "" ]]; then
+   git-r3_src_unpack
+   go-module_live_vendor
+   else
+   if use verify-sig; then
+   verify-sig_verify_detached 
"${DISTDIR}"/"${P}".tar.gz{,.sig}
+   fi
+   go-module_src_unpack
+   fi
+}
+
+src_compile() {
+   ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
+}
+
+src_install() {
+   default
+   dobin "${PN}"
+}
+
+pkg_postinst() {
+   elog ""
+   elog "In order to use ${PN} you need to read"
+   elog "https://github.com/emersion/hydroxide#installing;
+   elog ""
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/

2023-04-21 Thread Leonardo Hernandez
commit: 466f9093734c13aff8707a61cfcc1385a1cb1d8f
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Fri Apr 21 21:54:29 2023 +
Commit: Leonardo Hernandez  proton  me>
CommitDate: Fri Apr 21 22:09:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=466f9093

net-mail/hydroxide: add 0.2.26

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 net-mail/hydroxide/Manifest|  3 ++
 net-mail/hydroxide/hydroxide-0.2.26.ebuild | 54 ++
 2 files changed, 57 insertions(+)

diff --git a/net-mail/hydroxide/Manifest b/net-mail/hydroxide/Manifest
index 110dc2800..94ef3f80b 100644
--- a/net-mail/hydroxide/Manifest
+++ b/net-mail/hydroxide/Manifest
@@ -4,3 +4,6 @@ DIST hydroxide-0.2.23.tar.gz.sig 566 BLAKE2B 
f8ba4f03ea9dd41f79cade5acdf19ef29ed
 DIST hydroxide-0.2.24-deps.tar.xz 68892640 BLAKE2B 
6d30090862dbe9df1978e04c6e5e5e8f93ab1e7c8403eafaab82040f40aff80efe4032584701fb926af8c972bee6f63aae2a52cd2a594df1f79d459dac2e015b
 SHA512 
c8cb7621c34369af15a6c47a8ac6bd9245c52ea65c20ddcdd894062a3a5f2b46f436aa184093b25fad3338287f1d4d64a857e305cf000191bb4644e43e1d26f0
 DIST hydroxide-0.2.24.tar.gz 43788 BLAKE2B 
ea7cd766531fad4eff57ec0a87c6dcc964a15116fbfc21b7a7cce503f57618c192f91560756ee09a21d7d7ffcd6d818dbfdfde501e8a44a8253de7e7941bf0bb
 SHA512 
925e7516cffbb06ea8fa8cbc25fce18832ad78da747c9b77a83db96f8bf8d05f05bcb300b972d9f6cf62a794a330f3efc086f32021ddaf608603f10462699583
 DIST hydroxide-0.2.24.tar.gz.sig 566 BLAKE2B 
49a0fcd5f4d70f37fde0f77cc50f03749a5dfe0b9c83c565b283f996127762fc204d4b04f0b0797b12c98840a72f2328fdb5fbccb180d4fbd4000d4e7b3fde38
 SHA512 
e0fb3308012111af91ee593b1ea998b0ae3e61a3ce947a0dbe08e88728ecce6a9da035a785bbac7e58905e68951935f20096b0035fa475346c259c1344104656
+DIST hydroxide-0.2.26-deps.tar.xz 128526636 BLAKE2B 
50381725b624a2e0d7f4fcab3ef40663f1d0cb0dd64a868280aed47ceffe4e97f51835e805800d0a8a2b365eee64ceaf49d81e1396442df5d2159b74a8b97bab
 SHA512 
cdf406352031ecc47a360a56a88554fc3b5a5079df9a063abf5c5bdd7bbbdc945436b1a63e58bd2bd810dc43c6787fced2d05e9a1f4acc8b6474a660d6e7b4f9
+DIST hydroxide-0.2.26.tar.gz 44023 BLAKE2B 
0842af01d89dbfc7aae2c5ae543d18c104ee905961628055d08f62f2115ff4cecef4a03775b77c29ec97c838009c380573387640ce1247737b11c0707178
 SHA512 
1d4dfa9de6c489948bf4e76524c53b02e925ee078b34b55067e437a3c27decc297415d4c1b62ad1a928af828ed3c460e4b5890a407be4c02267697a7c1063330
+DIST hydroxide-0.2.26.tar.gz.sig 566 BLAKE2B 
75eb9efe93eebeec2f055076fb83c57cb84465ec02fd5bea9ba52a73499b64ce9d8dc6ebdcbe5f24b7b636f5f41766d82c18ab9411a63e7126115030557119dc
 SHA512 
9aaf30b6adcc856a1665075b8fdf9abd819aa965a1abe6d0ebc0205a09656c33298063d6da2ae564c2a0122601f49ced2394d84486cd46130ecacf91760fe097

diff --git a/net-mail/hydroxide/hydroxide-0.2.26.ebuild 
b/net-mail/hydroxide/hydroxide-0.2.26.ebuild
new file mode 100644
index 0..f75d823e4
--- /dev/null
+++ b/net-mail/hydroxide/hydroxide-0.2.26.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module multiprocessing
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emersion/hydroxide.git;
+else
+   inherit verify-sig
+   
SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz
+   verify-sig? ( 
https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz.sig )
+   https://gitlab.com/sevz17/go-deps/-/raw/main/${P}-deps.tar.xz
+   "
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/emersion.asc"
+   BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-emersion )"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A third-party, open-source ProtonMail CardDAV, IMAP and SMTP 
bridge"
+HOMEPAGE="https://github.com/emersion/hydroxide;
+
+LICENSE="MIT BSD"
+SLOT="0"
+
+src_unpack() {
+   if [[ "${PV}" == "" ]]; then
+   git-r3_src_unpack
+   go-module_live_vendor
+   else
+   if use verify-sig; then
+   verify-sig_verify_detached 
"${DISTDIR}"/"${P}".tar.gz{,.sig}
+   fi
+   go-module_src_unpack
+   fi
+}
+
+src_compile() {
+   ego build -v -x -p "$(makeopts_jobs)" ./cmd/hydroxide
+}
+
+src_install() {
+   default
+   dobin "${PN}"
+}
+
+pkg_postinst() {
+   elog ""
+   elog "In order to use ${PN} you need to read"
+   elog "https://github.com/emersion/hydroxide#installing;
+   elog ""
+}



[gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/

2023-01-12 Thread Leonardo Hernandez
commit: e94b48033af0cebeb425f400ae089cb8840b44cb
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Thu Jan 12 20:03:42 2023 +
Commit: Leonardo Hernandez  proton  me>
CommitDate: Thu Jan 12 20:06:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e94b4803

net-mail/hydroxide: add github upstream metadata

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 net-mail/hydroxide/metadata.xml | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/net-mail/hydroxide/metadata.xml b/net-mail/hydroxide/metadata.xml
index def2ea81f..e1833c639 100644
--- a/net-mail/hydroxide/metadata.xml
+++ b/net-mail/hydroxide/metadata.xml
@@ -1,12 +1,13 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   leohdz...@proton.me
-   Leonardo Hernández Hernández
-   
-   
-   https://github.com/emersion/hydroxide/issues
-   
https://github.com/emersion/hydroxide/blob/master/README.md
-   
+  
+leohdz...@proton.me
+Leonardo Hernández Hernández
+  
+  
+https://github.com/emersion/hydroxide/issues
+https://github.com/emersion/hydroxide/blob/master/README.md
+emersion/hydroxide
+  
 



[gentoo-commits] repo/proj/guru:dev commit in: net-mail/hydroxide/

2022-09-21 Thread Leonardo Hernandez
commit: 950e0e64f3170003f2292e351725d841ac629a38
Author: Leonardo Hernández Hernández  outlook  com>
AuthorDate: Thu Sep 22 05:10:47 2022 +
Commit: Leonardo Hernandez  outlook  com>
CommitDate: Thu Sep 22 05:40:13 2022 +
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  outlook.com>

 net-mail/hydroxide/hydroxide-0.2.23.ebuild | 8 +++-
 net-mail/hydroxide/hydroxide-0.2.24.ebuild | 8 +++-
 net-mail/hydroxide/hydroxide-.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}" == "" ]]; 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}" == "" ]]; 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-.ebuild 
b/net-mail/hydroxide/hydroxide-.ebuild
index ef3cb95b9..f75d823e4 100644
--- a/net-mail/hydroxide/hydroxide-.ebuild
+++ b/net-mail/hydroxide/hydroxide-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit go-module
+inherit go-module multiprocessing
 
 if [[ "${PV}" == "" ]]; 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}"
 }