Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | media-libs/libspotify: Fix typo in pkg-config sed | Palmer Dabbelt | 2019-05-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> | ||||
* | dev-libs/libspotify: New ebuild | Palmer Dabbelt | 2019-05-10 | 2 | -0/+42 |
| | | | | Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> | ||||
* | dev-libs/log4c: New ebuild | Palmer Dabbelt | 2019-05-10 | 2 | -0/+20 |
| | | | | Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> | ||||
* | Set the correct multilib path for wiringPi | Palmer Dabbelt | 2017-12-16 | 3 | -3/+115 |
| | |||||
* | Copy the wiringPi ebuild from the hacking-gentoo overlay | Palmer Dabbelt | 2017-07-18 | 6 | -0/+128 |
| | |||||
* | Add a weston at 1.12.0 | Palmer Dabbelt | 2017-02-14 | 3 | -0/+167 |
| | |||||
* | Bump gitdate | Palmer Dabbelt | 2017-01-16 | 2 | -0/+23 |
| | |||||
* | pconfigure bug | Palmer Dabbelt | 2016-07-11 | 2 | -0/+26 |
| | |||||
* | Add a C++ JSON parsing library | Palmer Dabbelt | 2016-07-06 | 2 | -0/+16 |
| | |||||
* | putil depends on gitdate | Palmer Dabbelt | 2016-03-10 | 2 | -2/+3 |
| | |||||
* | Bump putil and drop circular dependency | Palmer Dabbelt | 2016-02-13 | 3 | -6/+4 |
| | | | | This was a mess! | ||||
* | Bump putil to 0.0.4 | Palmer Dabbelt | 2016-01-25 | 2 | -0/+23 |
| | |||||
* | Bump libbase64 to 1.0.0_p2 | Palmer Dabbelt | 2015-12-27 | 2 | -0/+21 |
| | | | | Now with C++ support! | ||||
* | Bump putil version | Palmer Dabbelt | 2015-12-25 | 2 | -3/+3 |
| | |||||
* | Add a libbase64 ebuild | Palmer Dabbelt | 2015-12-21 | 2 | -0/+21 |
| | | | | | I'm going to try and use this for my own stuff, and I want to see if it actually works! | ||||
* | putil is missing a gitdate dependency | Palmer Dabbelt | 2015-11-30 | 2 | -2/+2 |
| | | | | | | I want these as two seperate libraries for licensing reasons: the gitdate library is stolen from git, while putil is all stuff I wrote myself. | ||||
* | Drop scala from psqlite USE flags | Palmer Dabbelt | 2015-10-21 | 3 | -4/+4 |
| | | | | | This was never supposed to be there, I just accidentally copied it from pconfigure. | ||||
* | Bump psqlite to 0.0.3 | Palmer Dabbelt | 2015-10-21 | 2 | -4/+5 |
| | |||||
* | Bump dev-libs/putil to 0.0.2 | Palmer Dabbelt | 2015-10-21 | 2 | -0/+23 |
| | |||||
* | KEYWORD caffe | Palmer Dabbelt | 2015-10-15 | 2 | -1/+2 |
| | |||||
* | Wrong manifest for caffe | Palmer Dabbelt | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Add a Caffe ebuild | Palmer Dabbelt | 2015-10-14 | 2 | -0/+42 |
| | | | | | There's no "make install" target for Caffe, so I'm not sure if I've actually installed the right stuff. | ||||
* | Create dev-libs/putil at 0.0.1 | Palmer Dabbelt | 2015-08-22 | 2 | -0/+23 |
| | |||||
* | Update gitdate to 0.0.1-r1 | Palmer Dabbelt | 2015-03-25 | 3 | -0/+51 |
| | | | | This is needed to make glibc-2.20 work correctly. | ||||
* | Add a sub-slot version to gitdate | Palmer Dabbelt | 2015-02-28 | 2 | -3/+3 |
| | | | | | My ABIs aren't stable, so this lets me rebuild everything when I change versions. | ||||
* | Update psqlite to 0.0.2 | Palmer Dabbelt | 2015-02-28 | 2 | -0/+24 |
| | |||||
* | Add dev-libs/pocl at 0.10 | Palmer Dabbelt | 2015-02-27 | 2 | -0/+25 |
| | | | | This is an open source OpenCL implementation. | ||||
* | Add dev-libs/psqlite at 0.0.1 | Palmer Dabbelt | 2015-02-08 | 2 | -0/+23 |
| | | | | | This is my thin wrapper around SQLite that lets me use it in a slightly more C++ sort of way. | ||||
* | Add dev-libs/gitdate at 0.0.1 | Palmer Dabbelt | 2015-01-17 | 2 | -0/+23 |
This library contains git's date parser, but broken out into a C and C++ library for other code to use. It's super useful if you ever need to convert from a date string to a UNIX date. |