sys-apps/pacman: QA/New upstream URL and empty line

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-08-05 14:22:52 +02:00
parent 24c8e7f66f
commit 45162fe70a
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<pkgmetadata> <pkgmetadata>
<upstream> <upstream>
<bugs-to>mailto:pacman-dev@archlinux.org</bugs-to> <bugs-to>mailto:pacman-dev@archlinux.org</bugs-to>
<changelog>https://git.archlinux.org/pacman.git/tree/NEWS</changelog> <changelog>https://gitlab.archlinux.org/pacman/pacman/-/blob/master/NEWS</changelog>
<doc>https://archlinux.org/pacman/</doc> <doc>https://archlinux.org/pacman/</doc>
</upstream> </upstream>
<maintainer type="person"> <maintainer type="person">

View File

@ -10,7 +10,7 @@ HOMEPAGE="https://archlinux.org/pacman/ https://wiki.archlinux.org/title/Pacman"
if [[ "${PV}" == *9999 ]]; then if [[ "${PV}" == *9999 ]]; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://git.archlinux.org/pacman.git" EGIT_REPO_URI="https://gitlab.archlinux.org/pacman/pacman"
else else
SRC_URI="https://sources.archlinux.org/other/pacman/${P}.tar.xz" SRC_URI="https://sources.archlinux.org/other/pacman/${P}.tar.xz"
# Do *not* re-add ~x86! # Do *not* re-add ~x86!
@ -64,7 +64,6 @@ src_configure() {
} }
pkg_postinst() { pkg_postinst() {
/usr/bin/pacman-key --init || die /usr/bin/pacman-key --init || die
/usr/bin/pacman-key --populate archlinux || die /usr/bin/pacman-key --populate archlinux || die