Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190967 - linuxdoc-tools-0.9.21_p10 version bump request
Summary: linuxdoc-tools-0.9.21_p10 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo SGML project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-01 13:22 UTC by Peter Volkov (RETIRED)
Modified: 2007-09-29 07:45 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 Peter Volkov (RETIRED) gentoo-dev 2007-09-01 13:22:20 UTC
linuxdoc-tools in portage are a bit out of date. Simple
 $ cp linuxdoc-tools-0.9.21_p4.ebuild linuxdoc-tools-0.9.21_p10.ebuild

and applying of the following patch should fix the problem:

--- /usr/portage/app-text/linuxdoc-tools/linuxdoc-tools-0.9.21_p4.ebuild        2007-07-12 09:05:32.000000000 +0400
+++ linuxdoc-tools-0.9.21_p10.ebuild    2007-09-01 17:12:46.000000000 +0400
@@ -33,8 +33,7 @@
 src_unpack() {
        unpack ${A}

-       cd ${S}
-       epatch "${FILESDIR}/${PN}-fi.patch"
+       cd "${S}"
        epatch "${FILESDIR}/${PN}-0.9.13-letter.patch"
        epatch "${FILESDIR}/${PN}-0.9.20-lib64.patch"
        epatch "${FILESDIR}/${PN}-0.9.20-strip.patch"

${PN}-fi.patch is not necessary as it's already integrated in the package.
${S} should be quoted.

Thank you in advance.
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2007-09-29 07:45:46 UTC
I went ahead and bumped linuxdoc-tools-0.9.21_p11.