diff options
author | 2018-07-22 01:09:26 +1200 | |
---|---|---|
committer | 2018-07-22 01:26:25 +1200 | |
commit | d00fd8ddb15c6cfefdea08d0a9516b81b8693968 (patch) | |
tree | 9d4b8cde0dcb4780f101f1c58b5f1fcfc2e30e86 /dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild | |
parent | dev-perl/Test2-Plugin-NoWarnings: Cleanup old version 0.50.0 (diff) | |
download | gentoo-d00fd8ddb15c6cfefdea08d0a9516b81b8693968.tar.gz gentoo-d00fd8ddb15c6cfefdea08d0a9516b81b8693968.tar.bz2 gentoo-d00fd8ddb15c6cfefdea08d0a9516b81b8693968.zip |
dev-perl/Text-Diff: Cleanup old versions 1.410.0-r1 and 1.430.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
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 | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index b51076862b09..000000000000 --- a/dev-perl/Text-Diff/Text-Diff-1.430.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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" |