From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 72F5659CA9 for ; Sun, 27 Mar 2016 19:38:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAF4D21C038; Sun, 27 Mar 2016 19:38:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D49A621C038 for ; Sun, 27 Mar 2016 19:38:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0DBB340A9C for ; Sun, 27 Mar 2016 19:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F86786C for ; Sun, 27 Mar 2016 19:38:35 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1459107416.09b555dd35dce8da58187c3aa57b73b77daf0c48.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Build-XSUtil/Manifest dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild X-VCS-Directories: dev-perl/Module-Build-XSUtil/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 09b555dd35dce8da58187c3aa57b73b77daf0c48 X-VCS-Branch: master Date: Sun, 27 Mar 2016 19:38:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6ecc735b-dba7-4239-a917-722d08e940b9 X-Archives-Hash: dc950e1d6179a0a01bb4b890b69fab1d commit: 09b555dd35dce8da58187c3aa57b73b77daf0c48 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Mar 27 19:36:56 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Mar 27 19:36:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b555dd dev-perl/Module-Build-XSUtil: Remove old Package-Manager: portage-2.2.28 dev-perl/Module-Build-XSUtil/Manifest | 1 - .../Module-Build-XSUtil-0.140.0.ebuild | 40 ---------------------- 2 files changed, 41 deletions(-) diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest index 910649a..24750af 100644 --- a/dev-perl/Module-Build-XSUtil/Manifest +++ b/dev-perl/Module-Build-XSUtil/Manifest @@ -1,2 +1 @@ -DIST Module-Build-XSUtil-0.14.tar.gz 14863 SHA256 d344fe7986767d7689b332c04d53fa02ff33f383dd5fd1769833c4b25415b625 SHA512 88932b6b726bcb86663318b49d2c1e4449d330c155729e7cd149e6bfb419e337f09140ebdb99a779f85f7398c5eccb464b990d4ad7cf3cd980609dfc3f6c3c70 WHIRLPOOL cf68390b609ed81bf29e736e0a09d9635700a8dcc6f4c585321bcc2cb2f685bd12139a3adc4a26820c6402f0a4659f90ea90b7094deb4cc434a58298f02534dc DIST Module-Build-XSUtil-0.16.tar.gz 15137 SHA256 15762fa4e43b41302cff261c7ad75aacdc874f416981f206d783f20acd023adb SHA512 8acc86564341e5ac435e37ecf6c10fdd5621dff3d5fe1764ca229ea2228e990d9774b65a9e95b1154c8dc4afd5299173e5eb6c632c4fbbe86162b7bb319bc18e WHIRLPOOL 43c13e1524bad731033c279bc6329ad67e2273a12cf5e648e0038ba3c2bc714bcf0c73dca73f22e17f8a659c5ba032c2f9f5f843f2e0798695c5c38cb4f64c43 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 deleted file mode 100644 index 3edd459..0000000 --- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR="HIDEAKIO" -MODULE_VERSION=0.14 -inherit perl-module - -DESCRIPTION="A Module::Build class for building XS modules" - -SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~x86" -IUSE="test" -# File::Basename -> perl -RDEPEND=" - >=dev-perl/Devel-CheckCompiler-0.20.0 - >=virtual/perl-Devel-PPPort-3.190.0 - virtual/perl-Exporter - virtual/perl-ExtUtils-CBuilder - virtual/perl-File-Path - >=virtual/perl-XSLoader-0.20.0 - virtual/perl-parent -" -# File::Spec::Functions -> virtual/perl-File-Spec -# Test::More -> perl-Test-Simple -DEPEND=" - >=dev-perl/Module-Build-0.400.500 - ${RDEPEND} - test? ( - dev-perl/Capture-Tiny - dev-perl/Cwd-Guard - dev-perl/File-Copy-Recursive - virtual/perl-File-Spec - virtual/perl-File-Temp - >=virtual/perl-Test-Simple-0.980.0 - ) -" -SRC_TEST="do parallel"