Initial commit

This commit is contained in:
root
2015-10-13 01:20:04 +02:00
commit 78508943df
51 changed files with 592 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
source "/etc/paludis/hooks/set_portdir.bash"
if [[ ${TARGET} == gentoo ]] ; then
ebegin "Updating herds.xml"
wget -q -O "${PORTDIR}"/metadata/herds.xml https://api.gentoo.org/packages/herds.xml
eend $?
fi