New package: portage-2.3.51

This commit is contained in:
teldra 2018-06-18 11:57:53 +02:00 committed by maxice8
parent d37ff82f13
commit 5adf42459a

22
srcpkgs/portage/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'portage'
pkgname=portage
version=2.3.51
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=python3-module
pycompile_module="portage _emerge"
make_install_args="--sbindir=/usr/bin"
hostmakedepends="python3"
depends="python3 rsync xmlto eselect"
short_desc="Gentoo's package management system"
maintainer="teldra <teldra@rotce.de>"
license="GPL-2.0-only"
homepage="https://wiki.gentoo.org/wiki/Portage"
distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=1d617cbdebfd46253d056ed3b5af18b6021f6e6c17caa94a5f0fe687ec359465
conf_files="
/etc/dispatch-conf.conf
/etc/etc-update.conf
/etc/logrotate.d/elog-save-summary
/etc/portage/repo.postsync.d/example"