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-web/
Date: Tue, 28 Feb 2012 02:30:38
Message-Id: 1330396201.1d3d8063f52b20d60d31f22c7f5853fad1d28be5.prometheanfire@gentoo
1 commit: 1d3d8063f52b20d60d31f22c7f5853fad1d28be5
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 02:30:01 2012 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 02:30:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=1d3d8063
7
8 changed to postgres for testing
9
10 ---
11 net-analyzer/icinga-web/Manifest | 2 +-
12 net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/icinga-web/Manifest b/net-analyzer/icinga-web/Manifest
16 index ff6f636..e3edf36 100644
17 --- a/net-analyzer/icinga-web/Manifest
18 +++ b/net-analyzer/icinga-web/Manifest
19 @@ -1,3 +1,3 @@
20 DIST icinga-web-1.6.1.tar.gz 14735674 RMD160 106ab4b215e1adff53665ee43e25ea02d9715825 SHA1 58814f27f0e137b0dc5f56c3abdc223fa02958e4 SHA256 41c2d699355c6371447f551730e2dba80a0117f34f0608fa249e292904708ab4
21 -EBUILD icinga-web-1.6.1-r1.ebuild 2297 RMD160 0091791d0200a214ecbbd71814f072756ba1f861 SHA1 3967afed9ce55662750d44c5d7026f88d246809f SHA256 97df1280f543363b6b8bdcc97af3010235c8c6a077f11edbbc2febd33dbed144
22 +EBUILD icinga-web-1.6.1-r1.ebuild 2292 RMD160 08005fc9e9fdd502e280f3b395c1764c1297d949 SHA1 ca36ffcc4013457099f0670b61746770f8c20335 SHA256 280bb7b6abd6523aa8ef413de6adb825c2d0ac809b06e4402883aaec45e0430a
23 MISC ChangeLog 269 RMD160 50f58bfdece702df78994c9ca47add4a57ef3ae9 SHA1 7da37cb472aec84b463453c4360ffd5b157b19d5 SHA256 5b04c9b2c3510c6e759a3e16dc69304cf8b41cf093ec09a7d08bac9446da6df5
24
25 diff --git a/net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild b/net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild
26 index 4c67a0a..ee11639 100644
27 --- a/net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild
28 +++ b/net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild
29 @@ -14,7 +14,7 @@ SLOT="0"
30 KEYWORDS="~amd64"
31 IUSE="pnp"
32 DEPEND="dev-php/phing
33 - dev-lang/php[apache2,mysql,pdo,json,xsl]
34 + dev-lang/php[postgres,pdo,json,xsl]
35 net-analyzer/icinga[apache2,idoutils,mysql]"
36 RDEPEND="${DEPEND}"