mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
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:
parent
6af1b92175
commit
c32f36bbc3
1 changed files with 13 additions and 10 deletions
|
@ -1,21 +1,24 @@
|
|||
# Template file for 'portage'
|
||||
pkgname=portage
|
||||
version=3.0.32
|
||||
revision=2
|
||||
version=3.0.44
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
make_install_args="--sbindir=/usr/bin"
|
||||
hostmakedepends="python3"
|
||||
depends="python3 rsync xmlto eselect tar zstd"
|
||||
checkdepends="tar zstd"
|
||||
checkdepends="tar zstd gnupg"
|
||||
short_desc="Gentoo's package management system"
|
||||
maintainer="teldra <teldra@rotce.de>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://wiki.gentoo.org/wiki/Portage"
|
||||
changelog="https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES"
|
||||
distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=442c028fb8c8926491bc92f0d4d25a5ffabb1750d10f9c056471c1768a9202a2
|
||||
changelog="https://gitweb.gentoo.org/proj/portage.git/plain/NEWS"
|
||||
distfiles="https://github.com/gentoo/portage/archive/portage-${version}.tar.gz"
|
||||
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="
|
||||
/etc/dispatch-conf.conf
|
||||
/etc/etc-update.conf
|
||||
/etc/logrotate.d/elog-save-summary"
|
||||
conf_files="/etc/dispatch-conf.conf
|
||||
/etc/etc-update.conf
|
||||
/etc/logrotate.d/elog-save-summary"
|
||||
|
|
Loading…
Add table
Reference in a new issue