summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:05:49 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:05:49 +0000
commit6e200995980567a51b81cccd8b76d3cb16325a2c (patch)
treeb740e4b1a9a22cbe8efcaeee8b9465e36776faa0 /net-analyzer
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-6e200995980567a51b81cccd8b76d3cb16325a2c.tar.gz
gentoo-2-6e200995980567a51b81cccd8b76d3cb16325a2c.tar.bz2
gentoo-2-6e200995980567a51b81cccd8b76d3cb16325a2c.zip
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/icinga2/ChangeLog6
-rw-r--r--net-analyzer/icinga2/icinga2-2.0.2.ebuild4
-rw-r--r--net-analyzer/icinga2/icinga2-2.1.0-r3.ebuild4
-rw-r--r--net-analyzer/icinga2/icinga2-2.2.1-r2.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/net-analyzer/icinga2/ChangeLog b/net-analyzer/icinga2/ChangeLog
index 76e5622d7c63..381080efb756 100644
--- a/net-analyzer/icinga2/ChangeLog
+++ b/net-analyzer/icinga2/ChangeLog
@@ -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 <titanofold@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 <prometheanfire@gentoo.org> files/icinga2.initd:
final fix for the init I hope
diff --git a/net-analyzer/icinga2/icinga2-2.0.2.ebuild b/net-analyzer/icinga2/icinga2-2.0.2.ebuild
index 6df52842015d..29481d812ec9 100644
--- a/net-analyzer/icinga2/icinga2-2.0.2.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.0.2.ebuild
@@ -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 @@ DEPEND="dev-util/cmake
sys-devel/bison
sys-devel/flex
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql )"
+ postgres? ( dev-db/postgresql )"
RDEPEND="${DEPEND}
plugins? ( net-analyzer/nagios-plugins )
diff --git a/net-analyzer/icinga2/icinga2-2.1.0-r3.ebuild b/net-analyzer/icinga2/icinga2-2.1.0-r3.ebuild
index 18f734480183..c7f9feb0d353 100644
--- a/net-analyzer/icinga2/icinga2-2.1.0-r3.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.1.0-r3.ebuild
@@ -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 @@ DEPEND="dev-util/cmake
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 )
diff --git a/net-analyzer/icinga2/icinga2-2.2.1-r2.ebuild b/net-analyzer/icinga2/icinga2-2.2.1-r2.ebuild
index addce7431e69..0772d7defe52 100644
--- a/net-analyzer/icinga2/icinga2-2.2.1-r2.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.2.1-r2.ebuild
@@ -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 @@ DEPEND="dev-util/cmake
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 )