Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/
Date: Sun, 27 Mar 2016 19:38:57
Message-Id: 1459107416.09b555dd35dce8da58187c3aa57b73b77daf0c48.dilfridge@gentoo
1 commit: 09b555dd35dce8da58187c3aa57b73b77daf0c48
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 19:36:56 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 19:36:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b555dd
7
8 dev-perl/Module-Build-XSUtil: Remove old
9
10 Package-Manager: portage-2.2.28
11
12 dev-perl/Module-Build-XSUtil/Manifest | 1 -
13 .../Module-Build-XSUtil-0.140.0.ebuild | 40 ----------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
17 index 910649a..24750af 100644
18 --- a/dev-perl/Module-Build-XSUtil/Manifest
19 +++ b/dev-perl/Module-Build-XSUtil/Manifest
20 @@ -1,2 +1 @@
21 -DIST Module-Build-XSUtil-0.14.tar.gz 14863 SHA256 d344fe7986767d7689b332c04d53fa02ff33f383dd5fd1769833c4b25415b625 SHA512 88932b6b726bcb86663318b49d2c1e4449d330c155729e7cd149e6bfb419e337f09140ebdb99a779f85f7398c5eccb464b990d4ad7cf3cd980609dfc3f6c3c70 WHIRLPOOL cf68390b609ed81bf29e736e0a09d9635700a8dcc6f4c585321bcc2cb2f685bd12139a3adc4a26820c6402f0a4659f90ea90b7094deb4cc434a58298f02534dc
22 DIST Module-Build-XSUtil-0.16.tar.gz 15137 SHA256 15762fa4e43b41302cff261c7ad75aacdc874f416981f206d783f20acd023adb SHA512 8acc86564341e5ac435e37ecf6c10fdd5621dff3d5fe1764ca229ea2228e990d9774b65a9e95b1154c8dc4afd5299173e5eb6c632c4fbbe86162b7bb319bc18e WHIRLPOOL 43c13e1524bad731033c279bc6329ad67e2273a12cf5e648e0038ba3c2bc714bcf0c73dca73f22e17f8a659c5ba032c2f9f5f843f2e0798695c5c38cb4f64c43
23
24 diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
25 deleted file mode 100644
26 index 3edd459..0000000
27 --- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -MODULE_AUTHOR="HIDEAKIO"
37 -MODULE_VERSION=0.14
38 -inherit perl-module
39 -
40 -DESCRIPTION="A Module::Build class for building XS modules"
41 -
42 -SLOT="0"
43 -KEYWORDS="amd64 ~hppa ~ppc ~x86"
44 -IUSE="test"
45 -# File::Basename -> perl
46 -RDEPEND="
47 - >=dev-perl/Devel-CheckCompiler-0.20.0
48 - >=virtual/perl-Devel-PPPort-3.190.0
49 - virtual/perl-Exporter
50 - virtual/perl-ExtUtils-CBuilder
51 - virtual/perl-File-Path
52 - >=virtual/perl-XSLoader-0.20.0
53 - virtual/perl-parent
54 -"
55 -# File::Spec::Functions -> virtual/perl-File-Spec
56 -# Test::More -> perl-Test-Simple
57 -DEPEND="
58 - >=dev-perl/Module-Build-0.400.500
59 - ${RDEPEND}
60 - test? (
61 - dev-perl/Capture-Tiny
62 - dev-perl/Cwd-Guard
63 - dev-perl/File-Copy-Recursive
64 - virtual/perl-File-Spec
65 - virtual/perl-File-Temp
66 - >=virtual/perl-Test-Simple-0.980.0
67 - )
68 -"
69 -SRC_TEST="do parallel"