Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42316 - New ebuild for ruby-serialport
Summary: New ebuild for ruby-serialport
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 17:39 UTC by Henry Jen
Modified: 2004-03-02 12:25 UTC (History)
0 users

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


Attachments
ebuild for ruby-serialport (ruby-serialport-0.6.ebuild,540 bytes, text/plain)
2004-02-20 17:40 UTC, Henry Jen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Jen 2004-02-20 17:39:03 UTC
Ruby/SerialPort is a Ruby's library that allow you to communicate via the RS232 port.
It support POSIX (Linux, *BSD, Solaris, AIX), Cygwin and native Windows.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




New ebuild file is attached.
Comment 1 Henry Jen 2004-02-20 17:40:12 UTC
Created attachment 26010 [details]
ebuild for ruby-serialport
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-03-02 12:25:42 UTC
Hi. Sorry for the delay. I hadn't any machine that I could test it
(my main PC is ThinkPad X21, which has no serial port :( ). I had
a chance to test it yesterday and it worked, so I committed it to
Portage.   On the whole, your ebuild looks quite well-written and easy
to read.   However, I made a little modification to your ebuild -
corrected LICENSE and changed KEYWORDS. You put "GPL" to LICENSE, but
it's not correct in ebuild policy. It should be one of
/usr/portage/licenses and the right LICENSE for this package is GPL-2.
README only says it's GPL, but if you see serialport.c you'll find it
should be GPL-2 (or later). As for KEYWORDS, you could write arches
that you tested on. I tested it on only ~x86, so I put ~x86 there. If
you really tested the package on those arches, please open another bug
to request each arch team to add the keyword (if not, just write only
~x86 when you submit any ebuild next time). 

Thanks for the contribution and see you next bug!