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