public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/
Date: Fri, 30 May 2025 18:38:41 +0000 (UTC)	[thread overview]
Message-ID: <1748630292.01d2ebd6d79c47de310f70609a261eee425ca769.mgorny@gentoo> (raw)

commit:     01d2ebd6d79c47de310f70609a261eee425ca769
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 18:36:57 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 30 18:38:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d2ebd6

app-crypt/argon2: Bump to EAPI 8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-crypt/argon2/Manifest                  |  2 +-
 app-crypt/argon2/argon2-20190702-r1.ebuild | 31 +++++++++++++++++++++---------
 2 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/app-crypt/argon2/Manifest b/app-crypt/argon2/Manifest
index cc1597d7b377..2e11cd960000 100644
--- a/app-crypt/argon2/Manifest
+++ b/app-crypt/argon2/Manifest
@@ -1 +1 @@
-DIST argon2-20190702.tar.gz 1505307 BLAKE2B fa9c3dde7b39c8d797a3d6b52992ebfe35f5eba1c7d7b3aa02c440edc36a3f5186cacee2e39e27ed7c6356dc1970dac0e8198d6f2065eb63ff77f9dfb2937cf8 SHA512 0a4cb89e8e63399f7df069e2862ccd05308b7652bf4ab74372842f66bcc60776399e0eaf979a7b7e31436b5e6913fe5b0a6949549d8c82ebd06e0629b106e85f
+DIST phc-winner-argon2-20190702.tar.gz 1505307 BLAKE2B fa9c3dde7b39c8d797a3d6b52992ebfe35f5eba1c7d7b3aa02c440edc36a3f5186cacee2e39e27ed7c6356dc1970dac0e8198d6f2065eb63ff77f9dfb2937cf8 SHA512 0a4cb89e8e63399f7df069e2862ccd05308b7652bf4ab74372842f66bcc60776399e0eaf979a7b7e31436b5e6913fe5b0a6949549d8c82ebd06e0629b106e85f

diff --git a/app-crypt/argon2/argon2-20190702-r1.ebuild b/app-crypt/argon2/argon2-20190702-r1.ebuild
index fd4e03641a32..dc19e466350f 100644
--- a/app-crypt/argon2/argon2-20190702-r1.ebuild
+++ b/app-crypt/argon2/argon2-20190702-r1.ebuild
@@ -1,21 +1,24 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
+MY_P=phc-winner-${P}
 DESCRIPTION="Password hashing software that won the Password Hashing Competition (PHC)"
-HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2"
-SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2/"
+SRC_URI="
+	https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz
+		-> ${MY_P}.tar.gz
+"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
 SLOT="0/1"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="static-libs"
 
-S="${WORKDIR}/phc-winner-${P}"
-
 DOCS=( argon2-specs.pdf CHANGELOG.md README.md )
 
 src_prepare() {
@@ -44,16 +47,26 @@ src_prepare() {
 }
 
 src_compile() {
-	emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)" PREFIX="${EPREFIX}/usr" \
+	emake \
+		OPTTEST="${OPTTEST}" \
+		LIBRARY_REL="$(get_libdir)" \
+		PREFIX="${EPREFIX}/usr" \
 		ARGON2_VERSION="0~${PV}"
 }
 
 src_test() {
-	emake OPTTEST="${OPTTEST}" test
+	emake \
+		OPTTEST="${OPTTEST}" \
+		test
 }
 
 src_install() {
-	emake OPTTEST="${OPTTEST}" DESTDIR="${ED}" LIBRARY_REL="$(get_libdir)" install
+	emake \
+		OPTTEST="${OPTTEST}" \
+		DESTDIR="${ED}" \
+		LIBRARY_REL="$(get_libdir)" \
+		install
+
 	einstalldocs
 	doman man/argon2.1
 }


             reply	other threads:[~2025-05-30 18:38 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-30 18:38 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-29 14:45 [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/ Sam James
2022-05-19  2:03 Sam James
2022-05-05 23:48 WANG Xuerui
2022-01-30 11:33 James Le Cuirot
2021-12-07 19:33 Sam James
2021-01-11 19:01 Fabian Groffen
2020-12-08 21:55 Sam James
2020-04-08 20:40 Göktürk Yüksek
2020-01-01 22:00 Michał Górny
2020-01-01 19:43 Agostino Sarubbo
2019-12-31 17:45 Michał Górny
2019-12-31  8:18 Agostino Sarubbo
2019-12-31  8:15 Agostino Sarubbo
2019-12-30 15:30 Agostino Sarubbo
2019-12-30 12:29 Agostino Sarubbo
2019-12-29  9:00 Mikle Kolyada
2019-12-28 19:44 Michał Górny
2019-12-28 12:31 Sergei Trofimovich
2019-12-28 10:17 Sergei Trofimovich
2019-12-27 23:15 Aaron Bauman
2019-12-27 16:43 Agostino Sarubbo
2019-10-26 20:35 Sergei Trofimovich
2019-10-23 15:54 Michał Górny
2019-10-23  8:14 Michał Górny
2019-10-23  8:14 Michał Górny
2019-10-23  8:14 Michał Górny
2019-07-31  9:04 Agostino Sarubbo
2019-07-18 10:04 Agostino Sarubbo
2019-07-18 10:03 Agostino Sarubbo
2019-05-12 22:03 Sergei Trofimovich
2019-05-10  4:41 Markus Meier
2019-05-07  6:26 Sergei Trofimovich
2019-04-17 11:49 Mikle Kolyada
2019-04-15 23:55 Aaron Bauman
2019-03-16  4:55 Michael Palimaka
2019-01-08 21:32 Jeroen Roovers
2018-12-30 18:16 Mikle Kolyada
2018-12-06 15:51 Mikle Kolyada
2018-10-24  4:10 Matt Turner
2018-10-17 15:57 Tobias Klausmann
2018-09-22 11:31 Sergei Trofimovich
2018-09-22 11:12 Sergei Trofimovich
2018-09-21  7:02 Sergei Trofimovich
2018-09-20 18:39 Michał Górny
2018-08-30  8:45 Mikle Kolyada
2018-08-29  1:07 Thomas Deutschmann
2018-03-19 18:06 Guilherme Amadio
2018-01-02 17:21 Thomas Deutschmann
2018-01-02 15:50 Craig Andrews
2017-12-21  5:45 Markus Meier
2017-08-21  2:20 Michał Górny
2017-02-02 15:13 Thomas Deutschmann

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=1748630292.01d2ebd6d79c47de310f70609a261eee425ca769.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --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