summaryrefslogtreecommitdiffstats
path: root/bashrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* removed debug outputAlexander Sulfrian2009-09-241-2/+0
|
* baselayout1 compatibility, changed outputAlexander Sulfrian2009-07-021-24/+26
| | | | | surround . /etc/init.d/function.sh with if to not include it, if baselayout1 changed some debug output
* removed ugly syntax for patchesAlexander Sulfrian2009-02-281-1/+1
| | | | | patches does not need the -- anymore the name of the patch should not start with a number
* feature request: possibility to create patches only for one versionAlexander Sulfrian2009-01-281-1/+1
| | | | | | | new names for patches: target--*.{patch,diff} with: target only as the package name target as package name and version target as package name, version and revision
* bugfixAlexander Sulfrian2009-01-281-2/+3
| | | | | pecho not defined ebegin echos "..." automaticaly
* reworked scriptsAlexander Sulfrian2009-01-081-46/+10
| | | | | | | | sync of overlays is now possible sync gives output prepended with the overlay name to enable sync set $SYNC in the overlay configuration to the command that should be executed in the directory of the overlay to sync it
* removed debug and unused code fragmentAlexander Sulfrian2008-12-181-7/+1
|
* initial commitAlexander Sulfrian2008-12-181-0/+100
currently supports: auto-patch add overlay to eix index show diff to old eix index on emerge --sync Add this to your make.conf: # portage autopatch PATCH_OVERLAY="/var/lib/portage/patches" # portage overlays source /etc/portage/overlays/make.conf and create configs for the overlays in /etc/portage/overlays. Currently the only supported options are LOCATION and CACHE_FORMAT (for eix) in bash syntax like: LOCATION="/var/portage/repositories/proaudio" CACHE_FORMAT="parse*" or something like this. If CACHE_FORMAT is missing the default of eix is used. For autopatch you have to put the patches in the subdir: ${PATCH_OVERLAY}/CATEGORY/PACKAGE/ All files in that directory with .patch extension are applied during ebuild execution.