Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557000 - net-analyzer/munin-2.0.25-r1 ebuild changed without version bump
Summary: net-analyzer/munin-2.0.25-r1 ebuild changed without version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sysadmin Bugs
URL: https://portage.schorsch-tech.de/cgi-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-08 07:37 UTC by georg
Modified: 2015-08-09 12:09 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description georg 2015-08-08 07:37:02 UTC
On my server i got Munin 2.0.25-r1 intalled. Now it wants to pull in dev-perl/CGI-Fast.

changes of ebuilds without revision bump are a very bad thing and should not occur (see gentoo dev-guide)
https://devmanual.gentoo.org/general-concepts/ebuild-revisions/

To see the difference of the ebuild:
https://portage.schorsch-tech.de/cgi-bin/cgit.cgi/portage.git/diff/net-analyzer/munin?id=20150807

The diffstat of the ebuild
diff --git a/net-analyzer/munin/munin-2.0.25-r1.ebuild b/net-analyzer/munin/munin-2.0.25-r1.ebuild
index 609e887..cfc36f5 100644
--- a/net-analyzer/munin/munin-2.0.25-r1.ebuild
+++ b/net-analyzer/munin/munin-2.0.25-r1.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild,v 1.5 2015/07/31 09:16:47 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild,v 1.6 2015/08/06 07:07:55 jlec Exp $
 
 EAPI=5
 
@@ -46,7 +46,10 @@ DEPEND_COM="
 	virtual/perl-Time-HiRes
 	apache? ( www-servers/apache[apache2_modules_cgi,apache2_modules_cgid,apache2_modules_rewrite] )
 	asterisk? ( dev-perl/Net-Telnet )
-	cgi? ( dev-perl/FCGI )
+	cgi? (
+		dev-perl/FCGI
+		dev-perl/CGI-Fast
+		)
 	dhcpd? (
 		>=net-misc/dhcp-3[server]
 		dev-perl/Net-IP





Reproducible: Always

Steps to Reproduce:
See diffstat
Comment 1 Michael Weber (RETIRED) gentoo-dev 2015-08-08 09:05:46 UTC
This situation started earlier with revision 3 of 
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild?view=log

@jlec: what's you intention?
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2015-08-09 08:34:49 UTC
(In reply to Michael Weber from comment #1)
> This situation started earlier with revision 3 of 
> https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-analyzer/munin/
> munin-2.0.25-r1.ebuild?view=log
> 
> @jlec: what's you intention?

Make it work. It is missing that perl package here.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2015-08-09 12:09:23 UTC
I revert all changes and will file a new bug

commit 5586fabccbe832740689876c42f1c9505127b94a
Author: Justin Lecher <jlec@gentoo.org>
Date:   Sun Aug 9 14:06:38 2015 +0200

    net-analyzer/munin: Break package again so that the maintainer can fix it, bug #557000
    
        Package-Manager: portage-2.2.20
            Signed-off-by: Justin Lecher <jlec@gentoo.org>