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 26B69138454 for ; Fri, 11 Sep 2015 22:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 287B9E085D; Fri, 11 Sep 2015 22:29:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81EACE086E for ; Fri, 11 Sep 2015 22:29:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88B88340B9F for ; Fri, 11 Sep 2015 22:29:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDE431F4 for ; Fri, 11 Sep 2015 22:29:29 +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: <1442010546.6dbf5b9422f85d700f05689d3533abef1fc40c23.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-Diff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-Diff/Manifest dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild X-VCS-Directories: dev-perl/Text-Diff/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 6dbf5b9422f85d700f05689d3533abef1fc40c23 X-VCS-Branch: master Date: Fri, 11 Sep 2015 22:29:29 +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: 4ded33bd-0322-4484-a4a5-6d1a5616bf5b X-Archives-Hash: da6fc69cf6a65fb19cb62b82add84675 commit: 6dbf5b9422f85d700f05689d3533abef1fc40c23 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Fri Sep 11 22:15:10 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Sep 11 22:29:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dbf5b94 dev-perl/Text-Diff: Version bump Package-Manager: portage-2.2.20.1 dev-perl/Text-Diff/Manifest | 1 + dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-perl/Text-Diff/Manifest b/dev-perl/Text-Diff/Manifest index 41fec38..2c8299b 100644 --- a/dev-perl/Text-Diff/Manifest +++ b/dev-perl/Text-Diff/Manifest @@ -1 +1,2 @@ DIST Text-Diff-1.41.tar.gz 27813 SHA256 a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa SHA512 77ebd2fff53e5a347d75f50134332b1bb9843f44ecf82872919bc407abacc25446a98346f38425807a9cb8bf2d380d31f12aa9f3c6b2049d4383099920ee9a34 WHIRLPOOL f0c6a0c2b824efd7ad7b7dba7fb4a23ab2c20c812dd5ebbd91bd218c652ffd40b894a96d7fddfa755bf1f225b2859ef7dfc247d84b0573e347a1d6844b65e3d8 +DIST Text-Diff-1.43.tar.gz 29330 SHA256 4c2d837c355c3f212044331f6712b5191a6cebc21c47c1157b4bb13283acb7aa SHA512 c76eee797d6b198016af69008186af906f3d6c83b7c9e29c95bcf38c2539588f991cc2eb44b34b3701ceee879ae37c73a8fba0240f6e9a462b9be581942e5842 WHIRLPOOL c705f32cdcf8bc4eb24a9c53fedaf28829aa82f13ed33fe8a18c2440979312f25ec1892716d370e3c09cea1b5f3a86f0705edd2521c60c53942b98537923f4f7 diff --git a/dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild b/dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild new file mode 100644 index 0000000..85168c3 --- /dev/null +++ b/dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=NEILB +MODULE_VERSION=1.43 +inherit perl-module + +DESCRIPTION="Perform diffs on files and record sets" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND=" + >=dev-perl/Algorithm-Diff-1.190.0 + virtual/perl-Exporter +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST="do parallel"