Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Inline: Inline-0.790.0.ebuild ChangeLog Inline-0.510.0-r1.ebuild
Date: Wed, 25 Feb 2015 23:15:31
Message-Id: 20150225231528.40190128D8@oystercatcher.gentoo.org
1 dilfridge 15/02/25 23:15:28
2
3 Modified: ChangeLog
4 Added: Inline-0.790.0.ebuild
5 Removed: Inline-0.510.0-r1.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
10
11 Revision Changes Path
12 1.67 dev-perl/Inline/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/ChangeLog?rev=1.67&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/ChangeLog?rev=1.67&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/ChangeLog?r1=1.66&r2=1.67
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v
21 retrieving revision 1.66
22 retrieving revision 1.67
23 diff -u -r1.66 -r1.67
24 --- ChangeLog 8 Jan 2015 19:44:14 -0000 1.66
25 +++ ChangeLog 25 Feb 2015 23:15:28 -0000 1.67
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-perl/Inline
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.66 2015/01/08 19:44:14 zlogene Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.67 2015/02/25 23:15:28 dilfridge Exp $
31 +
32 +*Inline-0.790.0 (25 Feb 2015)
33 +
34 + 25 Feb 2015; Andreas K. Huettel <dilfridge@g.o>
35 + -Inline-0.510.0-r1.ebuild, +Inline-0.790.0.ebuild:
36 + Version bump
37
38 *Inline-0.780.0 (08 Jan 2015)
39
40
41
42
43 1.1 dev-perl/Inline/Inline-0.790.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/Inline-0.790.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/Inline-0.790.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: Inline-0.790.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/Inline/Inline-0.790.0.ebuild,v 1.1 2015/02/25 23:15:28 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=INGY
57 MODULE_VERSION=0.79
58 inherit perl-module
59
60 DESCRIPTION="Write Perl subroutines in other languages"
61
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
64 IUSE="test"
65
66 RDEPEND="
67 virtual/perl-Digest-MD5
68 virtual/perl-File-Spec
69 "
70 DEPEND="${RDEPEND}
71 virtual/perl-ExtUtils-MakeMaker
72 test? (
73 >=virtual/perl-Test-Simple-0.880.0
74 >=dev-perl/Test-Warn-0.230.0
75 )
76 "
77
78 SRC_TEST=do
79
80 src_test() {
81 MAKEOPTS+=" -j1" perl-module_src_test # bug 384137
82 }