diff options
author | 2021-04-30 21:51:27 +0200 | |
---|---|---|
committer | 2021-04-30 23:02:51 +0200 | |
commit | 477fc996bb207c522417c3ab3765ada16c55023e (patch) | |
tree | 92b248329ad347b7b1f8499dcb7c829e79574e3d /dev-perl/YAML/YAML-1.240.0.ebuild | |
parent | media-sound/patchage: removed unused deps (diff) | |
download | gentoo-477fc996bb207c522417c3ab3765ada16c55023e.tar.gz gentoo-477fc996bb207c522417c3ab3765ada16c55023e.tar.bz2 gentoo-477fc996bb207c522417c3ab3765ada16c55023e.zip |
dev-perl/YAML: Remove old
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/YAML/YAML-1.240.0.ebuild')
-rw-r--r-- | dev-perl/YAML/YAML-1.240.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/YAML/YAML-1.240.0.ebuild b/dev-perl/YAML/YAML-1.240.0.ebuild deleted file mode 100644 index ee92d3a43a64..000000000000 --- a/dev-perl/YAML/YAML-1.240.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=TINITA -DIST_VERSION=1.24 -inherit perl-module - -DESCRIPTION="YAML Ain't Markup Language (tm)" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-Test-Simple-0.880.0 - >=dev-perl/Test-YAML-1.50.0 - ) -" -PERL_RM_FILES=("t/author-pod-syntax.t") |