Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/prometheanfire:master commit in: net-analyzer/icinga/
Date: Sat, 03 Dec 2011 08:32:04
Message-Id: 4369e2cdb32a803e8a1881bd04beb089135c110f.prometheanfire@gentoo
1 commit: 4369e2cdb32a803e8a1881bd04beb089135c110f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 08:31:28 2011 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 08:31:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=4369e2cd
7
8 Fixed elog
9
10 ---
11 net-analyzer/icinga/icinga-1.6.1.ebuild | 13 +++++--------
12 1 files changed, 5 insertions(+), 8 deletions(-)
13
14 diff --git a/net-analyzer/icinga/icinga-1.6.1.ebuild b/net-analyzer/icinga/icinga-1.6.1.ebuild
15 index fd90315..88a675b 100644
16 --- a/net-analyzer/icinga/icinga-1.6.1.ebuild
17 +++ b/net-analyzer/icinga/icinga-1.6.1.ebuild
18 @@ -1,18 +1,14 @@
19 # Copyright 1999-2011 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.5.1-r3.ebuild,v 1.2 2011/11/22 21:06:50 prometheanfire Exp $
22 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga/icinga-1.6.1.ebuild,v 1.1 2011/12/02 22:09:06 prometheanfire Exp $
23
24 EAPI=2
25
26 -inherit depend.apache eutils multilib toolchain-funcs versionator
27 +inherit depend.apache eutils multilib toolchain-funcs
28
29 DESCRIPTION="Nagios Fork - Check daemon, CGIs, docs, IDOutils"
30 HOMEPAGE="http://www.icinga.org/"
31 -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -MY_P="${PN}-$(replace_version_separator 3 '')"
34 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
35 -S=${WORKDIR}/${MY_P}
36 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 @@ -228,7 +224,8 @@ pkg_postinst() {
41 ewarn "and edit /etc/ido2db.cfg to change the location of the files"
42 ewarn "it accesses"
43 fi
44 - ewarn "the \"mv /var/icinga /var/lib/\" command works well to move the files"
45 + ewarn
46 + ewarn "The \"mv /var/icinga /var/lib/\" command works well to move the files"
47 ewarn "remove /var/icinga afterwards to make this warning disappear"
48 fi
49 }