Thanks very much for that. I managed to get the fetch & unpack working, but nothing I tried for src_install worked, and your code is much neater than mine.
On Thu, Apr 21, 2016 at 9:59 AM, Jonathan Callen <jcal...@gentoo.org> wrote: > On 04/18/2016 10:11 PM, Daiajo Tibdixious wrote: >> dpkg has a native gentoo version app-arch/dpkg but dpkg --unpack gave an >> error. >> However ar x worked fine. >> Ended up with usr/bin/runescape-launcher which is fine, but also >> usr/share stuff which I'll check for collisions. >> (this is all in /var/tmp) >> >> Thanks very much, you saved me much trouble. >> >> Not sure if its just me, but apt is written in c++ using mostly C >> constructs, and doesn't seem to have been through an oo design. >> Makes it very weird to try to follow. >> >> I won't be able to install/run it today due to being busy. >> > > Attached is my attempt at a proper ebuild for this package. The > dependencies are based on what the deps *should* have been, not what the > .deb actually declares. I haven't actually tested this fully. > > -- > Jonathan Callen