Gentoo Archives: gentoo-dev

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] anybody interested in writing a Perl ebuild?
Date: Thu, 24 May 2012 19:34:26
Message-Id: CAATnKFA8j_dO5ALQHEFJrU5C_m8iSsYW8G28vh8MMWgUPj6uSA@mail.gmail.com
In Reply to: Re: [gentoo-dev] anybody interested in writing a Perl ebuild? by Grant
1 On 25 May 2012 07:22, Grant <emailgrant@×××××.com> wrote:
2 >
3 > EAPI="2"
4 >
5 > MODULE_AUTHOR="IKEGAMI"
6 >
7 > inherit perl-module
8 >
9 > DESCRIPTION="Parse and format RFC3339 datetime strings"
10 >
11 > LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
12 > SLOT="0"
13
14 add this:
15
16 MODULE_VERSION="v${PV}"
17
18 just before the inherit line and that *should* do the trick.
19
20 --
21 Kent
22
23 perl -e  "print substr( \"edrgmaM  SPA NOcomil.ic\\@tfrken\", \$_ * 3,
24 3 ) for ( 9,8,0,7,1,6,5,4,3,2 );"
25
26 http://kent-fredric.fox.geek.nz

Replies

Subject Author
Re: [gentoo-dev] anybody interested in writing a Perl ebuild? Grant <emailgrant@×××××.com>