portage: update to 3.0.44.

with help by
https://github.com/void-linux/void-packages/pull/38353#issuecomment-1405626057
@liarimu
This commit is contained in:
teldra 2022-11-26 02:20:26 +01:00 committed by classabbyamp
parent 6af1b92175
commit c32f36bbc3

View file

@ -1,21 +1,24 @@
# Template file for 'portage' # Template file for 'portage'
pkgname=portage pkgname=portage
version=3.0.32 version=3.0.44
revision=2 revision=1
build_style=python3-module build_style=python3-module
make_install_args="--sbindir=/usr/bin" make_install_args="--sbindir=/usr/bin"
hostmakedepends="python3" hostmakedepends="python3"
depends="python3 rsync xmlto eselect tar zstd" depends="python3 rsync xmlto eselect tar zstd"
checkdepends="tar zstd" checkdepends="tar zstd gnupg"
short_desc="Gentoo's package management system" short_desc="Gentoo's package management system"
maintainer="teldra <teldra@rotce.de>" maintainer="teldra <teldra@rotce.de>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://wiki.gentoo.org/wiki/Portage" homepage="https://wiki.gentoo.org/wiki/Portage"
changelog="https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES" changelog="https://gitweb.gentoo.org/proj/portage.git/plain/NEWS"
distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz" distfiles="https://github.com/gentoo/portage/archive/portage-${version}.tar.gz"
checksum=442c028fb8c8926491bc92f0d4d25a5ffabb1750d10f9c056471c1768a9202a2 checksum=c7171aae7a6d6228b3ecc37819ce4d5c7652a9f47dde4db21d5ce4437d0ae19a
# unshare cannot be used in CI
# https://bugs.gentoo.org/show_bug.cgi?id=680456
# https://forums.gentoo.org/viewtopic-t-1113256-start-0.html
make_check=ci-skip
conf_files=" conf_files="/etc/dispatch-conf.conf
/etc/dispatch-conf.conf /etc/etc-update.conf
/etc/etc-update.conf /etc/logrotate.d/elog-save-summary"
/etc/logrotate.d/elog-save-summary"