diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-08 01:01:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-08 01:34:31 +0200 |
commit | 567ee5bc2ecd1ddacc15812271d58a006f9d5cc5 (patch) | |
tree | edb5f9b6f1d190fb483a359bed63f6997104885c /dev-perl/YAML-Tiny | |
parent | dev-perl/YAML-Syck: Version bump 1.34 (diff) | |
download | gentoo-567ee5bc2ecd1ddacc15812271d58a006f9d5cc5.tar.gz gentoo-567ee5bc2ecd1ddacc15812271d58a006f9d5cc5.tar.bz2 gentoo-567ee5bc2ecd1ddacc15812271d58a006f9d5cc5.zip |
dev-perl/YAML-Tiny: 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-Tiny')
-rw-r--r-- | dev-perl/YAML-Tiny/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/YAML-Tiny/YAML-Tiny-1.690.0.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/YAML-Tiny/Manifest b/dev-perl/YAML-Tiny/Manifest index bd29a9bae528..336bedf94efb 100644 --- a/dev-perl/YAML-Tiny/Manifest +++ b/dev-perl/YAML-Tiny/Manifest @@ -1,2 +1 @@ -DIST YAML-Tiny-1.69.tar.gz 71513 BLAKE2B e765df404b786a3cc22927ca47b1706ceb5e6d2518aaf313342987839c4ab5158b7d4bf4d553f91803b9ed5072efbd580ffffe2e92fd1c6ae0958b851530da0f SHA512 64c3428691f78d94bedf7f3b3276f7868d7280ca6d3c9a7a2e8137568d0da2fc94c766f9873f2796898386d6e7d3d1010c790fcc119f3d4d743becfa39d56a2c DIST YAML-Tiny-1.73.tar.gz 73708 BLAKE2B 42e9c5cffa2b9babb0dd1453af69866405fd7273c2b340ceb010d78d8fe28db61268b6bb5ad1840b1aa72819ae048150bf5c416bed1b2e518b28f77b2ba978be SHA512 5999e220025aa8076e5e0e9e73e80c2da21660e77f6744d73e8e29962221d02d33a36e9829c44abf7d4f45abae069d8e121c8019bd1600b7e64db5e54efd9987 diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.690.0.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.690.0.ebuild deleted file mode 100644 index fe3581208fca..000000000000 --- a/dev-perl/YAML-Tiny/YAML-Tiny-1.690.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=ETHER -MODULE_VERSION=1.69 -inherit perl-module - -DESCRIPTION="Read/Write YAML files with as little code as possible" - -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=" - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-Scalar-List-Utils -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - >=virtual/perl-File-Spec-0.80.0 - >=virtual/perl-File-Temp-0.180.0 - virtual/perl-Getopt-Long - virtual/perl-IO - virtual/perl-JSON-PP - >=virtual/perl-Test-Simple-0.990.0 - ) -" - -SRC_TEST=do |