gentoolkit 0.1.11: emerge-webrsync downloads old files. The 'exit 0' (see below) in the script 'emerge-webrsync' does not cause the script to end, instead the script continues to download older snapshots. --- for i in $GENTOO_MIRRORS ; do url="${i}/snapshots/$file" echo $url wget $url && ( tar xjf $file rm $file rsync -av . /usr/ exit 0 ) done --- Should be something like this: --- if (wget $url) then tar xjf $file rm $file rsync -av . /usr/ exit 0 fi ---
karl, qpkg -I no longer reports versions either: nebuchadnezzar root # qpkg -I libpng media-libs/libpng *
Fixed. Will show up in the next release of Gentoolkit.