summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-03-13 16:58:17 +1300
committerKent Fredric <kentnl@gentoo.org>2018-03-13 16:58:53 +1300
commitdf3b65195f9335ff284a7e4a5d79069d9b64855b (patch)
tree559eafcbbc9d7d7c15d3b9d55bbf1a83f8468935 /dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild
parentx11-drivers/xf86-video-intel: Disable DRI1 support (diff)
downloadgentoo-df3b65195f9335ff284a7e4a5d79069d9b64855b.tar.gz
gentoo-df3b65195f9335ff284a7e4a5d79069d9b64855b.tar.bz2
gentoo-df3b65195f9335ff284a7e4a5d79069d9b64855b.zip
dev-perl/Text-Diff: Bump to version 1.450.0
Upstream: - Documentation fixes Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild')
-rw-r--r--dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild b/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild
new file mode 100644
index 000000000000..c587bb63a168
--- /dev/null
+++ b/dev-perl/Text-Diff/Text-Diff-1.450.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=1.45
+inherit perl-module
+
+DESCRIPTION="Perform diffs on files and record sets"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~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
+"
+PERL_RM_FILES=( "t/97_meta.t" "t/98_pod.t" "t/99_pmv.t" )