Gentoo Archives: gentoo-dev

From: Grant <emailgrant@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] anybody interested in writing a Perl ebuild?
Date: Wed, 23 May 2012 08:16:12
Message-Id: CAN0CFw1_t-mmvr8zrXu4i26dDVu468nUwteBU+VW8-gnTYbTuA@mail.gmail.com
In Reply to: Re: [gentoo-dev] anybody interested in writing a Perl ebuild? by "Robin H. Johnson"
1 >> Hello, is anyone interested in writing a Perl ebuild for this payment module:
2 >> http://search.cpan.org/dist/Net-Braintree/
3 > Use g-cpan.
4 >
5 > g-cpan -g Net::Braintree
6 >
7 > It will generate packages for the module and all needed deps
8 > (DateTime-Format-RFC3339, DateTime-Format-Atom,
9 > Module-Install-TestTarget, Hash-Inflator, local-lib, URI-Query).
10
11 Thanks, I gave that a try and it did a bunch of stuff but when I try
12 to emerge Net-Braintree I get:
13
14 >>> Verifying ebuild manifests
15 !!! A file is not listed in the Manifest:
16 '/var/lib/layman/moonrise/perl-gcpan/DateTime-Format-RFC3339/DateTime-Format-RFC3339-1.0.5.ebuild'
17 !!! A file is not listed in the Manifest:
18 '/var/lib/layman/moonrise/perl-gcpan/DateTime-Format-Atom/DateTime-Format-Atom-1.0.2.ebuild'
19
20 I noticed that g-cpan put all of the ebuilds it generated in:
21
22 /var/lib/layman/moonrise/perl-gcpan
23
24 Is that the right place for them?
25
26 - Grant

Replies

Subject Author
Re: [gentoo-dev] anybody interested in writing a Perl ebuild? "Robin H. Johnson" <robbat2@g.o>