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

master
Denis Knauf 2015-10-01 22:30:14 +02:00
parent 13675c093b
commit 372a1a9157
1 changed files with 6 additions and 6 deletions

View File

@ -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 <<EOF
D /run/munge 0770 munge munge -
EOF