Сравнение ubuntu-keyring-2020.02.11.2 с ubuntu-keyring-2020.06.17.1
| /usr/portage/app-crypt/ubuntu-keyring/ubuntu-keyring-2020.06.17.1.ebuild 2023-10-09 14:52:28.248368319 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2020 Gentoo Authors |
|
| 1 |
# Copyright 1999-2021 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=7 |
| 5 | 5 | |
| 6 | 6 |
DESCRIPTION="GnuPG archive keys of the Ubuntu archive" |
| 7 |
HOMEPAGE="https://packages.ubuntu.com/cosmic/ubuntu-keyring" |
|
| 7 |
HOMEPAGE="https://packages.ubuntu.com/hirsute/ubuntu-keyring" |
|
| 8 | 8 |
SRC_URI="mirror://ubuntu/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.tar.gz"
|
| 9 | 9 | |
| 10 | 10 |
LICENSE="GPL-2+" |
| ... | ... | |
| 12 | 12 |
KEYWORDS="~amd64 ~ppc64 ~x86" |
| 13 | 13 |
IUSE="" |
| 14 | 14 | |
| 15 |
DOCS=( changelog README ) |
|
| 16 | ||
| 15 | 17 |
src_install() {
|
| 18 |
default |
|
| 16 | 19 |
insinto /usr/share/keyrings/ |
| 17 | 20 |
doins keyrings/*.gpg |
| 18 | ||
| 19 |
dodoc changelog README |
|
| 20 | 21 |
} |