Name                                               Last modified       Size  Description

[DIR] Parent Directory 20-Aug-2008 10:38 - [   ] ChangeLog 15-May-2007 09:30 3k [   ] ChangeLog.sig 25-Nov-2006 11:37 1k [   ] dlpbc-0.4.12.tar.bz2 31-Dec-2007 07:05 22k [   ] dlpbc-0.4.6.tar.bz2 03-Feb-2007 10:59 7k [   ] dlpbc-0.4.8.tar.bz2 16-Mar-2007 08:43 6k [   ] dlpbc-0.4.9.tar.bz2 26-Mar-2007 07:09 6k [   ] dlpbc_sig-0.0.0.tar.bz2 25-Nov-2006 11:39 2k [   ] libpbc-dev_0.4.18-1_amd64.deb 05-Jul-2008 07:31 180k [   ] libpbc-dev_0.4.18-1_i386.deb 10-Aug-2008 06:54 157k [   ] libpbc0_0.4.18-1_amd64.deb 05-Jul-2008 07:31 108k [   ] libpbc0_0.4.18-1_i386.deb 10-Aug-2008 06:54 99k [   ] pairings_init.c 15-Nov-2006 21:55 1k [   ] pbc-0.4.18.tar.gz 10-Aug-2008 07:45 495k [   ] scope_simulator.c 25-Nov-2006 14:11 1k

These .deb files are also in my personal ubuntu hardy repo, which 
you are welcome to use.

gpg --keyserver pgp.mit.edu --recv-key 9a0cda99 \
    && gpg -a --export 9a0cda99 \ 
    | sudo apt-key add -

add this to your in /etc/apt/sources.list :

    deb http://voltar.org/repo hardy jetstuff

Then apt-get install libpbc0 and/or libpbc-dev.  Tada.

 -Paul

----=-=: circa 2006 :=-=---------

 UPDATE: I quit working on the ebuilds, but you can probably get these
 older ebuilds to work without too much trouble...


 dlpbc-x.x.xx.tar.bz2 is a "portage overlay" that can be used by
 unpacking the tar in /usr/local/portage (dev-libs/libpbc comes
 out) and making sure /usr/local/portage is in the
 PORTAGE_OVERLAY variable in your make.conf or in the environment
 when you "emerge -tva libpbc"

 The ChangeLog is for the overlay distribution.  If portage has
 trouble locating the distribution binaries, simply wget them
 into your /usr/portage/distfiles/ dir and you should be all set!

 dlpbc_sig-x.x.xx.tar.bz2 is the portage overlay for the new
 libpbc_sig package.  ChangeLog.sig relates to the libpbc_sig
 overlay.

 The *.c files are small examples of problems I had -- either
 self-inflicted problems or actual bugs.

 -Paul