Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
As apparently anything came out from bug 6215, I wrote a new ebuild for chipmunk system (http://www.cs.berkeley.edu/~lazzaro/chipmunk/). From the site: "The software tools in the Chipmunk system perform a wide variety of tasks: electronic circuit simulation and schematic capture, graphics editing, and curve plotting, to name a few..." This software is used for example to teach circuit logic courses in some universities. Herton R. Krzesinski Reproducible: Always Steps to Reproduce:
Created an attachment (id=14498) [details] A new ebuild for chipmunk system - a circuit schematic and simulation enviroment (new package)
Created an attachment (id=14499) [details] A new ebuild for chipmunk system - a circuit schematic and simulation enviroment (new package)
Created an attachment (id=14500) [details] ChangeLog for the ebuild
Created an attachment (id=14501) [details] digest for chipmunksystem-10030321.ebuild
Sorry about the double posting, please desconsider the attachment id=14499. I made this because of this error, but the file was posted anyway and i did'nt see it: Status: 400 Bad request (malformed multipart POST) Content-type: text/html Software error: Undefined subroutine &main::ThrowCodeError called at Bugzilla/CGI.pm line 78. For help, please send mail to the webmaster (webmaster@oregonstate.edu), giving this error message and the time and date of the error. Content-type: text/html Software error: [Tue Jul 15 01:31:12 2003] processmail: Undefined subroutine &main::ThrowCodeError called at Bugzilla/CGI.pm line 78. Compilation failed in require at ./processmail line 31. For help, please send mail to the webmaster (webmaster@oregonstate.edu), giving this error message and the time and date of the error.
Reassigning. While not exactly sci, this is the closest one, and we have a few similar packages under app-sci already. BTW, ids there already enough such stuff to warrant a category? (app-ee or app-circuitry perhaps?) George
How often do updates of these packages happen? It wouldn't be a good idea to force users to recompile everything because one tool has changed. If it is still under development, we should maybe better split this into single packages. Herton?
I think chipmunk updates does't occurs frequently, (may be every year? the lastest versions were realeased *March 21, 2003*, *June 5, 2002* and *August 17, 2001*). But anyway this package don't seems to affect others, so the recompile thing isn't a issue, and about the package split, we can do if it's worth the effort (some parts are very small, or may be not used very often...)
Created an attachment (id=31505) [details] chipmunksystem-20031105.ebuild - Updated ebuild - New version - Updated SRC_URI - Installs the shared files in /usr/share/${PN} rather than /usr/share/${P} since that's what other packages do
Created an attachment (id=31506) [details] ChangeLog Goes with 31505: chipmunksystem-20031105.ebuild - Updated ebuild
Created an attachment (id=31507) [details] digest-chipmunksystem-20031105 Goes with 31505: chipmunksystem-20031105.ebuild - Updated ebuild
Created an attachment (id=31508) [details] metadata.xml Goes with 31505: chipmunksystem-20031105.ebuild - Updated ebuild - Assigns to the sci herd - Provides extended description
Did some little cleanups (used sed -i instead of cp;sed;mv, put installs into a loop) and put into portage. Thanks guys.