commit: cd46524baa3b851cef166e0a85452ca4403c3d85 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Mon Jul 13 05:24:38 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jul 13 05:24:38 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=cd46524b
Version bump. Fix Module-Pluggable dependency. Package-Manager: portage-2.2.20 net-analyzer/munin-mysql/ChangeLog | 8 +++++++- net-analyzer/munin-mysql/Manifest | 1 + net-analyzer/munin-mysql/munin-mysql-0.20130531.ebuild | 4 ++-- ...unin-mysql-0.20130531.ebuild => munin-mysql-0.20150601.ebuild} | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/net-analyzer/munin-mysql/ChangeLog b/net-analyzer/munin-mysql/ChangeLog index b3797b2..d451492 100644 --- a/net-analyzer/munin-mysql/ChangeLog +++ b/net-analyzer/munin-mysql/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for net-analyzer/munin-mysql -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*munin-mysql-0.20150601 (13 Jul 2015) + + 13 Jul 2015; Hans de Graaff <[email protected]> + munin-mysql-0.20130531.ebuild, +munin-mysql-0.20150601.ebuild: + Version bump. Fix Module-Pluggable dependency. + 17 Feb 2014; Hans de Graaff <[email protected]> munin-mysql-0.20130531.ebuild: Fix plugin configuration location. diff --git a/net-analyzer/munin-mysql/Manifest b/net-analyzer/munin-mysql/Manifest index 1a182ad..c254e13 100644 --- a/net-analyzer/munin-mysql/Manifest +++ b/net-analyzer/munin-mysql/Manifest @@ -1 +1,2 @@ DIST munin-mysql-0.20130531.tar.gz 59981 SHA256 93a61ba61b2325a1ad8acccdbf1e17644f5f78b43b6e99a1111f9c087a54e401 SHA512 c6814baab28a3790046e4c6d9e0e5b6461257f075ed2762cc998a0416ae9aa9a3913dd00f52b88bfe0cc94e94b2ebfa0d63bb5a56077c06f0a3f0f0a831134c6 WHIRLPOOL c9bf162d8d833606c5f0a70914ee485c8f1eea40d50b58eaf0735a6d56885fd1443cd3b7bc9cba84cd795050aa2dc89989c21f158bb3c91e67c35095efa331de +DIST munin-mysql-0.20150601.tar.gz 64808 SHA256 313b2fd2e5ed25ff4f38fa6a7cea69ffa22a0d2315907b19f5ae87838ae9fcb8 SHA512 47c34445e44d5ac23a1a92c26b74fcef22d2c3df07edf16cdf975f790bec126a7478333e0bf0939453f8426a601b335281d2be7606542ccefccc3acc0d3560b5 WHIRLPOOL f04acdff201cda1f14bc572116ce5cc14182a424ffce71ebece01f634d4870348239193a08afdc99a221eba6e6d02e462e616fd8408fd26955366c8b1c803758 diff --git a/net-analyzer/munin-mysql/munin-mysql-0.20130531.ebuild b/net-analyzer/munin-mysql/munin-mysql-0.20130531.ebuild index bbabfe3..a79dc10 100644 --- a/net-analyzer/munin-mysql/munin-mysql-0.20130531.ebuild +++ b/net-analyzer/munin-mysql/munin-mysql-0.20130531.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -20,8 +20,8 @@ IUSE="" RDEPEND=" dev-perl/DBD-mysql dev-perl/DBI + dev-perl/Module-Pluggable net-analyzer/munin - virtual/perl-Module-Pluggable " # Depends on unpackaged Test-Regression diff --git a/net-analyzer/munin-mysql/munin-mysql-0.20130531.ebuild b/net-analyzer/munin-mysql/munin-mysql-0.20150601.ebuild similarity index 87% copy from net-analyzer/munin-mysql/munin-mysql-0.20130531.ebuild copy to net-analyzer/munin-mysql/munin-mysql-0.20150601.ebuild index bbabfe3..1b29ea2 100644 --- a/net-analyzer/munin-mysql/munin-mysql-0.20130531.ebuild +++ b/net-analyzer/munin-mysql/munin-mysql-0.20150601.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -GITHUB_COMMIT="53ea00609f412ac62d38ac2f0d82579a1729d9b7" +GITHUB_COMMIT="7f6dfca1ee72461bb0c2962873cadb347c6f0472" DESCRIPTION="Improved MySQL Graphs for Munin" HOMEPAGE="https://github.com/kjellm/munin-mysql" @@ -20,8 +20,8 @@ IUSE="" RDEPEND=" dev-perl/DBD-mysql dev-perl/DBI + dev-perl/Module-Pluggable net-analyzer/munin - virtual/perl-Module-Pluggable " # Depends on unpackaged Test-Regression
