From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- app-admin/monit/monit-5.28.0-r1.ebuild | 57 ---------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 app-admin/monit/monit-5.28.0-r1.ebuild (limited to 'app-admin/monit/monit-5.28.0-r1.ebuild') diff --git a/app-admin/monit/monit-5.28.0-r1.ebuild b/app-admin/monit/monit-5.28.0-r1.ebuild deleted file mode 100644 index ceaf6baf0908..000000000000 --- a/app-admin/monit/monit-5.28.0-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 pam systemd - -DESCRIPTION="Monitoring and managing daemons or similar programs running on a Unix system" -HOMEPAGE="http://mmonit.com/monit/" -SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz" - -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" -IUSE="ipv6 pam ssl" - -RDEPEND="sys-libs/zlib:= - virtual/libcrypt:= - pam? ( sys-libs/pam ) - ssl? ( dev-libs/openssl:0= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/bison - sys-devel/flex -" - -src_prepare() { - default - sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die -} - -src_configure() { - local myeconfargs=( - $(use_with ipv6) - $(use_with pam) - $(use_with ssl) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - - insinto /etc; insopts -m600; doins monitrc - newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit - systemd_dounit "${FILESDIR}"/${PN}.service - - use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN} - - dobashcomp system/bash/monit -} - -pkg_postinst() { - elog "Sample configurations are available at:" - elog "http://mmonit.com/monit/documentation/" -} -- cgit v1.2.3