summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused packagesPalmer Dabbelt2017-03-025-145/+0
| | | | I'm cleaning up my portage repo now!
* Install base_workspace to ${ED}/usr/lib for bazelPalmer Dabbelt2015-12-032-1/+4
| | | | | It looks like the stuff in here should be installed (at least, it's installed in the binary distribution).
* Don't strip bazel, instal to /usr/binPalmer Dabbelt2015-12-032-3/+5
| | | | | | bazel is some odd self-extracting binary that while appearing to be ELF, is almost entirely stripped. I'm not really sure why it's this way, but if I strip the file it falls apart.
* Add app-misc/bazel at 0.1.1Palmer Dabbelt2015-12-033-0/+107
| | | | | | This is a Google-related build system. It's a Java thing, and it only officially supports Java 8. I've hacked it up to not check for Java 8 -- the website says Java 7 works, it just isn't supported.
* Bump palmer-scriptsPalmer Dabbelt2015-10-212-2/+2
|
* Update palmer-scriptsPalmer Dabbelt2015-05-052-0/+42
|
* IUSE v4l2 for palmer-scriptsPalmer Dabbelt2015-03-182-3/+3
|
* Add app-misc/palmer-scripts at 2014.08.19Palmer Dabbelt2015-01-172-0/+42
| | | | | | This is a collection of arbitrary little scripts that I regularly use. They're all in this little repo, which allows me to more easily track them.
* Add app-misc/cronic at 1.0Palmer Dabbelt2015-01-172-0/+33
This is a script I copied from the internet that's supposed to be helpful for running cron jobs.