Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 261471 - Request to add CPAN's Verilog-Perl to portage. ebuild file provided
Summary: Request to add CPAN's Verilog-Perl to portage. ebuild file provided
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Default Assignee for New Packages
URL: http://search.cpan.org/dist/Verilog-P...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-06 17:20 UTC by Armond Paiva
Modified: 2009-03-09 18:52 UTC (History)
1 user (show)

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


Attachments
ebuild from filer's overlay (Verilog-Perl-3.120.ebuild,327 bytes, text/plain)
2009-03-06 18:52 UTC, Armond Paiva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Armond Paiva 2009-03-06 17:20:00 UTC
Verilog-Perl is a perl module with utilities for parsing Verilog code.


======================================
Verilog-Perl-3.120.ebuild
--------------------------------------

inherit perl-module

DESCRIPTION="Verilog language parsing utilities package"
SRC_URI="mirror://cpan/authors/id/W/WS/WSNYDER/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/Verilog/${P}.readme"

LICENSE="Artistic"
KEYWORDS="alpha amd64 ~ia64 ppc sparc x86"
IUSE=""

SLOT="0"
SRC_TEST="do"

DEPEND="dev-lang/perl"


Reproducible: Always
Comment 1 Armond Paiva 2009-03-06 18:52:02 UTC
Created attachment 184163 [details]
ebuild from filer's overlay

Working ebuild file
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-09 17:09:24 UTC
Reassigning to maintainer-wanted, CCing perl herd.
Comment 3 Sergiy Borodych 2009-03-09 17:49:26 UTC
From
http://www.gentoo.org/proj/en/devrel/handbook/hb-policy-ebuild.xml

"
New Perl modules are to be added to portage only when one of the following conditions is met:

    * The module(s) fulfill a dependency
    * The module(s) cannot be handled by g-cpan
    * The module(s) add functionality to existing ebuilds
    * The module(s) provide tools, applications or other features (i.e. more than what their .PM offers)
"

So why it need add to portage ?
Comment 4 Armond Paiva 2009-03-09 18:52:25 UTC
(In reply to comment #3)
Got it. I wasn't aware of g-cpan.  G-cpan is sufficient for this module. Thanks.

> From
> http://www.gentoo.org/proj/en/devrel/handbook/hb-policy-ebuild.xml
> 
> "
> New Perl modules are to be added to portage only when one of the following
> conditions is met:
> 
>     * The module(s) fulfill a dependency
>     * The module(s) cannot be handled by g-cpan
>     * The module(s) add functionality to existing ebuilds
>     * The module(s) provide tools, applications or other features (i.e. more
> than what their .PM offers)
> "
> 
> So why it need add to portage ?
>