8ecebffc9150fbc63bbaeb9a55e0987cb4daf22f
Hanno Böck test-patch für linebreaks i...

Hanno Böck authored 13 years ago

1) # Copyright 1999-2010 Gentoo Foundation
2) # Distributed under the terms of the GNU General Public License v2
3) # $Header: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.1.1.ebuild,v 1.3 2010/06/21 20:33:23 maekke Exp $
4) 
5) EAPI="2"
6) inherit eutils
7) 
8) DESCRIPTION="a utility for monitoring and managing daemons or similar programs running on a Unix system."
9) HOMEPAGE="http://mmonit.com/monit/"
10) SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz"
11) 
12) LICENSE="GPL-3"
13) SLOT="0"
14) KEYWORDS="~amd64 ~ppc ~sparc x86"
15) IUSE="ssl"
16) 
17) RDEPEND="ssl? ( dev-libs/openssl )"
18) DEPEND="${RDEPEND}
19) 	sys-devel/flex
20) 	sys-devel/bison"
21) 
22) src_prepare() {
Hanno Böck monit patch completed

Hanno Böck authored 13 years ago

23) 	epatch "${FILESDIR}"/monit-5.1.1-fix-newlines-v2.diff