diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2008-12-18 15:22:05 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2008-12-18 15:22:05 +0100 |
commit | 410ee70f54f462f72ac4993c608b34cd9fac1bd6 (patch) | |
tree | 45a621acd2eeac74bf27d337e64513f6b403aefb /postsync.d/eix-update | |
download | portage-ext-410ee70f54f462f72ac4993c608b34cd9fac1bd6.tar.gz portage-ext-410ee70f54f462f72ac4993c608b34cd9fac1bd6.tar.xz portage-ext-410ee70f54f462f72ac4993c608b34cd9fac1bd6.zip |
initial commit
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.
Diffstat (limited to 'postsync.d/eix-update')
0 files changed, 0 insertions, 0 deletions