Re: [gentoo-user] Hooks for Portage 2.1?

2006-09-29 Thread ps
hi, > > Would anyone happen to know where the API for Portage 2.1, that explains > > the new hook framework layout? > > I'm not sure such documentation exists... What do you want to do? i would like to have a script (usage e.g. "emerge_patch package path/patch_file") which would emerge a given

Re: [gentoo-user] Hooks for Portage 2.1?

2006-09-30 Thread ps
> I don't think the hooks are useful for that. i have been told to use these two: post_src_unpack/pre_src_compile (but dont know how). > Why not just copy the ebuild to > an overlay and apply the patch in the ebuild in the overlay? basically because its tedious to make new ebuild for each new

Re: [gentoo-user] Hooks for Portage 2.1?

2006-09-30 Thread ps
> Hmm... Well, if you want to apply foo.patch on category/name all you really > need to do should be something like: > > # mkdir -p /etc/portage/env/category && echo "post_src_unpack() { > epatch /absolute/path/to/foo.patch > }" >> /etc/portage/env/category/name > thanks a lot :)) even

Re: [gentoo-user] PDF Editor

2006-12-25 Thread ps
> Pavel, > > I have tried that ebuild (with patch) and got linking error shown below. > > > Andrew > __ > > ../xpdf/xpdf/libxpdf.a(GlobalParams.o): In function > `GlobalParams::GlobalParams(char*)': > GlobalParams.cc:(.text+0x4277): undefined reference to `paperinit' > Glob

[gentoo-user] removed ebuilds

2006-09-07 Thread ps
hi, is there some possibility to get somewhere an old ebuild, which has been removed from the portage tree and replaced by an ebuild of the newer version of the given app ? thanks pavel -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] PDF Editor

2006-09-26 Thread ps
hi, > Can anyone recommend an application to edit a pdf file, and I am > running 64 bit Gentoo, so it needs to be compatible? does the following ebuild works for you ? : http://atrey.karlin.mff.cuni.cz/~sanda/pdfedit/ expect unimplemented features and bugs. better than nothing :) pavel --

Re: [gentoo-user] PDF Editor

2006-09-26 Thread ps
> I have tried that ebuild (with patch) and got linking error shown below. most i can say is that it works on my x86 box (gcc-3.3.6,binutils-2.16.1-r2). (the patch is not needed to apply; ebuild will do.) many reasons possible why linker doesnt find the reference and i'm not going to debug it...