Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 | |
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. | |||||
2009-03-20 | Include pyversion.mk include the protected part of the buildlink3.mk | joerg | 1 | -3/+3 | |
files, not over and over again. | |||||
2009-02-11 | Sort PYTHON_VERSIONS_ACCEPTED. | joerg | 1 | -2/+2 | |
2008-11-18 | make this work with python-2.4 again | drochner | 1 | -2/+2 | |
2008-11-15 | Remove python24 from accepted versions since x11/py-gtk2 doesn't support it | hasso | 1 | -2/+2 | |
any more. | |||||
2008-04-25 | - Supports DESTDIR | tnn | 1 | -2/+4 | |
- Accept Python 2.5 | |||||
2008-03-15 | py-gtk2 needs Python 2.4 | joerg | 1 | -2/+2 | |
2007-09-21 | Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. | wiz | 1 | -1/+2 | |
Bump PKGREVISION. | |||||
2007-01-15 | py-gtk needs Python 2.3+ | joerg | 1 | -1/+2 | |
2007-01-10 | import py-notify-0.1.1 - Python bindings for libnotify | drochner | 5 | -0/+62 | |