diod: bump 1.0.24, multiarch. munge: bump 0.5.11, multiarch. old versions removed

This commit is contained in:
Denis Knauf 2015-10-01 22:30:14 +02:00
parent 13675c093b
commit 372a1a9157

View file

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