diff options
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.1.0-r2.ebuild (renamed from net-analyzer/icinga2/icinga2-2.1.0-r1.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-analyzer/icinga2/ChangeLog b/net-analyzer/icinga2/ChangeLog index db604cadfda4..1ba0c2627546 100644 --- a/net-analyzer/icinga2/ChangeLog +++ b/net-analyzer/icinga2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/icinga2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.7 2014/08/30 21:14:45 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.8 2014/08/30 23:38:04 prometheanfire Exp $ + +*icinga2-2.1.0-r2 (30 Aug 2014) + + 30 Aug 2014; Matthew Thode <prometheanfire@gentoo.org> + +icinga2-2.1.0-r2.ebuild, -icinga2-2.1.0-r1.ebuild: + more correcting of deps 30 Aug 2014; Matthew Thode <prometheanfire@gentoo.org> metadata.xml: updating manifest diff --git a/net-analyzer/icinga2/icinga2-2.1.0-r1.ebuild b/net-analyzer/icinga2/icinga2-2.1.0-r2.ebuild index 00cb697a3a4c..8922bcc08a6c 100644 --- a/net-analyzer/icinga2/icinga2-2.1.0-r1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.1.0-r2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.1.0-r1.ebuild,v 1.1 2014/08/30 21:13:54 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.1.0-r2.ebuild,v 1.1 2014/08/30 23:38:04 prometheanfire Exp $ EAPI=5 -inherit depend.apache eutils cmake-utils toolchain-funcs user versionator systemd +PYTHON_COMPAT=( python2_7 ) +inherit depend.apache distutils-r1 eutils cmake-utils toolchain-funcs user versionator systemd DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" @@ -17,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+mysql postgres classicui +plugins" DEPEND="dev-util/cmake - dev-lang/python:2.7 + dev-python/setuptools[${PYTHON_USEDEP}] dev-libs/openssl dev-libs/boost sys-devel/bison |