On Fri, Jun 5, 2009 at 1:47 PM, Rémi Cardona<r...@gentoo.org> wrote: > My plan is to go over each package as time permits, check the license and > then make the x-modular eclass set the default license to MIT instead of > ${PN}. > > I could definitely use a hand to check all those packages :) >
Here's a list of packages that inherit x-modular.eclass and don't define LICENSE (prefixed by "Plz2fix"): http://dev.gentoo.org/~nirbheek/files/x-modular-packages-without-LICENSE Command used to generate it: for ebuild in */*/*.ebuild; do grep -qe x-modular "${ebuild}" && { grep -qe LICENSE "${ebuild}" && echo "Fine: ${ebuild}" || echo "Plz2fix: ${ebuild}"; }; done > x-modular-packages-without-LICENSE -- ~Nirbheek Chauhan