Hi! Please find attached style-check-0.7.ebuild style check parses latex-formatted text in search of forbidden phrases and prints error messages formatted as if from a compiler. http://www.cs.umd.edu/~nspring/software/style-check-readme.html I suggest dev-tex/style-check
Created attachment 47675 [details] style-check-0.7.ebuild
Ick. Kill all those comments, and don't install inside src_compile.
Created attachment 47677 [details] style-check-0.7.ebuild (2nd version) This one removes the comments and fixes src_install
Sorry about that, this is my first ebuild. One other thing, the ebuild needs to have "-sandbox" for some reason. Not sure how to fix that up right.
How do I get this into the tree? It is working fine for me.
Sorry for the delay. I'm busy working on stabilising tetex-3.0, but I'll look into your ebuild asap.
Thanks, I really appreciate it! It is a really cool program.
As for sandbox issue, you need to use make PREFIX=/usr/ DESTDIR=${D} install || die to get files installed in correct location. You need to check Makefile(and/or configure script if any) if you get sandbox violation when you try to create an ebuild. You don't need to inherit eutils unless you use extra functions defined there. Other parts look fine and so I rewrote make arguments and committed the ebuild to CVS. However, I tested it on only x86 environment, so if you need amd64 keyword please open another bug for keywording and assign to amd64@gentoo.org. Thank you :)
Please mark amd64 as stable.