diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-01-28 01:56:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-01-28 01:56:12 +0000 |
commit | 6ed55cced4b0750f78a7d38f2ff5fd4adeda8466 (patch) | |
tree | aea334fdc43a22259c7cd775a9249d4ee3b3da50 /net-analyzer/munin | |
parent | Change cdda2wav, cdrecord, readcd and rscsi from suid root to sgid disk for u... (diff) | |
download | gentoo-2-6ed55cced4b0750f78a7d38f2ff5fd4adeda8466.tar.gz gentoo-2-6ed55cced4b0750f78a7d38f2ff5fd4adeda8466.tar.bz2 gentoo-2-6ed55cced4b0750f78a7d38f2ff5fd4adeda8466.zip |
Some mysql plugins (such as 'mysql_') do use DBD-mysql the same way PostgreSQL plugins use DBD-Pg; update the comment and fix dependencies.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r-- | net-analyzer/munin/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/munin/munin-1.4.6-r4.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog index 2dad4200bf14..f410dbc01456 100644 --- a/net-analyzer/munin/ChangeLog +++ b/net-analyzer/munin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/munin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.66 2012/01/27 16:17:04 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.67 2012/01/28 01:56:12 flameeyes Exp $ + + 28 Jan 2012; Diego E. Pettenò <flameeyes@gentoo.org> munin-1.4.6-r4.ebuild: + Some mysql plugins (such as 'mysql_') do use DBD-mysql the same way PostgreSQL + plugins use DBD-Pg; update the comment and fix dependencies. 27 Jan 2012; Jeremy Olexa <darkside@gentoo.org> -munin-1.4.5-r3.ebuild, -munin-1.4.6-r2.ebuild, munin-1.4.6-r4.ebuild: diff --git a/net-analyzer/munin/munin-1.4.6-r4.ebuild b/net-analyzer/munin/munin-1.4.6-r4.ebuild index 3cf75e13f27e..00593ad72107 100644 --- a/net-analyzer/munin/munin-1.4.6-r4.ebuild +++ b/net-analyzer/munin/munin-1.4.6-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.6-r4.ebuild,v 1.3 2012/01/27 16:17:04 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-1.4.6-r4.ebuild,v 1.4 2012/01/28 01:56:12 flameeyes Exp $ EAPI=2 @@ -17,13 +17,15 @@ IUSE="asterisk doc irc java memcached minimal mysql postgres ssl" # Upstream's listing of required modules is NOT correct! # Some of the postgres plugins use DBD::Pg, while others call psql directly. -# The mysql plugins use mysqladmin directly. +# Some of the mysql plugins use DBD::mysql, while others call mysqladmin directly. DEPEND_COM="dev-lang/perl sys-process/procps asterisk? ( dev-perl/Net-Telnet ) irc? ( dev-perl/Net-IRC ) java? ( >=virtual/jdk-1.5 ) - mysql? ( virtual/mysql dev-perl/Cache-Cache ) + mysql? ( virtual/mysql + dev-perl/Cache-Cache + dev-perl/DBD-mysql ) ssl? ( dev-perl/Net-SSLeay ) postgres? ( dev-perl/DBD-Pg dev-db/postgresql-base ) memcached? ( dev-perl/Cache-Memcached ) |