summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2018-08-08 10:05:10 -0400
committerJustin Bronder <jsbronder@gentoo.org>2018-08-08 10:05:10 -0400
commit8927c2699c3f65ca89d7358bb2f5763c4532a7a3 (patch)
tree46e669443eda41c86a114350550bdec02345c8ed /sys-auth/munge
parentapp-i18n/sunpinyin-data: drop old (diff)
downloadgentoo-8927c2699c3f65ca89d7358bb2f5763c4532a7a3.tar.gz
gentoo-8927c2699c3f65ca89d7358bb2f5763c4532a7a3.tar.bz2
gentoo-8927c2699c3f65ca89d7358bb2f5763c4532a7a3.zip
sys-auth/munge: drop old
Fixes #663034 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-auth/munge')
-rw-r--r--sys-auth/munge/Manifest2
-rw-r--r--sys-auth/munge/munge-0.5.11-r1.ebuild65
-rw-r--r--sys-auth/munge/munge-0.5.12.ebuild63
3 files changed, 0 insertions, 130 deletions
diff --git a/sys-auth/munge/Manifest b/sys-auth/munge/Manifest
index 50b6f02c0a9e..9f026d6198fb 100644
--- a/sys-auth/munge/Manifest
+++ b/sys-auth/munge/Manifest
@@ -1,4 +1,2 @@
DIST munge-0.5.10.tar.bz2 424285 BLAKE2B 07c6423ba799400e9a99e3f33a7dee61ed35b8caa8b290f7da5ffc1e7fbdc37ad985d10101b9a18ccae4ca4274c44999549f9754b0e782cda98976b5f15e3f30 SHA512 b1b780d205d6cfbadfe6096156840d559c70de5b0023cbd604acfc29e1135036c98a949981d5c022e994c77213ee3d8d70e8fe825b645b030ad1adef92ed9479
-DIST munge-0.5.11.tar.bz2 423232 BLAKE2B ffa8da9d94464a0f646b39b286efa94bd65ceee8910a2dc734569a3fa0c945c0130ab3aa10b9ce71a12f029e8915dd2e41c74ab87663bdf0e37bd468547f9f73 SHA512 b9d4cd76c4fe605ad67934af48809205de0f0e5fa1a10dd3b6e382da2cb8bc274bd2a8c0d4bc49d1d58155bf008945a584afd0b6e01cc8052aa1d21c8de2815b
-DIST munge-0.5.12.tar.xz 370160 BLAKE2B f9c268732d1d49351d93593fb2bc1b3fb8b33cd43fe238407e2544c714ee836447d78cbc599b796c458b317436dd162e23883f71694115d61a796dfb0beae156 SHA512 088f5ee7f5f37011d90666b87db05de6a2b8bb7cec1b43167bc3459cb365a45ebdf09d583095fabdc1e547c3c96433ca9d71a79ff05b983e8623f8d429a6852b
DIST munge-0.5.13.tar.xz 389952 BLAKE2B 67887469dccf0f4e136a3fba12660dd8d0bfbd5d5024582c6be164b7e837959380ee9d09055ea95db2a307b1da75a8e7c643844fceb56b8a35f59ab7b1b811d8 SHA512 2e024c0438f9208379a037daabd1c31f206820ab74a410e2bb69870755e99f9c9fbf60c294c96941008bc43425fbb31dd2374e5f088b7978479e7c65816e9002
diff --git a/sys-auth/munge/munge-0.5.11-r1.ebuild b/sys-auth/munge/munge-0.5.11-r1.ebuild
deleted file mode 100644
index ee2f11fd1508..000000000000
--- a/sys-auth/munge/munge-0.5.11-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils user
-
-DESCRIPTION="An authentication service for creating and validating credentials"
-HOMEPAGE="https://github.com/dun/munge"
-SRC_URI="https://github.com/dun/munge/releases/download/munge-${PV}/munge-${PV}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="gcrypt"
-
-DEPEND="
- app-arch/bzip2
- sys-libs/zlib
- gcrypt? ( dev-libs/libgcrypt:0 )
- !gcrypt? ( dev-libs/openssl:0 )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewgroup munge
- enewuser munge -1 -1 /var/lib/munge munge
-}
-
-src_prepare() {
- # Accepted upstream, https://github.com/dun/munge/pull/40
- epatch "${FILESDIR}"/fixed-recursive-use-of-make-in-makefiles.patch
-
- hprefixify config/x_ac_path_openssl.m4
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --localstatedir="${EPREFIX}"/var \
- --with-crypto-lib=$(usex gcrypt libgcrypt openssl)
-}
-
-src_install() {
- local d
-
- default
-
- # 450830
- if [ -d "${ED}"/var/run ]; then
- rm -rf "${ED}"/var/run || die
- fi
-
- dodir /etc/munge
-
- for d in "init.d" "default" "sysconfig"; do
- if [ -d "${ED}"/etc/${d} ]; then
- rm -r "${ED}"/etc/${d} || die
- fi
- done
-
- newconfd "$(prefixify_ro "${FILESDIR}"/${PN}d.confd)" ${PN}d
- newinitd "$(prefixify_ro "${FILESDIR}"/${PN}d.initd)" ${PN}d
-}
diff --git a/sys-auth/munge/munge-0.5.12.ebuild b/sys-auth/munge/munge-0.5.12.ebuild
deleted file mode 100644
index 1c250f99b3f6..000000000000
--- a/sys-auth/munge/munge-0.5.12.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools user
-
-DESCRIPTION="An authentication service for creating and validating credentials"
-HOMEPAGE="https://github.com/dun/munge"
-SRC_URI="https://github.com/dun/munge/releases/download/munge-${PV}/munge-${PV}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gcrypt"
-
-DEPEND="
- app-arch/bzip2
- sys-libs/zlib
- gcrypt? ( dev-libs/libgcrypt:0 )
- !gcrypt? ( dev-libs/openssl:0 )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewgroup munge
- enewuser munge -1 -1 /var/lib/munge munge
-}
-
-src_prepare() {
- default
-
- hprefixify config/x_ac_path_openssl.m4
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --localstatedir="${EPREFIX}"/var \
- --with-crypto-lib=$(usex gcrypt libgcrypt openssl)
-}
-
-src_install() {
- local d
-
- default
-
- # 450830
- if [ -d "${ED}"/var/run ]; then
- rm -rf "${ED}"/var/run || die
- fi
-
- dodir /etc/munge
-
- for d in "init.d" "default" "sysconfig"; do
- if [ -d "${ED}"/etc/${d} ]; then
- rm -r "${ED}"/etc/${d} || die
- fi
- done
-
- newconfd "$(prefixify_ro "${FILESDIR}"/${PN}d.confd)" ${PN}d
- newinitd "$(prefixify_ro "${FILESDIR}"/${PN}d.initd)" ${PN}d
-}