2015-08-14 13:17:07 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
|
2015-08-14 15:25:37 +00:00
|
|
|
source "/etc/paludis/hooks/set_portdir.bash"
|
2015-08-14 13:17:07 +00:00
|
|
|
|
2015-08-17 16:08:31 +00:00
|
|
|
ebegin "Updating herds.xml"
|
|
|
|
wget -O "${PORTDIR}"/metadata/herds.xml https://api.gentoo.org/packages/herds.xml
|
|
|
|
eend $?
|