| Summary: | dev-lang/perl-5.8.8-r1 missing PDEPENDs | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Daniel Westermann-Clark <dwc> |
| Component: | New packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jakub |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Daniel Westermann-Clark
2006-05-25 14:47:32 UTC
Indeed...
<snip>
# Remove those items we PDPEND on
rm -f ${D}/usr/bin/instmodsh
rm -f ${D}/usr/bin/pod2usage
rm -f ${D}/usr/bin/podchecker
rm -f ${D}/usr/bin/podselect
rm -f ${D}/usr/bin/prove
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/instmodsh*
if use build ; then
src_remove_extra_files
fi
</snip>
But - where are the PDEPENDs?
# grep PDEPEND /usr/portage/dev-lang/perl/perl-5.8.8-r1.ebuild
PDEPEND=">=app-admin/perl-cleaner-1.03"
aw crap -r2 in the tree with pdepends re-added (really, after a big internal debate, it was either drop the cleanup or add the pdepends, and the pdepends approach helps us avoid collisions later). i've updated bug 133989 accordingly. ack. going ahead and closing this out. pdepends are back, and most arch's (at least the ones willing :) have stabled the -r2. |