Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45955 - genlop-0.30 and higher don't need dependency on dev-perl/Time-Duration
Summary: genlop-0.30 and higher don't need dependency on dev-perl/Time-Duration
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-28 01:25 UTC by Frank Dörfler
Modified: 2004-06-30 15:37 UTC (History)
0 users

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 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.