Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138464 - xchm version 1.9
Summary: xchm version 1.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: Desktop Misc. Team
URL: http://xchm.sourceforge.net/download....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 05:18 UTC by Kim Pedersen
Modified: 2006-07-01 12:09 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 Kim Pedersen 2006-06-29 05:18:25 UTC
I have succesfully compiled and used xchm version 1.9 on my AMD64 system. I have used the sdl-sound, wxGTK and chmlib in portage (all stable version).
So I request that xchm 1.9 is added to portage.

In the ebuld for xchm 1.7.1 I have noticed this src_unpack function. What are the touch -r lines good for. I have looked at http://devmanual.gentoo.org but I can't seem to find the answer.

src_unpack() {

        unpack ${A}

        # Fix "time stamp 2006-04-22 16:14:39 is 609667 s in the future"
        # bug #130059:
        # SHOULD BE REMOVED AFTER 2006/04/22!
        cd "${S}"
        cd "${S}"
        touch -r Makefile.in \
                src/chmframe.h \
                art/Makefile.in \
                art/Makefile.am \
                po/zh_TW.gmo \
                po/sk.gmo \
                po/ru.gmo \
                po/ro.gmo \
                po/pt.gmo \
                po/pl.gmo \
                po/lv.gmo \
                po/it.gmo \
                po/hu.gmo \
                po/zh_CN.gmo \
                po/fr.gmo \
                po/es.gmo \
                po/cs.gmo \
                po/de.gmo \
                po/bg.gmo

}
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-07-01 12:09:36 UTC
They fix modification time of files. Bumped in portage.