summaryrefslogtreecommitdiff
path: root/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* find: support tree 1.7.0Jason A. Donenfeld2014-04-231-1/+1
|
* Better dependency list.Jason A. Donenfeld2012-09-181-1/+10
|
* Use getopt to regularize optionsBrian Mattern2012-09-121-0/+1
| | | | | | | | | I like being able to specify command line options (like -c) at the end of the line (which is usually when I think of the fact that I need them). The attached patch uses getopt(1) to regularize the option list so that lazy people like me can specify the options in any order.
* Simplify README.Jason A. Donenfeld2012-09-081-17/+2
|
* Add dependencies to README.Jason A. Donenfeld2012-09-061-0/+8
|
* Fix readme typo.Jason A. Donenfeld2012-09-031-1/+1
|
* Move examples into manpage.Jason A. Donenfeld2012-09-031-89/+10
|
* Make into a real project.Jason A. Donenfeld2012-09-031-1/+4
|
* Support pass gitJason A. Donenfeld2012-09-031-0/+3
|
* Update examples.Jason A. Donenfeld2012-08-061-7/+7
|
* Update readme.Jason A. Donenfeld2012-08-061-11/+13
|
* Add git support.Jason A. Donenfeld2012-07-241-0/+7
|
* Initial commit.Jason A. Donenfeld2012-07-231-0/+91
d>-37/+51 2008-07-03Remove xsd and -x cmdline optionRené 'Necoro' Neumann2-107/+1 2008-07-03Ported completelyRené 'Necoro' Neumann3-548/+54 2008-07-03Should show dependencies nowRené 'Necoro' Neumann2-82/+128 2008-07-03Use __slots__ for the PkgData class to save memoryRené 'Necoro' Neumann1-2/+3 2008-07-03New plugin system - first hackRené 'Necoro' Neumann2-420/+683 2008-06-30Now the new design is able to do the same as the old oneRené 'Necoro' Neumann3-168/+182 2008-06-30First draft of the new plugin windowRené 'Necoro' Neumann1-8/+172 2008-06-30Added stuff to plugin.pyRené 'Necoro' Neumann1-2/+24 2008-06-30Beautified some dialogsRené 'Necoro' Neumann1-6/+8 2008-06-30Only add a package to mergequeue if everything went fineRené 'Necoro' Neumann1-1/+1 2008-06-25Now load 22 versions when running the correct portageRené 'Necoro' Neumann4-8/+18 2008-06-25Added Package_22 and System_22René 'Necoro' Neumann4-5/+63