Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Runtime-Conflicts: Module-Runtime-Conflicts-0.2.0.ebuild metadata.xml ChangeLog
Date: Sat, 25 Jul 2015 20:19:10
Message-Id: 20150725201907.691C6C0@oystercatcher.gentoo.org
1 dilfridge 15/07/25 20:19:07
2
3 Added: Module-Runtime-Conflicts-0.2.0.ebuild metadata.xml
4 ChangeLog
5 Log:
6 New package, needed for dev-perl/Moose, ebuild by Kent Fredric, bug 554938
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
9
10 Revision Changes Path
11 1.1 dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild?rev=1.1&content-type=text/plain
15
16 Index: Module-Runtime-Conflicts-0.2.0.ebuild
17 ===================================================================
18 # Copyright 1999-2015 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.2.0.ebuild,v 1.1 2015/07/25 20:19:07 dilfridge Exp $
21
22 EAPI=5
23
24 MODULE_AUTHOR=ETHER
25 MODULE_VERSION=0.002
26 inherit perl-module
27
28 DESCRIPTION="Provide information on conflicts for Module::Runtime"
29
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE="test"
33
34 RDEPEND="
35 dev-perl/Dist-CheckConflicts
36 dev-perl/Module-Runtime
37 "
38 DEPEND="${RDEPEND}
39 >=dev-perl/Module-Build-Tiny-0.39.0
40 test? (
41 virtual/perl-ExtUtils-MakeMaker
42 virtual/perl-File-Spec
43 >=virtual/perl-Test-Simple-0.880.0
44 virtual/perl-if
45 )
46 "
47
48 SRC_TEST="do parallel"
49
50
51
52 1.1 dev-perl/Module-Runtime-Conflicts/metadata.xml
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/metadata.xml?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/metadata.xml?rev=1.1&content-type=text/plain
56
57 Index: metadata.xml
58 ===================================================================
59 <?xml version="1.0" encoding="UTF-8"?>
60 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 <pkgmetadata>
62 <herd>perl</herd>
63 </pkgmetadata>
64
65
66
67 1.1 dev-perl/Module-Runtime-Conflicts/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/ChangeLog?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Runtime-Conflicts/ChangeLog?rev=1.1&content-type=text/plain
71
72 Index: ChangeLog
73 ===================================================================
74 # ChangeLog for dev-perl/Module-Runtime-Conflicts
75 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
76 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime-Conflicts/ChangeLog,v 1.1 2015/07/25 20:19:07 dilfridge Exp $
77
78 *Module-Runtime-Conflicts-0.2.0 (25 Jul 2015)
79
80 25 Jul 2015; Andreas K. Huettel <dilfridge@g.o>
81 +Module-Runtime-Conflicts-0.2.0.ebuild, +metadata.xml:
82 New package, needed for dev-perl/Moose, ebuild by Kent Fredric, bug 554938