dev-perl/Image-Imlib2: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2024-03-14 12:43:27 -04:00
parent c12392c347
commit 3dc9e3d1c3
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=LBROCARD
DIST_VERSION=2.03
inherit perl-module
DESCRIPTION="Interface to the Imlib2 image library"
SLOT="0"
KEYWORDS="~alpha amd64 ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=media-libs/imlib2-1"
DEPEND="${RDEPEND}
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.28
test? (
>=media-libs/imlib2-1[jpeg,png]
)
"
PERL_RM_FILES=( t/pod.t t/pod_coverage.t )