First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 45955
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Portage Utilities Team <tools-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Frank Dörfler <stagie@gmx.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 45955 depends on: Show dependency tree
Show dependency graph
Bug 45955 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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. 

First Last Prev Next    No search results available      Search page      Enter new bug