2015-08-14 15:46:59 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
|
2015-08-14 21:35:32 +02:00
|
|
|
source "/etc/paludis/hooks/set_portdir.bash"
|
2015-08-14 15:46:59 +02:00
|
|
|
|
2015-08-17 17:45:49 +02:00
|
|
|
ebegin "Updating herds.xml"
|
|
|
|
|
wget -O "${PORTDIR}"/metadata/herds.xml https://api.gentoo.org/packages/herds.xml
|
|
|
|
|
eend $?
|
2015-08-14 15:46:59 +02:00
|
|
|
|