Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111264 - ruby-pcap-0.6.ebuild (New Package)
Summary: ruby-pcap-0.6.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: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-11-02 08:57 UTC by James Cassidy
Modified: 2006-12-16 18:08 UTC (History)
1 user (show)

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


Attachments
ruby-pcap-0.6 ebuild (ruby-pcap-0.6.ebuild,530 bytes, text/plain)
2005-11-02 08:58 UTC, James Cassidy
Details
ruby-pcap-0.6.ebuild (Fixed) (ruby-pcap-0.6.ebuild,487 bytes, text/plain)
2005-11-02 10:39 UTC, James Cassidy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Cassidy 2005-11-02 08:57:44 UTC
Attached is an ebuild for building the ruby-pcap extension for the ruby
scripting language.  This extension allows a programmer to use the pcap library
from within ruby.


Reproducible: Always
Steps to Reproduce:
Comment 1 James Cassidy 2005-11-02 08:58:46 UTC
Created attachment 71938 [details]
ruby-pcap-0.6 ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-11-02 09:59:38 UTC
- please attach files as plain text
- the ebuild header is invalid
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-11-02 09:59:38 UTC
- please attach files as plain text
- the ebuild header is invalid¹
- GPL is not a valid license, please have a look at /usr/portage/licenses
- use  make DESTDIR="${D}" install  instead  einstall  if possible


[1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment 4 James Cassidy 2005-11-02 10:18:48 UTC
- please attach files as plain text
   -- I selected autodetect, guess it doesn't work too well.

- the ebuild header is invalid
   -- What should it be? I didn't see anything in "Contributing Ebuilds"
      on what the header should be when submitting them.

- GPL is not a valid license, please have a look at /usr/portage/licenses
   -- Fixed, I'll upload when I fix the header.

- use  make DESTDIR="${D}" install  instead  einstall  if possible
   -- I get sandbox errors when using 'make DESTDIR="${D}"'.  It doesn't 
      matter, I removed the src_install/src_compile sections.  The reasons 
      I had them there in the first place were fixed by the
      'S="${WORKDIR}/pcap"' line.

Comment 5 James Cassidy 2005-11-02 10:39:52 UTC
Created attachment 71946 [details]
ruby-pcap-0.6.ebuild (Fixed)
Comment 6 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2006-12-16 18:08:27 UTC
Added to CVS. Thanks for the ebuild and sorry for being too late.