prometheanfire    14/12/10 04:02:28

  Modified:             icinga2-2.2.1.ebuild ChangeLog
  Log:
  fixing the usage of postgres and mysql
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.3                  net-analyzer/icinga2/icinga2-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild?r1=1.2&r2=1.3

Index: icinga2-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icinga2-2.2.1.ebuild        9 Dec 2014 15:29:31 -0000       1.2
+++ icinga2-2.2.1.ebuild        10 Dec 2014 04:02:28 -0000      1.3
@@ -1,6 +1,6 @@
 # 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.2.1.ebuild,v 
1.2 2014/12/09 15:29:31 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1.ebuild,v 
1.3 2014/12/10 04:02:28 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -60,6 +60,24 @@
                -DICINGA2_COMMAND_GROUP=icingacmd
                -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
        )
+       if use postgres; then
+               mycmakeargs+=(
+                       -DICINGA2_WITH_PGSQL=ON
+               )
+       else
+               mycmakeargs+=(
+                       -DICINGA2_WITH_PGSQL=OFF
+               )
+       fi
+       if use mysql; then
+               mycmakeargs+=(
+                       -DICINGA2_WITH_MYSQL=ON
+               )
+       else
+               mycmakeargs+=(
+                       -DICINGA2_WITH_MYSQL=OFF
+               )
+       fi
        cmake-utils_src_configure
 }
 



1.13                 net-analyzer/icinga2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/icinga2/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   9 Dec 2014 15:29:31 -0000       1.12
+++ ChangeLog   10 Dec 2014 04:02:28 -0000      1.13
@@ -1,6 +1,9 @@
 # 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.12 
2014/12/09 15:29:31 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.13 
2014/12/10 04:02:28 prometheanfire Exp $
+
+  10 Dec 2014; Matthew Thode <prometheanf...@gentoo.org> icinga2-2.2.1.ebuild:
+  fixing the usage of postgres and mysql
 
   09 Dec 2014; Matthew Thode <prometheanf...@gentoo.org> icinga2-2.2.1.ebuild:
   fixing the group ownership stuff




Reply via email to