summaryrefslogtreecommitdiffstats
path: root/postsync.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixing path evaluation and warning because of .. in the pathHEADmasterAlexander Sulfrian2009-10-191-0/+1
|
* added workaround for older eix versionsAlexander Sulfrian2009-09-242-10/+8
| | | | | | added seperate file that overrides the eix-update and eix-diff binaries with a funktion that supports older eix removed eix call from regen-overlays by putting the overlay config path relativ to dirname $0 removed switch from eix-update and include seperate file
* added workaround for stable eixAlexander Sulfrian2009-07-141-2/+8
|
* changed *-eix to eix-*Alexander Sulfrian2009-07-111-2/+2
| | | | eix using new naming conventions
* reworked scriptsAlexander Sulfrian2009-01-082-35/+35
| | | | | | | | 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
* initial commitAlexander Sulfrian2008-12-182-0/+95
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.