From 80ccaf23a0734b47c31251d7d040480143964ae5 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 22 Feb 2016 20:24:28 +0100 Subject: [PATCH] No herds.xml anymore --- hooks/sync_post/04-sync_gentoo_herds_xml.bash | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 hooks/sync_post/04-sync_gentoo_herds_xml.bash diff --git a/hooks/sync_post/04-sync_gentoo_herds_xml.bash b/hooks/sync_post/04-sync_gentoo_herds_xml.bash deleted file mode 100644 index 804c180..0000000 --- a/hooks/sync_post/04-sync_gentoo_herds_xml.bash +++ /dev/null @@ -1,10 +0,0 @@ -#!/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