diff --git a/packages/sys-auth/munge/munge-0.5.10.exheres-0 b/packages/sys-auth/munge/munge-0.5.11.exheres-0 similarity index 83% rename from packages/sys-auth/munge/munge-0.5.10.exheres-0 rename to packages/sys-auth/munge/munge-0.5.11.exheres-0 index 2b1846e..b6c98ba 100644 --- a/packages/sys-auth/munge/munge-0.5.10.exheres-0 +++ b/packages/sys-auth/munge/munge-0.5.11.exheres-0 @@ -1,4 +1,4 @@ -# Denis Knauf +# 2015 Denis Knauf # based on: # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 @@ -7,15 +7,15 @@ require systemd-service SUMMARY="An authentication service for creating and validating credentials" -HOMEPAGE="http://code.google.com/p/munge/" -DOWNLOADS="http://munge.googlecode.com/files/${PNV}.tar.bz2" +HOMEPAGE="http://dun.github.io/munge/" +DOWNLOADS="https://github.com/dun/munge/releases/download/${PNV}/${PNV}.tar.bz2" SLOT="0" #LICENSES="GPL-3" PLATFORMS="~amd64 ~x86" MYOPTIONS="gcrypt systemd" DEPENDENCIES=" - gcrypt? ( dev-libs/libgcrypt[multibuild_c:*(-)?] ) - !gcrypt? ( dev-libs/openssl[multibuild_c:*(-)?] ) + gcrypt? ( dev-libs/libgcrypt ) + !gcrypt? ( dev-libs/openssl ) group/munge user/munge " @@ -59,7 +59,7 @@ src_install() { if option systemd then install_systemd_files - insinto /usr/${LIBDIR}/tmpfiles.d + insinto /usr/$(exhost --target)/lib/tmpfiles.d hereins munge.conf <