Bug 45955 - genlop-0.30 and higher don't need dependency on dev-perl/Time-Duration
Bug#: 45955 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: tools-portage@gentoo.org Reported By: stagie@gmx.de
Component: Ebuilds
URL: 
Summary: genlop-0.30 and higher don't need dependency on dev-perl/Time-Duration
Keywords:  
Status Whiteboard: 
Opened: 2004-03-28 01:25 0000
Description:   Opened: 2004-03-28 01:25 0000
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 From Antonio Dolcetta 2004-06-30 13:45:33 0000 -------
it's true, that line can be removed

------- Comment #2 From Antonio Dolcetta 2004-06-30 14:26:41 0000 -------
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 From Ian Leitch (RETIRED) 2004-06-30 15:37:35 0000 -------
Fixed in CVS, thanks.