Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76721 - style-check-0.7.ebuild (New Package)
Summary: style-check-0.7.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-01-04 20:58 UTC by Jacob Martin
Modified: 2005-08-27 16:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
style-check-0.7.ebuild (style-check-0.7.ebuild,2.96 KB, text/plain)
2005-01-04 20:59 UTC, Jacob Martin
Details
style-check-0.7.ebuild (2nd version) (style-check-0.7.ebuild,805 bytes, text/plain)
2005-01-04 22:02 UTC, Jacob Martin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Martin 2005-01-04 20:58:00 UTC
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
Comment 1 Jacob Martin 2005-01-04 20:59:10 UTC
Created attachment 47675 [details]
style-check-0.7.ebuild
Comment 2 Ciaran McCreesh 2005-01-04 21:05:00 UTC
Ick. Kill all those comments, and don't install inside src_compile.
Comment 3 Jacob Martin 2005-01-04 22:02:59 UTC
Created attachment 47677 [details]
style-check-0.7.ebuild (2nd version)

This one removes the comments and fixes src_install
Comment 4 Jacob Martin 2005-01-04 22:03:17 UTC
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. 
Comment 5 Jacob Martin 2005-02-09 14:34:13 UTC
How do I get this into the tree?  It is working fine for me.
Comment 6 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-12 09:44:52 UTC
Sorry for the delay. I'm busy working on stabilising tetex-3.0,
but I'll look into your ebuild asap.
Comment 7 Jacob Martin 2005-02-13 19:22:45 UTC
Thanks, I really appreciate it!  

It is a really cool program.
Comment 8 Mamoru KOMACHI (RETIRED) gentoo-dev 2005-02-22 05:20:31 UTC
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 :)
Comment 9 Jacob Martin 2005-08-27 16:43:53 UTC
Please mark amd64 as stable.