aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed href to point to gentoo.org and not "/"!HEADmasterSebastian Parborg2011-08-181-2/+2
|
* Added the website src filesSebastian Parborg2011-08-172-0/+280
|
* Commented out unused flags from the cli help messageSebastian Parborg2011-08-171-3/+3
|
* Remove the scm dir if it exists alreadySebastian Parborg2011-08-161-0/+6
|
* Added the ebuild to the git repoSebastian Parborg2011-08-164-0/+43
|
* Forgot to rename .dir to .urlSebastian Parborg2011-08-151-6/+6
|
* Declare EAPI before you inherit something!Sebastian Parborg2011-08-151-3/+3
|
* Added a basic setup scriptSebastian Parborg2011-08-151-0/+14
|
* Began working on install scriptSebastian Parborg2011-08-1516-153/+117
|
* Added "gentoopm" to check for already installed packagesSebastian Parborg2011-08-133-11/+25
|
* todays workSebastian Parborg2011-08-115-18/+49
|
* fixed bogus deps in the moc projectSebastian Parborg2011-08-104-11/+24
|
* Fixed some more small stuffSebastian Parborg2011-08-073-3/+13
|
* Added automatic detection of the default incpaths!Sebastian Parborg2011-08-071-6/+11
|
* hacked together somethings in the ebuild gen so it persumes autotoolsSebastian Parborg2011-08-061-3/+19
|
* Added basic autotools supportroot2011-08-044-36/+74
|
* Added some basic support for include flags and m4_includeSebastian Parborg2011-08-024-25/+54
|
* Need to rework how the automakefile scan works.Sebastian Parborg2011-07-305-49/+158
| | | | So I can get the correct -I flags when I scan the files
* Began working on "punting" at the autoconf problemsSebastian Parborg2011-07-271-4/+55
|
* Fixed a typoSebastian Parborg2011-07-211-2/+2
|
* Added pfl support! And basic automake support.Sebastian Parborg2011-07-213-12/+83
|
* More work on autotoolsSebastian Parborg2011-07-144-13/+264
|
* The autoconf parser now parser whole filesSebastian Parborg2011-07-111-45/+83
|
* More work on the autoconf parserSebastian Parborg2011-07-061-17/+148
|
* Added comments to most functionsSebastian Parborg2011-07-059-2/+182
|
* Added a basic autoconf lex parserSebastian Parborg2011-07-011-0/+147
|
* Created a verybasic automake parserSebastian Parborg2011-06-292-0/+195
|
* updated todoSebastian Parborg2011-06-291-0/+1
|
* fixed typoSebastian Parborg2011-06-261-1/+1
|
* Got it to generate a very simple ebuild for uzblSebastian Parborg2011-06-245-30/+141
|
* Implemented some functions and cleaned up the commmand parserSebastian Parborg2011-06-222-18/+85
|
* Fixed so you can run the new version from the cliSebastian Parborg2011-06-211-1/+1
|
* Added %.c : %.h rule supportSebastian Parborg2011-06-212-18/+49
|
* Worked some more on %.c : %.h commandsSebastian Parborg2011-06-202-4/+4
|
* It now parses the doneyet makefile again.Sebastian Parborg2011-06-202-39/+84
|
* fixed some more variable stuffSebastian Parborg2011-06-201-15/+16
|
* Parsing of variables seems to work now.Sebastian Parborg2011-06-192-26/+49
|
* Made command interp handle mixed strings and varsSebastian Parborg2011-06-192-13/+12
|
* Added a stub to function inside "$()"Sebastian Parborg2011-06-192-12/+56
|
* Worked some moreSebastian Parborg2011-06-193-83/+98
|
* added support for "{}" chars a command charactersSebastian Parborg2011-06-171-8/+4
|
* Done with some work on the command parserSebastian Parborg2011-06-172-37/+96
|
* Worked some more on string replacementSebastian Parborg2011-06-172-23/+116
|
* Added branch for the new makefile parserSebastian Parborg2011-06-162-136/+253
|
* Added basic SCM supportSebastian Parborg2011-06-142-2/+46
|
* Added ARCH detectionSebastian Parborg2011-06-131-1/+4
|
* Added basic ebuild outputSebastian Parborg2011-06-135-7/+111
|
* You can now link deps to packages with the help of qfileSebastian Parborg2011-06-103-0/+33
|
* You can now scan makefile projects with the cliSebastian Parborg2011-06-093-13/+31
|
* Converted the output data from the makefiles to somethint usefulSebastian Parborg2011-06-095-198/+217
|