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
> 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
> 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
> 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
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
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
--
> 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...
7 matches
Mail list logo