Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-SharedFork/
Date: Sat, 12 Feb 2011 06:27:17
Message-Id: c89e03b4f21d2895843d1257040610a103e1fc87.tove@gentoo
1 commit: c89e03b4f21d2895843d1257040610a103e1fc87
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 12 06:13:24 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 12 06:13:24 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c89e03b4
7
8 [bump] dev-perl/Test-SharedFork-0.160
9
10 (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/Test-SharedFork/ChangeLog | 7 +++++-
14 .../Test-SharedFork/Test-SharedFork-0.160.ebuild | 21 ++++++++++++++++++++
15 2 files changed, 27 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Test-SharedFork/ChangeLog b/dev-perl/Test-SharedFork/ChangeLog
18 index 435bafc..1c0025c 100644
19 --- a/dev-perl/Test-SharedFork/ChangeLog
20 +++ b/dev-perl/Test-SharedFork/ChangeLog
21 @@ -1,7 +1,12 @@
22 # ChangeLog for dev-perl/Test-SharedFork
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Test-SharedFork-0.160 (12 Feb 2011)
28 +
29 + 12 Feb 2011; Torsten Veller <tove@g.o> +Test-SharedFork-0.160.ebuild:
30 + Version bump
31 +
32 *Test-SharedFork-0.15 (20 Sep 2010)
33
34 20 Sep 2010; Kent Fredric <kentfredric@×××××.com>
35
36 diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.160.ebuild b/dev-perl/Test-SharedFork/Test-SharedFork-0.160.ebuild
37 new file mode 100644
38 index 0000000..b7e0597
39 --- /dev/null
40 +++ b/dev-perl/Test-SharedFork/Test-SharedFork-0.160.ebuild
41 @@ -0,0 +1,21 @@
42 +# Copyright 1999-2011 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +
46 +EAPI=3
47 +
48 +MODULE_AUTHOR=TOKUHIROM
49 +MODULE_VERSION=0.16
50 +inherit perl-module
51 +
52 +DESCRIPTION="fork test"
53 +
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE="test"
57 +
58 +RDEPEND=""
59 +DEPEND="${RDEPEND}
60 + test? ( >=virtual/perl-Test-Simple-0.88 )"
61 +
62 +SRC_TEST=do