Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed href to point to gentoo.org and not "/"!HEADmaster | Sebastian Parborg | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Added the website src files | Sebastian Parborg | 2011-08-17 | 2 | -0/+280 |
| | |||||
* | Commented out unused flags from the cli help message | Sebastian Parborg | 2011-08-17 | 1 | -3/+3 |
| | |||||
* | Remove the scm dir if it exists already | Sebastian Parborg | 2011-08-16 | 1 | -0/+6 |
| | |||||
* | Added the ebuild to the git repo | Sebastian Parborg | 2011-08-16 | 4 | -0/+43 |
| | |||||
* | Forgot to rename .dir to .url | Sebastian Parborg | 2011-08-15 | 1 | -6/+6 |
| | |||||
* | Declare EAPI before you inherit something! | Sebastian Parborg | 2011-08-15 | 1 | -3/+3 |
| | |||||
* | Added a basic setup script | Sebastian Parborg | 2011-08-15 | 1 | -0/+14 |
| | |||||
* | Began working on install script | Sebastian Parborg | 2011-08-15 | 16 | -153/+117 |
| | |||||
* | Added "gentoopm" to check for already installed packages | Sebastian Parborg | 2011-08-13 | 3 | -11/+25 |
| | |||||
* | todays work | Sebastian Parborg | 2011-08-11 | 5 | -18/+49 |
| | |||||
* | fixed bogus deps in the moc project | Sebastian Parborg | 2011-08-10 | 4 | -11/+24 |
| | |||||
* | Fixed some more small stuff | Sebastian Parborg | 2011-08-07 | 3 | -3/+13 |
| | |||||
* | Added automatic detection of the default incpaths! | Sebastian Parborg | 2011-08-07 | 1 | -6/+11 |
| | |||||
* | hacked together somethings in the ebuild gen so it persumes autotools | Sebastian Parborg | 2011-08-06 | 1 | -3/+19 |
| | |||||
* | Added basic autotools support | root | 2011-08-04 | 4 | -36/+74 |
| | |||||
* | Added some basic support for include flags and m4_include | Sebastian Parborg | 2011-08-02 | 4 | -25/+54 |
| | |||||
* | Need to rework how the automakefile scan works. | Sebastian Parborg | 2011-07-30 | 5 | -49/+158 |
| | | | | So I can get the correct -I flags when I scan the files | ||||
* | Began working on "punting" at the autoconf problems | Sebastian Parborg | 2011-07-27 | 1 | -4/+55 |
| | |||||
* | Fixed a typo | Sebastian Parborg | 2011-07-21 | 1 | -2/+2 |
| | |||||
* | Added pfl support! And basic automake support. | Sebastian Parborg | 2011-07-21 | 3 | -12/+83 |
| | |||||
* | More work on autotools | Sebastian Parborg | 2011-07-14 | 4 | -13/+264 |
| | |||||
* | The autoconf parser now parser whole files | Sebastian Parborg | 2011-07-11 | 1 | -45/+83 |
| | |||||
* | More work on the autoconf parser | Sebastian Parborg | 2011-07-06 | 1 | -17/+148 |
| | |||||
* | Added comments to most functions | Sebastian Parborg | 2011-07-05 | 9 | -2/+182 |
| | |||||
* | Added a basic autoconf lex parser | Sebastian Parborg | 2011-07-01 | 1 | -0/+147 |
| | |||||
* | Created a verybasic automake parser | Sebastian Parborg | 2011-06-29 | 2 | -0/+195 |
| | |||||
* | updated todo | Sebastian Parborg | 2011-06-29 | 1 | -0/+1 |
| | |||||
* | fixed typo | Sebastian Parborg | 2011-06-26 | 1 | -1/+1 |
| | |||||
* | Got it to generate a very simple ebuild for uzbl | Sebastian Parborg | 2011-06-24 | 5 | -30/+141 |
| | |||||
* | Implemented some functions and cleaned up the commmand parser | Sebastian Parborg | 2011-06-22 | 2 | -18/+85 |
| | |||||
* | Fixed so you can run the new version from the cli | Sebastian Parborg | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Added %.c : %.h rule support | Sebastian Parborg | 2011-06-21 | 2 | -18/+49 |
| | |||||
* | Worked some more on %.c : %.h commands | Sebastian Parborg | 2011-06-20 | 2 | -4/+4 |
| | |||||
* | It now parses the doneyet makefile again. | Sebastian Parborg | 2011-06-20 | 2 | -39/+84 |
| | |||||
* | fixed some more variable stuff | Sebastian Parborg | 2011-06-20 | 1 | -15/+16 |
| | |||||
* | Parsing of variables seems to work now. | Sebastian Parborg | 2011-06-19 | 2 | -26/+49 |
| | |||||
* | Made command interp handle mixed strings and vars | Sebastian Parborg | 2011-06-19 | 2 | -13/+12 |
| | |||||
* | Added a stub to function inside "$()" | Sebastian Parborg | 2011-06-19 | 2 | -12/+56 |
| | |||||
* | Worked some more | Sebastian Parborg | 2011-06-19 | 3 | -83/+98 |
| | |||||
* | added support for "{}" chars a command characters | Sebastian Parborg | 2011-06-17 | 1 | -8/+4 |
| | |||||
* | Done with some work on the command parser | Sebastian Parborg | 2011-06-17 | 2 | -37/+96 |
| | |||||
* | Worked some more on string replacement | Sebastian Parborg | 2011-06-17 | 2 | -23/+116 |
| | |||||
* | Added branch for the new makefile parser | Sebastian Parborg | 2011-06-16 | 2 | -136/+253 |
| | |||||
* | Added basic SCM support | Sebastian Parborg | 2011-06-14 | 2 | -2/+46 |
| | |||||
* | Added ARCH detection | Sebastian Parborg | 2011-06-13 | 1 | -1/+4 |
| | |||||
* | Added basic ebuild output | Sebastian Parborg | 2011-06-13 | 5 | -7/+111 |
| | |||||
* | You can now link deps to packages with the help of qfile | Sebastian Parborg | 2011-06-10 | 3 | -0/+33 |
| | |||||
* | You can now scan makefile projects with the cli | Sebastian Parborg | 2011-06-09 | 3 | -13/+31 |
| | |||||
* | Converted the output data from the makefiles to somethint useful | Sebastian Parborg | 2011-06-09 | 5 | -198/+217 |
| |