And thou shalt receive. Yay for bash: http://underrun.org/~gadget/OrphanList.log
For those interested I used this: wget -nc http://sprunge.us/SNGT > touch OrphanList.log > for i in $(cat SNGT | sort -n) > do > echo $i $(/usr/share/namcap-reports/scripts/community-maintainer.sh > $i) | tee -a OrphanList.log > done > cat OrphanList.log | column -t > tempfile > mv tempfile OrphanList.log Gadget3000 On 14 August 2011 11:41, Baptiste <[email protected]> wrote: > On Sun, Aug 14, 2011 at 08:55:35AM +0200, Magnus Therning wrote: > > On Sun, Aug 14, 2011 at 02:51:33AM +0200, Lukas Fleischer wrote: > > > Andrea suggested this about two months ago [1] - it's time to take > > > the gloves off. I just created a list of packages that have been > > > flagged out-of-date for almost 6 months now and still have a > > > maintainer [2]. > > > > > > If you maintain any of these packages, feel free to update it. I > > > will re-generate that list and mass orphan affected packages in a > > > week's time. > > > > > > [1] > http://mailman.archlinux.org/pipermail/aur-general/2011-June/014792.html > > > [2] http://sprunge.us/SNGT > > > > It would be useful to also include the maintainers name in that list, > > and then sort it. > > > > /M > > +1 for sorting alphabetically, and adding the maintainer name is not a > bad idea. > > zorun > > -- > "C'est mieux, mais il y a plus cher ailleurs" : > ____ _ _ _ _ ___ _ > / ___| \ | | | | | / / | (_)_ __ _ ___ __ > | | _| \| | | | |/ /| | | | '_ \| | | \ \/ / > | |_| | |\ | |_| / / | |___| | | | | |_| |> < > \____|_| \_|\___/_/ |_____|_|_| |_|\__,_/_/\_\ > > GNU/Linux fan && Archlinux user > >
