index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-20 | doc: use source highlighter on PKGBUILD guide, update wrong example text | Dan McGee | |
Note that if you are building manpages with asciidoc now, you must also have source-highlight installed for it to correctly generate everything. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-20 | Update PKGBUILD manpage with versioned conflicts. | Chantry Xavier | |
As the b96922679e4ed14aa687bf194b766d82a1d10577 commit showed with two pactests (which were renamed to depconflict110/111), versioned conflicts are now possible. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-18 | Versioned provisions. | Nagy Gabor | |
This patch introduces versioned provisions in "provision 1.0-1" format. _alpm_db_whatprovides was modified accordingly (added sync500.py), alpm_depcmp was modified accordingly (add043.py passes now; added add044.py and add045.py). Notes: alpm_db_search now uses the whole versioned %PROVIDES% string in its search. debug logging was simplified in alpm_depcmp. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> [Xavier: fixed a few typos, duplicate const strings with strdup before modifying them, put some debugging back in alpm_depcmp, minor code cleanups (var/function renaming), added a note in PKGBUILD man page.] Signed-off-by: Chantry Xavier <shiningxc@gmail.com> [Dan: made strcmp checks clearer, added a comment] Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-08 | Update PKGBUILD.5 with missing devel variable descriptions | Dan McGee | |
The lack of descriptions on some of the variables was causing issues with documentation generation. Adding text to them fixes this. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-10-29 | Small updates to documentation. | Scott Horowitz | |
Signed-off-by: Scott Horowitz <stonecrest@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-07-16 | Man page revision time | Dan McGee | |
Spruce up the asciidoc formatting, fix a few issues that we had. Formatting now looks pretty good in both the manpage output and the XHTML output. Also added some options that we have changed since 3.0, and a few wording updates, etc. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-07-09 | Asciidoc updates- make it pretty, fix build, etc. | Dan McGee | |
* Fix up the target so we rebuild the manpages when we edit the corresponding text file. * Add vim modelines to all of the asciidoc files ensureing the right syntax highlighting is used and we have expandtabs turned off. * Start making a few small changes to PKGBUILD.5 to make it pretty in both HTML and manpage format output. * Fix the manlink macro to include the manpage section in the link. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-07-09 | Update PKGBUILD example. | Andrew Fyfe | |
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> | |||
2007-07-09 | Add Synopsis section to man 5 pages. | Andrew Fyfe | |
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> | |||
2007-07-09 | Convert the remaining man pages to asciidoc. | Andrew Fyfe | |
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> |