From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/i2pd-tools/
Date: Sun, 30 Jun 2024 04:10:52 +0000 (UTC) [thread overview]
Message-ID: <1719715044.2179b0bd278f30b2e99890d8e491b12d4479e86c.cybertailor@gentoo> (raw)
commit: 2179b0bd278f30b2e99890d8e491b12d4479e86c
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jun 30 02:37:24 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jun 30 02:37:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2179b0bd
app-admin/i2pd-tools: add 2024.05.08, drop 0.2023.05.26
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-admin/i2pd-tools/Manifest | 3 ++-
...023.05.26.ebuild => i2pd-tools-2024.05.08.ebuild} | 20 +++++++++++++++-----
2 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/app-admin/i2pd-tools/Manifest b/app-admin/i2pd-tools/Manifest
index 8e3d4e6d8..170b9c09e 100644
--- a/app-admin/i2pd-tools/Manifest
+++ b/app-admin/i2pd-tools/Manifest
@@ -1,3 +1,4 @@
DIST i2pd-a6bd827.tar.gz 650322 BLAKE2B 74a9c686f0468c10b09d54d02445ced9df79bf152b7953cf999b2914fcf61ea38b189524692af7318a1c064a31ab3a888d4cf8a0c01734f6225c4705717cd280 SHA512 008d59c5b7edae2664dcd0bef712572f51f7520de5f5f25da69cba2b81278d3b9ee8a323cabd1c96bc73d28234085e12247f5d2e796e00bb7a4a322b42278367
-DIST i2pd-tools-0.2023.05.26.tar.gz 19457 BLAKE2B a1c9f4edd812affafd16cc9dda70b6165d095207c00c3dc19d692cbea38d64795be5f8d6ebaba89360788ce931860a56f250e03edbe3df6fb0f0e5b83c86db89 SHA512 491e704936e67c7baa1395c77fbc0b5746855ba99ed3fa16731ea8f6a570157c5a7b53eb7bb46efec691d0583dafca75bd42903495c2c0776625a7dbd6f38651
+DIST i2pd-c98926a.tar.gz 673645 BLAKE2B 3197b78573e2b1f8b6592e804f6342ffc84c625fa3f9aafbe610e81c13a5e8c84c33f225c45ecb653be45c3c727057ce2fccad1c04347b41de36717fb67de934 SHA512 ba12fda3124bcf1e1bdc3e1594c065241b80cb61a532352c2f9632cc3f309e3d957013adf4fc0a16f97624503a7a02b958d128833747b083777629fdc89cb5f4
DIST i2pd-tools-2023.09.06.tar.gz 22556 BLAKE2B a3c93c8f7e7f359099c3f730587d38870e44bf4dd0314df7be146e2423cf099691871702064c7b77d8f0e8d588ac991390cdad03be6ee72afb2304639e53cee4 SHA512 366ad92232889550ef3a4463b967d2959823cd8b423185b38b294b3d8d1790adcb821c609dde86bc0cda4b6ec86c20340a1496c57577599e699621545d247427
+DIST i2pd-tools-2024.05.08.tar.gz 22594 BLAKE2B af3abcb44e437c8a84da3be3cfbc830e12b3f141fea34b4fa644bf01c9a0cc6dda9ac4049a6d68ec26e63e611871ca070310e70a8732fdab00aada9b9e604cb1 SHA512 a5073c9dac1addc0e91d6fa7601b7f140c9ff084bdad2e5bf29448afc918a50441c5326bd5e616e8cf0323251a3bb7ba1ffd13e4fbdac2ecb3a02b021359cb07
diff --git a/app-admin/i2pd-tools/i2pd-tools-0.2023.05.26.ebuild b/app-admin/i2pd-tools/i2pd-tools-2024.05.08.ebuild
similarity index 72%
rename from app-admin/i2pd-tools/i2pd-tools-0.2023.05.26.ebuild
rename to app-admin/i2pd-tools/i2pd-tools-2024.05.08.ebuild
index 21523c026..68d443701 100644
--- a/app-admin/i2pd-tools/i2pd-tools-0.2023.05.26.ebuild
+++ b/app-admin/i2pd-tools/i2pd-tools-2024.05.08.ebuild
@@ -5,8 +5,8 @@ EAPI=8
inherit toolchain-funcs
-COMMIT="40d335a4279aec7f227209831d79a4d8304111a2"
-I2PD_COMMIT="a6bd8275ca496c75c84d7eb890c0071569d28f55" # keep in sync with bundled version
+COMMIT="d7a079ad644be3e55d2f7c5074a732166ffec19f"
+I2PD_COMMIT="c98926abf2dcd3cbe2cbbfc00a9e9159240c3df9" # keep in sync with bundled version
DESCRIPTION="Some useful tools for I2P"
HOMEPAGE="https://github.com/PurpleI2P/i2pd-tools"
SRC_URI="
@@ -18,6 +18,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
+IUSE="cpu_flags_x86_aes"
DEPEND="
dev-libs/boost:=
@@ -28,7 +29,6 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-0.2023.03.12-nodebug.patch
- "${FILESDIR}"/${PN}-0.2023.03.12-flags.patch
)
src_unpack() {
@@ -39,7 +39,17 @@ src_unpack() {
}
src_configure() {
- tc-export CXX
+ tc-export AR CXX
+}
+
+src_compile() {
+ mymakeflags=(
+ CXXFLAGS="${CXXFLAGS}"
+ LDFLAGS="${LDFLAGS}"
+ USE_AESNI="$(usex cpu_flags_x86_aes)"
+ )
+
+ emake "${mymakeflags[@]}"
}
src_install() {
@@ -47,7 +57,7 @@ src_install() {
# extracted from Makefile
binaries=(
- keygen keyinfo famtool routerinfo regaddr regaddr_3ld vain
+ vain keygen keyinfo famtool routerinfo regaddr regaddr_3ld
i2pbase64 offlinekeys b33address regaddralias x25519 verifyhost
)
dobin "${binaries[@]}"
next reply other threads:[~2024-06-30 4:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-30 4:10 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-20 6:16 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/i2pd-tools/ Anna Vyalkova
2023-11-25 18:15 Anna Vyalkova
2023-05-08 4:09 Anna Vyalkova
2023-03-21 1:31 Anna Vyalkova
2023-03-20 6:00 Anna Vyalkova
2022-11-26 13:51 Anna Vyalkova
2022-11-03 3:09 Anna Vyalkova
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=1719715044.2179b0bd278f30b2e99890d8e491b12d4479e86c.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--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