Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253050 - perl-core/Archive-Tar included with perl-5.10.0
Summary: perl-core/Archive-Tar included with perl-5.10.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-29 21:06 UTC by Jason Switzer
Modified: 2008-12-30 00:39 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 Jason Switzer 2008-12-29 21:06:20 UTC
In preparing for perl-5.10.0, the perl-core/Archive-Tar (and virtual/perl-Archive-Tar) ebuild should be removed from the tree. This module is now included as part of the core and a separate ebuild is no longer required.

Reproducible: Always

Steps to Reproduce:
1. layman -a perl-experimental
2. emerge -Dp perl
3. emerge -C virtual/perl-Archive-Tar perl-core/Archive-Tar
4. emerge -Dp perl
Actual Results:  
Install perl-5.10.0 without file collisions.

Expected Results:  
File collisions due to duplicate installations.

Tested on ~amd64.
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2008-12-29 21:42:43 UTC
Already fixed.
Comment 2 Jason Switzer 2008-12-30 00:12:47 UTC
(In reply to comment #1)
> Already fixed.
> 

I assume the fix was to remove the ~amd64 and ~x86 keywords? Otherwise, it should probably check for >dev-lang/perl-5.10.0 in DEPEND rather than just dev-lang/perl.
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2008-12-30 00:39:22 UTC
No, perl-5.10.0 doesn't install the colliding files anymore.

--- perl-5.10.0.ebuild  (revision 143)
+++ perl-5.10.0.ebuild  (revision 230)
@@ -37,6 +37,9 @@
                !build? (
                        >=perl-core/PodParser-1.35
                        >=perl-core/Test-Harness-2.64
+                       >=perl-core/Module-Build-0.28.08
+                       >=perl-core/Archive-Tar-1.38
+                       >=perl-core/Digest-SHA-5.45
                )"
 
@@ -344,10 +300,18 @@
        rm -f "${D}"/usr/bin/podchecker
        rm -f "${D}"/usr/bin/podselect
        rm -f "${D}"/usr/bin/prove
+       rm -f "${D}"/usr/bin/ptardiff
+       rm -f "${D}"/usr/bin/ptar
+       rm -f "${D}"/usr/bin/config_data
+       rm -f "${D}"/usr/bin/shasum
        rm -f "${D}"/usr/share/man/man1/pod2usage*
        rm -f "${D}"/usr/share/man/man1/podchecker*
        rm -f "${D}"/usr/share/man/man1/podselect*
        rm -f "${D}"/usr/share/man/man1/prove*
+       rm -f "${D}"/usr/share/man/man1/ptardiff*
+       rm -f "${D}"/usr/share/man/man1/ptar*
+       rm -f "${D}"/usr/share/man/man1/config_data*
+       rm -f "${D}"/usr/share/man/man1/shasum*
        if use build ; then
                src_remove_extra_files
        fi