Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 157301

Summary: perl module "RTF::Writer
Product: Gentoo Linux Reporter: Aurélien Requiem <bugs>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED NEEDINFO    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for the perl module

Description Aurélien Requiem 2006-12-06 03:11:30 UTC
Hello

For my personnal needs, i had to install the perl module named "RTF::WRiter".
It was not available in the portage. So i've created the ebuild and checked the dependencies.

I've tested the module in my application and everything seems to be ok.

Can anyone tell me if it will in integrated in the portage ?

<------- ebuild ------>
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit perl-module

DESCRIPTION="RTF::Writer - for generating documents in Rich Text Format"
HOMEPAGE="http://search.cpan.org/~sburke/RTF-Writer-1.11/lib/RTF/Writer.pod"
SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz"

LICENSE="Artistic"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""


DEPEND="dev-lang/perl
    dev-perl/ImageSize"
RDEPEND="${DEPEND}"

<------- /ebuild ----->
Comment 1 Aurélien Requiem 2006-12-06 03:13:28 UTC
Created attachment 103437 [details]
ebuild for the perl module

Here is the ebuild ;-)

(please remember to change Keywords ;-)

Enjoy
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-06 03:19:15 UTC
Please, review the following and explain why is this ebuild needed in portage:

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=3&chap=1#doc_chap2

Thanks.

Comment 3 Aurélien Requiem 2006-12-06 04:36:49 UTC
Well, i didn't know about this bok, especially for perl modules.

I'm closing this bug as long it doesn't meet your reqs.


Aur
Comment 4 Aurélien Requiem 2006-12-06 04:36:49 UTC
Well, i didn't know about this bok, especially for perl modules.

I'm closing this bug as long it doesn't meet your reqs.


Aurélien