[gentoo-portage-dev] files in ${FILESDIR}

2009-05-05 Thread Toha
What about this idea: list all files in ${FILESDIR} (patches, init scripts), related to ebuild in this ebuild like: FLS=( some-init-script ${PN}-patch1.patch ${PN}-${PV}-patch2.patch ... ${PN}-patchN.patch ) then using this files by addressing his index in ${FLS} array applying patches with

Re: [gentoo-portage-dev] files in ${FILESDIR}

2009-05-05 Thread Mike Frysinger
On Tuesday 05 May 2009 02:26:21 Toha wrote: What about this idea: list all files in ${FILESDIR} (patches, init scripts), related to ebuild in this ebuild like: FLS=( some-init-script ${PN}-patch1.patch ${PN}-${PV}-patch2.patch ... ${PN}-patchN.patch ) then using this files by addressing his

Re: [gentoo-portage-dev] Symlinks with distutils

2009-05-05 Thread Douglas Anderson
On May 5, 2009, at 10:37 PM, Michael A. Smith mich...@smith-li.com wrote: In theory, doing symlinks with distutils isn't a big deal, but distutils.core.setup doesn't have the capability built in. (distutils.file_util does, but it's not clear how to trigger that intuitively within