Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 45955

Summary: genlop-0.30 and higher don't need dependency on dev-perl/Time-Duration
Product: Gentoo Linux Reporter: Frank Dörfler <stagie>
Component: New packagesAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Frank Dörfler 2004-03-28 01:25:18 UTC
since version 0.30 genlop don't need Perl Module Time::Duration..but it's still in ebuild
<snip>
RDEPEND=">=dev-lang/perl-5.8.0-r12
         >=dev-perl/Time-Duration-1.02
         >=dev-perl/DateManip-5.40"
</snip>

have a look at http://pollycoke.org/genlop.1.html in the REQUIREMENTS section.

Reproducible: Always
Steps to Reproduce:



Expected Results:  
remove >=dev-perl/Time-Duration-1.02 from ebuild
Comment 1 Antonio Dolcetta 2004-06-30 13:45:33 UTC
it's true, that line can be removed
Comment 2 Antonio Dolcetta 2004-06-30 14:26:41 UTC
one line patch to do it:
--- genlop-0.30.1.ebuild        2004-06-30 23:25:55.563092864 +0200
+++ genlop-0.30.1.ebuild.ok     2004-06-30 23:26:22.266033400 +0200
@@ -12,7 +12,6 @@
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5.8.0-r12
-        >=dev-perl/Time-Duration-1.02
         >=dev-perl/DateManip-5.40"
 
 src_install() {
Comment 3 Ian Leitch (RETIRED) gentoo-dev 2004-06-30 15:37:35 UTC
Fixed in CVS, thanks.