Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/
Date: Tue, 02 Jan 2018 17:21:33
Message-Id: 1514913403.39cad2ec9c9430408275d0234c279fe8ff7cde62.whissi@gentoo
1 commit: 39cad2ec9c9430408275d0234c279fe8ff7cde62
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 17:16:43 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 17:16:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cad2ec
7
8 app-crypt/argon2: Add sub slot
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-crypt/argon2/argon2-20161029-r1.ebuild | 4 ++--
13 app-crypt/argon2/argon2-20171227.ebuild | 2 +-
14 app-crypt/argon2/metadata.xml | 3 +++
15 3 files changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/app-crypt/argon2/argon2-20161029-r1.ebuild b/app-crypt/argon2/argon2-20161029-r1.ebuild
18 index 7bc3ecb38fc..1af92a37183 100644
19 --- a/app-crypt/argon2/argon2-20161029-r1.ebuild
20 +++ b/app-crypt/argon2/argon2-20161029-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2"
28 SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
31 -SLOT="0"
32 +SLOT="0/0"
33 KEYWORDS="~amd64 ~arm64 ~x86"
34 IUSE="static-libs"
35
36
37 diff --git a/app-crypt/argon2/argon2-20171227.ebuild b/app-crypt/argon2/argon2-20171227.ebuild
38 index 93273567ab3..053764e3b4b 100644
39 --- a/app-crypt/argon2/argon2-20171227.ebuild
40 +++ b/app-crypt/argon2/argon2-20171227.ebuild
41 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2"
42 SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}.tar.gz"
43
44 LICENSE="|| ( Apache-2.0 CC0-1.0 )"
45 -SLOT="0"
46 +SLOT="0/1"
47 KEYWORDS="~amd64 ~arm64 ~x86"
48 IUSE="static-libs"
49
50
51 diff --git a/app-crypt/argon2/metadata.xml b/app-crypt/argon2/metadata.xml
52 index d4ab4191e92..b877484ca66 100644
53 --- a/app-crypt/argon2/metadata.xml
54 +++ b/app-crypt/argon2/metadata.xml
55 @@ -10,6 +10,9 @@
56 <name>Proxy Maintainers</name>
57 </maintainer>
58 <longdescription>Argon2 is a password hashing tool and library that won the Password Hashing Competition (PHC)</longdescription>
59 + <slots>
60 + <subslots>Reflect ABI of libargon2.so.</subslots>
61 + </slots>
62 <upstream>
63 <remote-id type="github">P-H-C/phc-winner-argon2</remote-id>
64 </upstream>