diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-08 00:58:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-08 01:34:21 +0200 |
commit | 9b70db39065113e7549b67e0e779f271e322466f (patch) | |
tree | 9999821e4f653a60da9656a1457abea293fa20af /dev-perl/YAML-PP | |
parent | dev-perl/YAML-LibYAML: Version bump 0.83 (diff) | |
download | gentoo-9b70db39065113e7549b67e0e779f271e322466f.tar.gz gentoo-9b70db39065113e7549b67e0e779f271e322466f.tar.bz2 gentoo-9b70db39065113e7549b67e0e779f271e322466f.zip |
dev-perl/YAML-PP: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/YAML-PP')
-rw-r--r-- | dev-perl/YAML-PP/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/YAML-PP/YAML-PP-0.18.0-r1.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-perl/YAML-PP/Manifest b/dev-perl/YAML-PP/Manifest index 53d8fccb623d..009b4c046710 100644 --- a/dev-perl/YAML-PP/Manifest +++ b/dev-perl/YAML-PP/Manifest @@ -1,2 +1 @@ -DIST YAML-PP-0.018.tar.gz 160231 BLAKE2B 65d332a2f02ed0801f927caeb0b65b0b7a43ac23ab5eac58f2f7fca02fb5e465ef36f35c0cd78cfeaed4ca2b02d6eaf2d923940bdc22cf5f16cc5cc33d371f95 SHA512 08f31f5de1f8846ba16908932cc83362047a53eef175ea3d197e49c0af0b2972ab8166dc28ccb1bf94a3da7ff00f6cf3bf2dfd164d59cbf1aa42f66f9a1db103 DIST YAML-PP-0.027.tar.gz 191350 BLAKE2B 2978c99c0dcc1dd9ae0da73b3f16b52baceb49fd05361ef586f9b87009436abff31da547972e4171e15c4190a43fc369269ddb3d90386d452d5b0edda11129a2 SHA512 4362fa2079fe253b11242e68d7071800b49dad141255b0c6ca627f710bd8685ed0ba163c7ada3e1be1720eef4be65ff481f02517bbf899f3110355ceddd216aa diff --git a/dev-perl/YAML-PP/YAML-PP-0.18.0-r1.ebuild b/dev-perl/YAML-PP/YAML-PP-0.18.0-r1.ebuild deleted file mode 100644 index b4b955659fbc..000000000000 --- a/dev-perl/YAML-PP/YAML-PP-0.18.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=TINITA -DIST_VERSION=0.018 -SRC_TEST="do" -inherit perl-module - -DESCRIPTION="YAML 1.2 processor in perl" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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=" - virtual/perl-Carp - virtual/perl-Data-Dumper - virtual/perl-Encode - virtual/perl-Exporter - virtual/perl-MIME-Base64 - virtual/perl-Module-Load - >=virtual/perl-Scalar-List-Utils-1.70.0 -" -BDEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - virtual/perl-File-Spec - virtual/perl-IO - dev-perl/Test-Deep - >=virtual/perl-Test-Simple-0.980.0 - dev-perl/Test-Warn - ) -" |