This ebuild packages the data files (corpora etc.) of the NLTK python library. Reproducible: Always
Created attachment 165076 [details] ebuild for NLTK data files
if [ -e "${D}/usr/share/nltk_data/corpora/wordnet.zip" ] then unzip "${D}/usr/share/nltk_data/corpora/wordnet.zip" -d "${D}/usr/share/nltk_data/corpora/" why do you do such weird things in the ebuild? Either it's there or not :)
(In reply to comment #2) > if [ -e "${D}/usr/share/nltk_data/corpora/wordnet.zip" ] > then > unzip "${D}/usr/share/nltk_data/corpora/wordnet.zip" -d > "${D}/usr/share/nltk_data/corpora/" > > > why do you do such weird things in the ebuild? Either it's there or not :) > er, good point. I think this ebuild was unnecessary anyways, I'm going to try getting a single NLTK ebuild polished and ready some time this week.
Closing as obsolete, lets take this over to bug 385749 for now. Re-open if you dissent to this, of course.