summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libspotify: Fix typo in pkg-config sedPalmer Dabbelt2019-05-131-1/+1
| | | | Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
* dev-libs/libspotify: New ebuildPalmer Dabbelt2019-05-102-0/+42
| | | | Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
* dev-libs/log4c: New ebuildPalmer Dabbelt2019-05-102-0/+20
| | | | Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
* Set the correct multilib path for wiringPiPalmer Dabbelt2017-12-163-3/+115
|
* Copy the wiringPi ebuild from the hacking-gentoo overlayPalmer Dabbelt2017-07-186-0/+128
|
* Add a weston at 1.12.0Palmer Dabbelt2017-02-143-0/+167
|
* Bump gitdatePalmer Dabbelt2017-01-162-0/+23
|
* pconfigure bugPalmer Dabbelt2016-07-112-0/+26
|
* Add a C++ JSON parsing libraryPalmer Dabbelt2016-07-062-0/+16
|
* putil depends on gitdatePalmer Dabbelt2016-03-102-2/+3
|
* Bump putil and drop circular dependencyPalmer Dabbelt2016-02-133-6/+4
| | | | This was a mess!
* Bump putil to 0.0.4Palmer Dabbelt2016-01-252-0/+23
|
* Bump libbase64 to 1.0.0_p2Palmer Dabbelt2015-12-272-0/+21
| | | | Now with C++ support!
* Bump putil versionPalmer Dabbelt2015-12-252-3/+3
|
* Add a libbase64 ebuildPalmer Dabbelt2015-12-212-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 dependencyPalmer Dabbelt2015-11-302-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 flagsPalmer Dabbelt2015-10-213-4/+4
| | | | | This was never supposed to be there, I just accidentally copied it from pconfigure.
* Bump psqlite to 0.0.3Palmer Dabbelt2015-10-212-4/+5
|
* Bump dev-libs/putil to 0.0.2Palmer Dabbelt2015-10-212-0/+23
|
* KEYWORD caffePalmer Dabbelt2015-10-152-1/+2
|
* Wrong manifest for caffePalmer Dabbelt2015-10-151-1/+1
|
* Add a Caffe ebuildPalmer Dabbelt2015-10-142-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.1Palmer Dabbelt2015-08-222-0/+23
|
* Update gitdate to 0.0.1-r1Palmer Dabbelt2015-03-253-0/+51
| | | | This is needed to make glibc-2.20 work correctly.
* Add a sub-slot version to gitdatePalmer Dabbelt2015-02-282-3/+3
| | | | | My ABIs aren't stable, so this lets me rebuild everything when I change versions.
* Update psqlite to 0.0.2Palmer Dabbelt2015-02-282-0/+24
|
* Add dev-libs/pocl at 0.10Palmer Dabbelt2015-02-272-0/+25
| | | | This is an open source OpenCL implementation.
* Add dev-libs/psqlite at 0.0.1Palmer Dabbelt2015-02-082-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.1Palmer Dabbelt2015-01-172-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.