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/Catalyst-Model-Adaptor/
Date: Wed, 23 Feb 2011 07:06:49
Message-Id: 09c1c6896adc67bbe0d3e712b3e07c8f5ae64684.tove@gentoo
1 commit: 09c1c6896adc67bbe0d3e712b3e07c8f5ae64684
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 07:05:46 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 07:05:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=09c1c689
7
8 [bump] dev-perl/Catalyst-Model-Adaptor-0.100
9
10 (Portage version: 2.2.0_alpha24/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 .../Catalyst-Model-Adaptor-0.100.ebuild | 27 ++++++++++++++++++++
14 dev-perl/Catalyst-Model-Adaptor/ChangeLog | 8 +++++-
15 2 files changed, 34 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Model-Adaptor/Catalyst-Model-Adaptor-0.100.ebuild b/dev-perl/Catalyst-Model-Adaptor/Catalyst-Model-Adaptor-0.100.ebuild
18 new file mode 100644
19 index 0000000..e0013e6
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Model-Adaptor/Catalyst-Model-Adaptor-0.100.ebuild
22 @@ -0,0 +1,27 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=3
27 +MODULE_AUTHOR=BOBTFISH
28 +MODULE_VERSION=0.10
29 +inherit perl-module
30 +
31 +DESCRIPTION="helper for the incredibly lazy"
32 +LICENSE="|| ( Artistic GPL-2 )"
33 +
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +
37 +IUSE="test"
38 +RDEPEND="
39 + dev-perl/MRO-Compat
40 + dev-perl/Catalyst-Runtime
41 +"
42 +DEPEND="
43 + ${RDEPEND}
44 + test? (
45 + virtual/perl-Test-Simple
46 + dev-perl/Test-use-ok
47 + )
48 +"
49 +SRC_TEST=do
50
51 diff --git a/dev-perl/Catalyst-Model-Adaptor/ChangeLog b/dev-perl/Catalyst-Model-Adaptor/ChangeLog
52 index db1c052..08f52e7 100644
53 --- a/dev-perl/Catalyst-Model-Adaptor/ChangeLog
54 +++ b/dev-perl/Catalyst-Model-Adaptor/ChangeLog
55 @@ -1,7 +1,13 @@
56 # ChangeLog for dev-perl/Catalyst-Model-Adaptor
57 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
58 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
59 # $Header: $
60
61 +*Catalyst-Model-Adaptor-0.100 (23 Feb 2011)
62 +
63 + 23 Feb 2011; Torsten Veller <tove@g.o>
64 + +Catalyst-Model-Adaptor-0.100.ebuild:
65 + Version bump
66 +
67 *Catalyst-Model-Adaptor-0.09 (10 Aug 2010)
68
69 10 Aug 2010; Michele Beltrame <m@××××××××××.info>