dev-perl/Text-Diff: Bump to version 1.440.0
authorKent Fredric <kentfredric@gmail.com>
Mon, 18 Apr 2016 21:02:30 +0000 (09:02 +1200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 23 Apr 2016 17:30:44 +0000 (19:30 +0200)
- EAPI6
- Test cleanup

Upstream:
- Trailing \n diffs now handled the same as `diff` does.

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

dev-perl/Text-Diff/Manifest
dev-perl/Text-Diff/Text-Diff-1.440.0.ebuild [new file with mode: 0644]

index 2c8299b94cfadb39ca53c331cb6d608a7bad4f80..079e865e7371b7c06a62206c1d1a6e0c77923b00 100644 (file)
@@ -1,2 +1,3 @@
 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
+DIST Text-Diff-1.44.tar.gz 29535 SHA256 57f7a0bed7d085d34a3ffab3a68140d7b816737c87b831086b4c0945bf483b10 SHA512 6174135a07c880cb92577ad07107a4d4606f91a2602f65d9c0fd032d11de86d91367feb6e2da71f9b9293331460ab42439623c5c03e2ee4807846709c3e964aa WHIRLPOOL dbcbcfc8cc349269ed4b055a6fa7321b9e01088365c6b9c0d17de35ed0402f48e6ad9be5c4314a8e2f0df18b68fd82f152f356318e837569627beacc6b2547a4
diff --git a/dev-perl/Text-Diff/Text-Diff-1.440.0.ebuild b/dev-perl/Text-Diff/Text-Diff-1.440.0.ebuild
new file mode 100644 (file)
index 0000000..c883b65
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=1.44
+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() {
+       perl_rm_files t/97_meta.t t/98_pod.t t/99_pmv.t
+       perl-module_src_test
+}