Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157301 - perl module "RTF::Writer
Summary: perl module "RTF::Writer
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-12-06 03:11 UTC by Aurélien Requiem
Modified: 2006-12-06 04:36 UTC (History)
0 users

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


Attachments
ebuild for the perl module (RTF-Writer-1.11-r1.ebuild,498 bytes, text/plain)
2006-12-06 03:13 UTC, Aurélien Requiem
Details

Note You need to log in before you can comment on or make changes to this bug.
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