diff options
author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2015-09-12 00:15:10 +0200 |
---|---|---|
committer | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2015-09-12 00:29:06 +0200 |
commit | 6dbf5b9422f85d700f05689d3533abef1fc40c23 (patch) | |
tree | d98b5746473da86d68f9ff1b8e27a69f9e632658 /dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild | |
parent | 0a15c41e48152d1bbd4df6a5e262cd42d09ed190 (diff) | |
download | gentoo-6dbf5b9422f85d700f05689d3533abef1fc40c23.tar.gz gentoo-6dbf5b9422f85d700f05689d3533abef1fc40c23.tar.xz |
dev-perl/Text-Diff: Version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild')
-rw-r--r-- | dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
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 00000000000..85168c33e08 --- /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" |