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: Thu, 26 May 2016 18:38:30
Message-Id: 1464287900.0fe78f223c04ed38d60c0583be4167ef0e72825d.polynomial-c@gentoo
1 commit: 0fe78f223c04ed38d60c0583be4167ef0e72825d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 18:37:55 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 18:38:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe78f22
7
8 app-admin/monit: Removed old.
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-admin/monit/Manifest | 2 --
14 app-admin/monit/monit-5.16.1.ebuild | 52 -------------------------------------
15 app-admin/monit/monit-5.17.ebuild | 52 -------------------------------------
16 3 files changed, 106 deletions(-)
17
18 diff --git a/app-admin/monit/Manifest b/app-admin/monit/Manifest
19 index a6479a7..877a175 100644
20 --- a/app-admin/monit/Manifest
21 +++ b/app-admin/monit/Manifest
22 @@ -1,5 +1,3 @@
23 DIST monit-5.15.tar.gz 1218043 SHA256 deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c SHA512 7e2b011a89d9b1dc990faf413a38f0c68aea398e25efd5392d6aa1baf50d68ea2db087ea2093c84658a99b7a83d133b23562d5ad11e1197db7a54a2b961177cd WHIRLPOOL e305705583c79b8d861595cae4d000b5832e3288f3d0ec59e69ac811e1f402af489e44c8fe568941781d97c953ff181a8048f0b3dfaeec14a26fd4bbc8cff697
24 -DIST monit-5.16.1.tar.gz 1226375 SHA256 b729b8345f5b85311c7f05751fc5d009128fd4a95fc4929a04b43bd15ab3b23f SHA512 911462b73074cbdd151596dc29cef74370af3ae368067d36e9f630fd2f4cb37867f0eef68083ee07efa1f489848560c4b4152e55eccc829d5118990e04308ffa WHIRLPOOL bca90fd0d28aa65c81074d427426bf748a94de23716fe99a203e8af7bea34aa32d9f0c02716d4850b67f165c0224de14618f8a64061588bfe2fa2542a70a1a70
25 DIST monit-5.17.1.tar.gz 1231823 SHA256 f71a22cfb6bd91ff46496e72e1d1b1021ecd651e7748131ce0f995cc37ff0b42 SHA512 e28534ce3a5a95eac70f05c34b5a8545a0eb925ac90f82f71bcea8f3568be45288ddbd196c2352a390820244143511ecf2e0de21cdcab1dd2f3e4788dad71015 WHIRLPOOL 9416020cecb49473299f0603448a79c0f3992bad995dbd78a282cf8440b9957edcefc419a56ed71f583efbce2d0ba50a338d2df5b736d9d32e0116ecc5bf5ef1
26 -DIST monit-5.17.tar.gz 1231882 SHA256 2fbcdea79ae39228791a0aaa685ebbf650f2b58d086eaf77a33226e972cb216e SHA512 6e5459f3c1d37e3713286bfabc4a6a109f90438a0b45630af7f93fbe1e8ec7984551c7026f3fe1d8b63632bca7b3678f9ea3cbed194d6e5e7abe367d62d8ad61 WHIRLPOOL de10a18996cee1bcb1637e53e3e5ea8517ec4d7f33efbd73110c639cf921cb52cdd4ddb547a474e9d60e4c4bd451dc1947692b3244bd254027885df65074b259
27 DIST monit-5.18.tar.gz 1239752 SHA256 75ccb85fa2ac1f44c9c95c5a6b539a254b0a1d64e16a36ec9eeb867484a4fcaf SHA512 448f0d2cb0a18e6b4ead051918677414157f7feac5697888f667db4cf5411b922058a36fc57247c6b8ff9b6f23382305c8c69fc6ec1fcd247b01f4a8bccaa42c WHIRLPOOL 7eaa147be48aa8f38d3e11df6af65c68aa36f20bb868d619e573a13563a2f3e82efc170e5449785f93db1b56261a286422565455676f86e803612d10b8c87d24
28
29 diff --git a/app-admin/monit/monit-5.16.1.ebuild b/app-admin/monit/monit-5.16.1.ebuild
30 deleted file mode 100644
31 index 369c57a..0000000
32 --- a/app-admin/monit/monit-5.16.1.ebuild
33 +++ /dev/null
34 @@ -1,52 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=6
40 -inherit pam systemd
41 -
42 -DESCRIPTION="a utility for monitoring and managing daemons or similar programs running on a Unix system"
43 -HOMEPAGE="http://mmonit.com/monit/"
44 -SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz"
45 -
46 -LICENSE="AGPL-3"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
49 -IUSE="libressl pam ssl"
50 -
51 -RDEPEND="
52 - ssl? (
53 - !libressl? ( dev-libs/openssl:0= )
54 - libressl? ( dev-libs/libressl:0= )
55 - )"
56 -DEPEND="${RDEPEND}
57 - sys-devel/flex
58 - sys-devel/bison
59 - pam? ( virtual/pam )"
60 -
61 -src_prepare() {
62 - default
63 -
64 - sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in"
65 -}
66 -
67 -src_configure() {
68 - econf $(use_with ssl) $(use_with pam)
69 -}
70 -
71 -src_install() {
72 - default
73 -
74 - dodoc README
75 -
76 - insinto /etc; insopts -m600; doins monitrc
77 - newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
78 - systemd_dounit "${FILESDIR}"/${PN}.service
79 -
80 - use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
81 -}
82 -
83 -pkg_postinst() {
84 - elog "Sample configurations are available at:"
85 - elog "http://mmonit.com/monit/documentation/"
86 -}
87
88 diff --git a/app-admin/monit/monit-5.17.ebuild b/app-admin/monit/monit-5.17.ebuild
89 deleted file mode 100644
90 index 369c57a..0000000
91 --- a/app-admin/monit/monit-5.17.ebuild
92 +++ /dev/null
93 @@ -1,52 +0,0 @@
94 -# Copyright 1999-2016 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Id$
97 -
98 -EAPI=6
99 -inherit pam systemd
100 -
101 -DESCRIPTION="a utility for monitoring and managing daemons or similar programs running on a Unix system"
102 -HOMEPAGE="http://mmonit.com/monit/"
103 -SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz"
104 -
105 -LICENSE="AGPL-3"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
108 -IUSE="libressl pam ssl"
109 -
110 -RDEPEND="
111 - ssl? (
112 - !libressl? ( dev-libs/openssl:0= )
113 - libressl? ( dev-libs/libressl:0= )
114 - )"
115 -DEPEND="${RDEPEND}
116 - sys-devel/flex
117 - sys-devel/bison
118 - pam? ( virtual/pam )"
119 -
120 -src_prepare() {
121 - default
122 -
123 - sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in"
124 -}
125 -
126 -src_configure() {
127 - econf $(use_with ssl) $(use_with pam)
128 -}
129 -
130 -src_install() {
131 - default
132 -
133 - dodoc README
134 -
135 - insinto /etc; insopts -m600; doins monitrc
136 - newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit
137 - systemd_dounit "${FILESDIR}"/${PN}.service
138 -
139 - use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN}
140 -}
141 -
142 -pkg_postinst() {
143 - elog "Sample configurations are available at:"
144 - elog "http://mmonit.com/monit/documentation/"
145 -}