Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/monit/
Date: Wed, 30 May 2018 08:22:43
Message-Id: 1527668554.b5b2a1ab6ab04d42359a0831f8925f65fea17830.polynomial-c@gentoo
1 commit: b5b2a1ab6ab04d42359a0831f8925f65fea17830
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 30 08:22:18 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed May 30 08:22:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b2a1ab
7
8 app-admin/monit: Removed old.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-admin/monit/Manifest | 2 --
13 app-admin/monit/monit-5.24.0.ebuild | 51 -------------------------------------
14 app-admin/monit/monit-5.25.0.ebuild | 51 -------------------------------------
15 3 files changed, 104 deletions(-)
16
17 diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
18 index 55cd2df767a..8441f30c47d 100644
19 --- a/app-admin/monit/Manifest
20 +++ b/app-admin/monit/Manifest
21 @@ -1,5 +1,3 @@
22 DIST monit-5.23.0.tar.gz 1298472 BLAKE2B 8cc580c1a9947e43703eff3593992d6ad53380918ccab17e0294c195469953f2ae617b8f8360d16b77264012da0aba99dc072d7ff3e3fc66429b3b8f33adb098 SHA512 6ca3de51c7fdb8a677feafb684dc459f4064539fe5501dfa53a2027bb7b1e6f6121b7fa593c9e373f009d2fd0eeca2b9dd659c337f056dfe769908a3aa7ec5b8
23 -DIST monit-5.24.0.tar.gz 1352660 BLAKE2B 6759d1c75adcd089a7e3a5e48150b1ea0fcd6ab7dd1f8f3018c0a48a5a2b648bc353a99785f140d7d4cc0715b1d3c4057d26a763ec268d6dce56f96f66071bbc SHA512 5260a1b543495c650e2e91ad38129c65253ce6649150e0e51d11b2902723cb7dd8e1a874c473bec3ba5b51721f2b61fdec92cf445f11cc217c1a6fcc0fab1a1e
24 -DIST monit-5.25.0.tar.gz 1353674 BLAKE2B a187ec1de14934f3e54bccaaf1dbf98eba57f8f06b6c43057060b63ed39f351732dd720f5026dd94bc814528a4bb685c0e342a9990f2e12f08399de4e0852a84 SHA512 6a0a3e81a97846420785026d108f2640986d0c24ecde55faf522dd7891ecdc2237c40667ec7b63a53358539c18870927cd75eb4c24cbb4b8ff73c54c267e70c5
25 DIST monit-5.25.1.tar.gz 1353855 BLAKE2B 5abef9c97088b12ab376e67f2524534ad1b0e2e3dfa98d5f5fdd8a6fc2331ead57d77aa1d8229a0825cbb36871b063006b74dc98dd780baef8aaca1da5c6c74c SHA512 b21b18302aed602f9371f7dee29f7306dbccd355df333bc6d868acdb6c054cef877dee72e261383938fe1d10121cd07e820e040ea80ed70260fdda8b451f6ab1
26 DIST monit-5.25.2.tar.gz 1354704 BLAKE2B 503660146edba988d0c52d1773dc3d3d6f495b3e3f0ae147be6a4297bf118ad6b5f7289868ad4b61226cf499bd8d6e3aed8f5fec91ff8ff699968f4262f1fd01 SHA512 e9b6ce60bf82c2564a084fc42b65ef432ee35855cad038fe6ae209047abaa1c54cabb4cd75c8a85c1102844a1b90c3c5f8ddbbd56711665b9bea616bcc02ec86
27
28 diff --git a/app-admin/monit/monit-5.24.0.ebuild b/app-admin/monit/monit-5.24.0.ebuild
29 deleted file mode 100644
30 index 0cbe4359523..00000000000
31 --- a/app-admin/monit/monit-5.24.0.ebuild
32 +++ /dev/null
33 @@ -1,51 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit pam systemd
39 -
40 -DESCRIPTION="Monitoring and managing daemons or similar programs running on a Unix system"
41 -HOMEPAGE="http://mmonit.com/monit/"
42 -SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz"
43 -
44 -LICENSE="AGPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
47 -IUSE="libressl pam ssl"
48 -
49 -RDEPEND="
50 - ssl? (
51 - !libressl? ( dev-libs/openssl:0= )
52 - libressl? ( dev-libs/libressl:0= )
53 - )"
54 -DEPEND="${RDEPEND}
55 - sys-devel/flex
56 - sys-devel/bison
57 - pam? ( virtual/pam )"
58 -
59 -src_prepare() {
60 - default
61 -
62 - sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in"
63 -}
64 -
65 -src_configure() {
66 - econf $(use_with ssl) $(use_with pam)
67 -}
68 -
69 -src_install() {
70 - default
71 -
72 - dodoc README
73 -
74 - insinto /etc; insopts -m600; doins monitrc
75 - newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
76 - systemd_dounit "${FILESDIR}"/${PN}.service
77 -
78 - use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
79 -}
80 -
81 -pkg_postinst() {
82 - elog "Sample configurations are available at:"
83 - elog "http://mmonit.com/monit/documentation/"
84 -}
85
86 diff --git a/app-admin/monit/monit-5.25.0.ebuild b/app-admin/monit/monit-5.25.0.ebuild
87 deleted file mode 100644
88 index 0cbe4359523..00000000000
89 --- a/app-admin/monit/monit-5.25.0.ebuild
90 +++ /dev/null
91 @@ -1,51 +0,0 @@
92 -# Copyright 1999-2017 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -inherit pam systemd
97 -
98 -DESCRIPTION="Monitoring and managing daemons or similar programs running on a Unix system"
99 -HOMEPAGE="http://mmonit.com/monit/"
100 -SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz"
101 -
102 -LICENSE="AGPL-3"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
105 -IUSE="libressl pam ssl"
106 -
107 -RDEPEND="
108 - ssl? (
109 - !libressl? ( dev-libs/openssl:0= )
110 - libressl? ( dev-libs/libressl:0= )
111 - )"
112 -DEPEND="${RDEPEND}
113 - sys-devel/flex
114 - sys-devel/bison
115 - pam? ( virtual/pam )"
116 -
117 -src_prepare() {
118 - default
119 -
120 - sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in"
121 -}
122 -
123 -src_configure() {
124 - econf $(use_with ssl) $(use_with pam)
125 -}
126 -
127 -src_install() {
128 - default
129 -
130 - dodoc README
131 -
132 - insinto /etc; insopts -m600; doins monitrc
133 - newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
134 - systemd_dounit "${FILESDIR}"/${PN}.service
135 -
136 - use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
137 -}
138 -
139 -pkg_postinst() {
140 - elog "Sample configurations are available at:"
141 - elog "http://mmonit.com/monit/documentation/"
142 -}