forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-crypt/kali-archive-keyring: add 2020.2, drop 2015.2
Signed-off-by: Marek Szuba <[email protected]>
- Loading branch information
Marek Szuba
committed
Nov 22, 2021
1 parent
986d32a
commit 4f1df30
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DIST kali-archive-keyring_2015.2.tar.xz 6448 BLAKE2B 5fe0c7d9e6ac145d046e1d7bcd1002c1799aba7224462691a0f940c5ee362c134c47cce9a60b71476f6b66f2cf6937262fb665dd29faed7e40dbd5a8a11f340f SHA512 3f680fb31f0723f0c4b8aa7053488637c23ef2804a688ad307365c6eaa71b9559dba31c8aee6e9804b9f03e24397c077f4f057e58da8f7e06ffc5d36003d23ad | ||
DIST kali-archive-keyring_2020.2.tar.xz 11388 BLAKE2B 134a3351ac0f1b3a899ef16ee1419b93c656200882b70c5f69e99cfc587d35d2e402792070ce5b7176743d1f70972687d2f2d5aaa3722f684a5976fc3be360d3 SHA512 5c2868c03acb7aef85cd8924da40fb80263879de45cafefb9c9e6c68928081d287cf3fc05ee5dd3c0cb1c938843dc831ccc9672bc7a70689a9c535cb22c92d16 |
11 changes: 4 additions & 7 deletions
11
...eyring/kali-archive-keyring-2015.2.ebuild → ...eyring/kali-archive-keyring-2020.2.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=5 | ||
EAPI=8 | ||
|
||
DESCRIPTION="GnuPG archive keys of the Kali archive" | ||
HOMEPAGE="https://www.kali.org" | ||
SRC_URI="http://http.kali.org/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz" | ||
SRC_URI="https://http.kali.org/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.xz" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND="app-crypt/jetring" | ||
|
||
MAKEOPTS+=' -j1' | ||
BDEPEND="app-crypt/jetring" |