Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35773 - ruby-svg-1.0.3.ebuild (New Package)
Summary: ruby-svg-1.0.3.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-13 19:30 UTC by Martin Stannard
Modified: 2006-03-12 09:14 UTC (History)
1 user (show)

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


Attachments
ruby-svg-1.0.3.ebuild (ruby-svg-1.0.3.ebuild,500 bytes, text/plain)
2003-12-13 19:31 UTC, Martin Stannard
Details
corrected ruby-svg-1.0.3.ebuild (ruby-svg-1.0.3.ebuild,535 bytes, text/plain)
2003-12-15 04:17 UTC, Martin Stannard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Stannard 2003-12-13 19:30:16 UTC
Please find attached ruby-svg.ebuild

ruby-svg is a package that allows the generation of svg files using the Ruby language

Martin



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Stannard 2003-12-13 19:31:37 UTC
Created attachment 22163 [details]
ruby-svg-1.0.3.ebuild
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-12-14 15:14:47 UTC
Hi, it is a simple ruby package so you don't need to worry much about
it, but here is some comments on your ebuild:

* LICENSE must match something that exists in /usr/portage/licenses.
  The source archive contains a file named LGPL, so you were right
  about it, but you need to specify version number along with LGPL.
  Please take a look at LGPL file in the source distribution and
  determine its version (it must be either LGPL-2 or LGPL-2.1).
* You should write [category/pkgname] in DEPEND list, not [pkgname]
  alone. It would look like >=dev-lang/ruby-1.6.5 in your case.
  Please refer to man 5 ebuild for detail.
* It is preferrable to include READMEs in addition to the package.
  Adding "dodoc README*" at the bottom of src_install() will do the
  job.

Please reattach your ebuild when you finish these things.
Comment 3 Martin Stannard 2003-12-15 04:17:13 UTC
Created attachment 22239 [details]
corrected ruby-svg-1.0.3.ebuild
Comment 4 Martin Stannard 2003-12-15 04:18:10 UTC
Comment on attachment 22239 [details]
corrected ruby-svg-1.0.3.ebuild

fixed as per usata's comments
Comment 5 Mamoru KOMACHI (RETIRED) gentoo-dev 2003-12-15 09:30:12 UTC
Thanks for the contribution. I've just committed it. Will be available after next sync.
Comment 6 seddes 2006-03-12 09:14:24 UTC
(In reply to comment #5)
> Thanks for the contribution. I've just committed it. Will be available after
> next sync.
> 

Please add amd64 to the keywords list.