Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128363 - DateManip-5.44 is missing man-pages (fix inside)
Summary: DateManip-5.44 is missing man-pages (fix inside)
Status: RESOLVED INVALID
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: 2006-04-01 03:20 UTC by Christian Hartmann (RETIRED)
Modified: 2006-04-01 08:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patched src_install() (manpages.patch,288 bytes, patch)
2006-04-01 03:22 UTC, Christian Hartmann (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hartmann (RETIRED) gentoo-dev 2006-04-01 03:20:16 UTC
The new Version of DateManip is missing the man-pages by default. I was kinda irritated first but then had a look at the README/INSTALL files where the author explains that you know need to gernerate them by yourself using pod2man.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-01 03:22:13 UTC
We don't install man pages w/ perl ebuilds at all, was causing nasty collisions. Use perldoc instead. ;)
Comment 2 Christian Hartmann (RETIRED) gentoo-dev 2006-04-01 03:22:45 UTC
Created attachment 83602 [details, diff]
Patched src_install()

--- DateManip-5.44.ebuild       2006-04-01 04:11:11.000000000 +0200
+++ DateManip-5.44-r1.ebuild    2006-04-01 13:15:57.804450750 +0200
@@ -15,3 +15,8 @@
 IUSE=""

 mydoc="HISTORY TODO"
+
+src_install () {
+       pod2man ${S}/Manip.pod > ${S}/Date::Manip.3 || die
+       doman ${S}/Date::Manip.3 || die
+}
Comment 3 Christian Hartmann (RETIRED) gentoo-dev 2006-04-01 03:24:24 UTC
Invalid? Uhm? - Gotta must have missed this decision.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-04-01 03:28:00 UTC
(In reply to comment #3)
> Invalid? Uhm? - Gotta must have missed this decision.
> 

See Bug 71659 and the huge number of duplicates.
Comment 5 Christian Hartmann (RETIRED) gentoo-dev 2006-04-01 03:49:37 UTC
Didn't know about the problems that were caused by this. - But imho users should be notified about these changes. - Anyways: Thanks a lot!
Comment 6 Michael Cummings (RETIRED) gentoo-dev 2006-04-01 08:00:44 UTC
please see beug 128363