Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 41503

Summary: Leafnode 1.9.49 ebuild, b/c of leafnode 1.9.42 indexing bug
Product: Gentoo Linux Reporter: Dirk-Lüder Kreie <deelkar>
Component: New packagesAssignee: Stewart (RETIRED) <blkdeath>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: All   
OS: Linux   
URL: http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: leafnode 1.9.49 ebuild

Description Dirk-Lüder Kreie 2004-02-13 14:26:26 UTC
leafnode 1.9.42 (the current Gentoo stable release) has an annoying bug concerning XOVER and texpire.

Also, the leafnode homepage URL is outdated in the ebuild.
Comment 1 Dirk-Lüder Kreie 2004-02-13 14:32:12 UTC
Created attachment 25562 [details]
leafnode 1.9.49 ebuild

leafnode 1.9.49 ebuild (based on 1.9.42 ebuild)
- changed version
- changed leafnode homepage URL
Comment 2 Stewart (RETIRED) gentoo-dev 2004-02-14 13:33:30 UTC
Added in CVS; thanks.
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2004-02-15 02:03:06 UTC
It is not allowed to use ${S} in pkg_p(re|ost)conf, because it doesnot exist (for binary packages).

pkg_postinst() {
        zcat ${ROOT}/usr/share/doc/${P}/README.FIRST.gz | while read line ;
        do
        einfo $line
        done
}
Comment 4 Stewart (RETIRED) gentoo-dev 2004-02-16 22:07:43 UTC
You're absolutely correct; my mistake. That change was implemented in the 2.x_alpha series ebuilds but never made it to the 1.9.x's. Thanks!