Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Without-Module: Test-Without-Module-0.180.0.ebuild ChangeLog
Date: Wed, 25 Feb 2015 11:02:55
Message-Id: 20150225110252.5965B12841@oystercatcher.gentoo.org
1 monsieurp 15/02/25 11:02:52
2
3 Modified: ChangeLog
4 Added: Test-Without-Module-0.180.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14/cvs/Linux i686, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 dev-perl/Test-Without-Module/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Without-Module/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Without-Module/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Without-Module/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Without-Module/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 3 Feb 2013 18:27:11 -0000 1.1
24 +++ ChangeLog 25 Feb 2015 11:02:52 -0000 1.2
25 @@ -1,10 +1,15 @@
26 # ChangeLog for dev-perl/Test-Without-Module
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Without-Module/ChangeLog,v 1.1 2013/02/03 18:27:11 tove Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Without-Module/ChangeLog,v 1.2 2015/02/25 11:02:52 monsieurp Exp $
31 +
32 +*Test-Without-Module-0.180.0 (25 Feb 2015)
33 +
34 + 25 Feb 2015; Patrice Clement <monsieurp@g.o>
35 + +Test-Without-Module-0.180.0.ebuild:
36 + Version bump.
37
38 *Test-Without-Module-0.170.0 (03 Feb 2013)
39
40 03 Feb 2013; Torsten Veller <tove@g.o>
41 +Test-Without-Module-0.170.0.ebuild, +metadata.xml:
42 Initial commit for dev-perl/MooseX-ConfigFromFile
43 -
44
45
46
47 1.1 dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: Test-Without-Module-0.180.0.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Without-Module/Test-Without-Module-0.180.0.ebuild,v 1.1 2015/02/25 11:02:52 monsieurp Exp $
57
58 EAPI=5
59
60 MODULE_AUTHOR=CORION
61 MODULE_VERSION=0.18
62 inherit perl-module
63
64 DESCRIPTION="Test fallback behaviour in absence of modules"
65
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="test"
69
70 DEPEND="
71 test? (
72 dev-perl/File-Slurp
73 dev-perl/Test-Pod
74 )
75 "
76
77 SRC_TEST=do