From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/munge/
Date: Sun, 9 Feb 2020 12:12:15 +0000 (UTC) [thread overview]
Message-ID: <1581250331.73f7d8683f308b6f43546b2d92c4772d5bd745e6.zlogene@gentoo> (raw)
commit: 73f7d8683f308b6f43546b2d92c4772d5bd745e6
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 12:11:41 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 12:12:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f7d868
sys-auth/munge: Drop old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
sys-auth/munge/Manifest | 1 -
sys-auth/munge/munge-0.5.10-r2.ebuild | 62 -------------------------------
sys-auth/munge/munge-0.5.13.ebuild | 69 -----------------------------------
3 files changed, 132 deletions(-)
diff --git a/sys-auth/munge/Manifest b/sys-auth/munge/Manifest
index 9f026d6198f..5a684b9ed3a 100644
--- a/sys-auth/munge/Manifest
+++ b/sys-auth/munge/Manifest
@@ -1,2 +1 @@
-DIST munge-0.5.10.tar.bz2 424285 BLAKE2B 07c6423ba799400e9a99e3f33a7dee61ed35b8caa8b290f7da5ffc1e7fbdc37ad985d10101b9a18ccae4ca4274c44999549f9754b0e782cda98976b5f15e3f30 SHA512 b1b780d205d6cfbadfe6096156840d559c70de5b0023cbd604acfc29e1135036c98a949981d5c022e994c77213ee3d8d70e8fe825b645b030ad1adef92ed9479
DIST munge-0.5.13.tar.xz 389952 BLAKE2B 67887469dccf0f4e136a3fba12660dd8d0bfbd5d5024582c6be164b7e837959380ee9d09055ea95db2a307b1da75a8e7c643844fceb56b8a35f59ab7b1b811d8 SHA512 2e024c0438f9208379a037daabd1c31f206820ab74a410e2bb69870755e99f9c9fbf60c294c96941008bc43425fbb31dd2374e5f088b7978479e7c65816e9002
diff --git a/sys-auth/munge/munge-0.5.10-r2.ebuild b/sys-auth/munge/munge-0.5.10-r2.ebuild
deleted file mode 100644
index f8a071127fc..00000000000
--- a/sys-auth/munge/munge-0.5.10-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit user
-
-DESCRIPTION="An authentication service for creating and validating credentials"
-HOMEPAGE="https://code.google.com/p/munge/"
-SRC_URI="https://munge.googlecode.com/files/${P}.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 )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewgroup munge
- enewuser munge -1 -1 /var/lib/munge munge
-}
-
-src_configure() {
- local conf=""
-
- if use gcrypt; then
- conf="${conf} --with-crypto-lib=libgcrypt"
- else
- conf="${conf} --with-crypto-lib=openssl"
- fi
-
- econf ${conf} \
- --localstatedir=/var
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- # 450830
- if [ -d "${D}"/var/run ]; then
- rm -rf "${D}"/var/run || die
- fi
-
- dodir /etc/munge
-
- [ -d "${D}"/etc/init.d ] && rm -r "${D}"/etc/init.d
- [ -d "${D}"/etc/default ] && rm -r "${D}"/etc/default
- [ -d "${D}"/etc/sysconfig ] && rm -r "${D}"/etc/sysconfig
-
- newconfd "${FILESDIR}"/${PN}d.confd ${PN}d
- newinitd "${FILESDIR}"/${PN}d.initd ${PN}d
-}
-
-src_test() {
- emake check
-}
diff --git a/sys-auth/munge/munge-0.5.13.ebuild b/sys-auth/munge/munge-0.5.13.ebuild
deleted file mode 100644
index 0c918321242..00000000000
--- a/sys-auth/munge/munge-0.5.13.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools user prefix
-
-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="debug gcrypt static-libs"
-
-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) \
- $(use_enable debug) \
- $(use_enable static-libs static)
-}
-
-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
-
- if ! use static-libs; then
- find "${D}" -name '*.la' -delete || die
- fi
-}
next reply other threads:[~2020-02-09 12:12 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-09 12:12 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-17 21:50 [gentoo-commits] repo/gentoo:master commit in: sys-auth/munge/ Mike Gilbert
2023-08-03 10:28 Arthur Zamarin
2023-07-04 22:40 Sam James
2023-07-04 22:23 Sam James
2023-07-04 22:23 Sam James
2023-07-04 22:13 Sam James
2023-06-03 7:41 WANG Xuerui
2022-11-18 2:20 Sam James
2022-02-02 6:21 Sam James
2021-09-26 19:36 Conrad Kostecki
2021-07-18 16:18 Conrad Kostecki
2021-07-18 16:18 Conrad Kostecki
2021-07-05 13:25 Marek Szuba
2019-12-28 15:49 Mikle Kolyada
2019-12-25 20:22 Sergei Trofimovich
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 12:44 Agostino Sarubbo
2019-01-02 13:02 Justin Lecher
2018-08-08 14:05 Justin Bronder
2017-11-12 21:08 Justin Lecher
2017-07-09 18:48 Justin Lecher
2016-08-02 9:45 Benda XU
2016-06-01 23:06 Justin Bronder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1581250331.73f7d8683f308b6f43546b2d92c4772d5bd745e6.zlogene@gentoo \
--to=zlogene@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox