diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 21:19:40 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-13 21:20:58 +0100 |
commit | 63db6080414b86cc5c8580b553cddede784d09b3 (patch) | |
tree | 46c0574bcc32f7dea29bdfda4570c454a3931d69 /dev-perl | |
parent | dev-perl/MIME-Types: Version bump 2.22 (diff) | |
download | gentoo-63db6080414b86cc5c8580b553cddede784d09b3.tar.gz gentoo-63db6080414b86cc5c8580b553cddede784d09b3.tar.bz2 gentoo-63db6080414b86cc5c8580b553cddede784d09b3.zip |
dev-perl/Mixin-Linewise: 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')
-rw-r--r-- | dev-perl/Mixin-Linewise/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/Mixin-Linewise/Manifest b/dev-perl/Mixin-Linewise/Manifest index 9bd3d4c49d1d..b9308acb9c09 100644 --- a/dev-perl/Mixin-Linewise/Manifest +++ b/dev-perl/Mixin-Linewise/Manifest @@ -1,2 +1 @@ -DIST Mixin-Linewise-0.108.tar.gz 19151 BLAKE2B 14a4670c9d1080b08bb27950f4a3aa21150e2761ef7069d7b18f0866e10a2450ef84c79aaf170bc62216903dd43efb8d95594dd1d8926c0c99025b85ad609188 SHA512 2789126737e2798a94ab6d90614503717dbc6c4178d19a9dd1e32689869e8e1298ec168fd6ab53580e65b5ad7ff94e065dca4afb7b71c2bb453810da61d29450 DIST Mixin-Linewise-0.110.tar.gz 20035 BLAKE2B 74ecc3796968a93ea7230a393414a005958b3f11de48d001f3e79326d2521e4ceaa16962f83b752946dfb7ee0e86cb8d2ed4a2670e7b611d484e345d9475c3ac SHA512 b5c7e5ab8b5f971fb5cc0e378108513488ff20525f85b9bb12afa3d855088a6a4040ffd8d5dcac97677905dcc6b4e85ac86cd6d69f37c42fb4ca2fa4eb912abf diff --git a/dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild deleted file mode 100644 index 8d05609ba8a0..000000000000 --- a/dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=RJBS -DIST_VERSION=0.108 -inherit perl-module - -DESCRIPTION="write your linewise code for handles; this does the rest" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="test minimal" -RESTRICT="!test? ( test )" -# r: IO::File -> IO -# r: strict, warnings -> perl -# t: lib, utf8 -> perl -RDEPEND=" - virtual/perl-Carp - virtual/perl-IO - dev-perl/PerlIO-utf8_strict - dev-perl/Sub-Exporter -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - !minimal? ( - >=virtual/perl-CPAN-Meta-2.120.900 - ) - virtual/perl-Encode - virtual/perl-File-Spec - >=virtual/perl-Test-Simple-0.960.0 - ) -" |