titanofold    14/12/28 16:05:49

  Modified:             icinga2-2.0.2.ebuild ChangeLog
                        icinga2-2.2.1-r2.ebuild icinga2-2.1.0-r3.ebuild
  Log:
  Rename virtual/postgresql to dev-db/postgresql
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

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

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

Index: icinga2-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icinga2-2.0.2.ebuild        3 Nov 2014 13:24:18 -0000       1.2
+++ icinga2-2.0.2.ebuild        28 Dec 2014 16:05:49 -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.0.2.ebuild,v 
1.2 2014/11/03 13:24:18 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.0.2.ebuild,v 
1.3 2014/12/28 16:05:49 titanofold Exp $
 
 EAPI=5
 inherit depend.apache eutils cmake-utils toolchain-funcs user versionator 
systemd
@@ -22,7 +22,7 @@
                sys-devel/bison
                sys-devel/flex
                mysql? ( virtual/mysql )
-               postgres? ( virtual/postgresql )"
+               postgres? ( dev-db/postgresql )"
 
 RDEPEND="${DEPEND}
        plugins? ( net-analyzer/nagios-plugins )



1.20                 net-analyzer/icinga2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   14 Dec 2014 23:33:24 -0000      1.19
+++ ChangeLog   28 Dec 2014 16:05:49 -0000      1.20
@@ -1,6 +1,10 @@
 # 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.19 
2014/12/14 23:33:24 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/ChangeLog,v 1.20 
2014/12/28 16:05:49 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson <titanof...@gentoo.org> icinga2-2.0.2.ebuild,
+  icinga2-2.1.0-r3.ebuild, icinga2-2.2.1-r2.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   14 Dec 2014; Matthew Thode <prometheanf...@gentoo.org> files/icinga2.initd:
   final fix for the init I hope



1.2                  net-analyzer/icinga2/icinga2-2.2.1-r2.ebuild

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

Index: icinga2-2.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icinga2-2.2.1-r2.ebuild     14 Dec 2014 23:27:21 -0000      1.1
+++ icinga2-2.2.1-r2.ebuild     28 Dec 2014 16:05:49 -0000      1.2
@@ -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-r2.ebuild,v 1.1 
2014/12/14 23:27:21 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.2.1-r2.ebuild,v 1.2 
2014/12/28 16:05:49 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -24,7 +24,7 @@
                sys-devel/bison
                >=sys-devel/flex-2.5.35
                mysql? ( virtual/mysql )
-               postgres? ( virtual/postgresql )"
+               postgres? ( dev-db/postgresql )"
 
 RDEPEND="${DEPEND}
        plugins? ( net-analyzer/nagios-plugins )



1.3                  net-analyzer/icinga2/icinga2-2.1.0-r3.ebuild

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

Index: icinga2-2.1.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.1.0-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icinga2-2.1.0-r3.ebuild     3 Nov 2014 13:24:18 -0000       1.2
+++ icinga2-2.1.0-r3.ebuild     28 Dec 2014 16:05:49 -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.1.0-r3.ebuild,v 1.2 
2014/11/03 13:24:18 titanofold Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/icinga2/icinga2-2.1.0-r3.ebuild,v 1.3 
2014/12/28 16:05:49 titanofold Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -24,7 +24,7 @@
                sys-devel/bison
                >=sys-devel/flex-2.5.35
                mysql? ( virtual/mysql )
-               postgres? ( virtual/postgresql )"
+               postgres? ( dev-db/postgresql )"
 
 RDEPEND="${DEPEND}
        plugins? ( net-analyzer/nagios-plugins )




Reply via email to