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/ExtUtils-Depends: ChangeLog ExtUtils-Depends-0.404.0.ebuild ExtUtils-Depends-0.306.0.ebuild
Date: Fri, 01 May 2015 13:01:26
Message-Id: 20150501130120.C65579B0@oystercatcher.gentoo.org
1 dilfridge 15/05/01 13:01:19
2
3 Modified: ChangeLog
4 Added: ExtUtils-Depends-0.404.0.ebuild
5 Removed: ExtUtils-Depends-0.306.0.ebuild
6 Log:
7 Version bump; remove old
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
10
11 Revision Changes Path
12 1.2 dev-perl/ExtUtils-Depends/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Depends/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Depends/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Depends/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Depends/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 1 May 2015 11:43:29 -0000 1.1
25 +++ ChangeLog 1 May 2015 13:01:19 -0000 1.2
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/ExtUtils-Depends
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Depends/ChangeLog,v 1.1 2015/05/01 11:43:29 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Depends/ChangeLog,v 1.2 2015/05/01 13:01:19 dilfridge Exp $
31 +
32 +*ExtUtils-Depends-0.404.0 (01 May 2015)
33 +
34 + 01 May 2015; Andreas K. Huettel <dilfridge@g.o>
35 + -ExtUtils-Depends-0.306.0.ebuild, +ExtUtils-Depends-0.404.0.ebuild:
36 + Version bump; remove old
37
38 *ExtUtils-Depends-0.403.0 (01 May 2015)
39 *ExtUtils-Depends-0.308.0 (01 May 2015)
40
41
42
43 1.1 dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.404.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.404.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.404.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ExtUtils-Depends-0.404.0.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.404.0.ebuild,v 1.1 2015/05/01 13:01:19 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=XAOC
57 MODULE_VERSION=0.404
58 inherit perl-module
59
60 DESCRIPTION="Easily build XS extensions that depend on XS extensions"
61
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
64 IUSE=""
65
66 RDEPEND="
67 virtual/perl-Data-Dumper
68 virtual/perl-File-Spec
69 virtual/perl-IO
70 "
71 DEPEND="${RDEPEND}
72 virtual/perl-ExtUtils-MakeMaker
73 "
74
75 SRC_TEST="do parallel"