gentoo pkgs list done, untested

This commit is contained in:
2015-07-16 04:07:31 -04:00
parent 43cd3ab4b9
commit 7fb7871daf
3 changed files with 39 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
NAME='Gentoo'
SUPPORTED='yes'
CHECK_METHOD='egrep "^Gentoo\ Base\ System" /etc/gentoo-release'
PKG_MGR='emerge -qD ${pkgname}'
PKG_MGR='emerge -q1Dn ${pkgname}'
PRE_RUN='emerge -q --sync'
PKG_CHK='emerge -qp @installed 2>/dev/null | egrep -E "/${pkgname}-[0-9.]+"'
URL='https://www.gentoo.org/'