diff options
author | 2024-03-14 12:43:21 -0400 | |
---|---|---|
committer | 2024-03-15 10:56:23 -0400 | |
commit | d210d38e6e859db405c7852eb9548880b72582a0 (patch) | |
tree | 94ec8ddafdc785297301ba20a8cd0255d5c4d604 /dev-perl | |
parent | dev-perl/Finance-Quote: Drop old versions (diff) | |
download | gentoo-d210d38e6e859db405c7852eb9548880b72582a0.tar.gz gentoo-d210d38e6e859db405c7852eb9548880b72582a0.tar.bz2 gentoo-d210d38e6e859db405c7852eb9548880b72582a0.zip |
dev-perl/GD: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/GD/GD-2.760.0.ebuild | 79 | ||||
-rw-r--r-- | dev-perl/GD/Manifest | 1 |
2 files changed, 0 insertions, 80 deletions
diff --git a/dev-perl/GD/GD-2.760.0.ebuild b/dev-perl/GD/GD-2.760.0.ebuild deleted file mode 100644 index 618a8fcfb87a..000000000000 --- a/dev-perl/GD/GD-2.760.0.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=RURBAN -DIST_VERSION=2.76 -DIST_EXAMPLES=("demos/*") -inherit perl-module - -DESCRIPTION="Interface to Thomas Boutell's gd library" - -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="animgif fcgi test truetype xpm" - -RDEPEND=" - >=media-libs/gd-2.2.3[png,jpeg] - media-libs/giflib - media-libs/libjpeg-turbo - media-libs/libpng - sys-libs/zlib - truetype? ( - media-libs/gd[truetype] - media-libs/freetype:2 - ) - xpm? ( - media-libs/gd[xpm] - x11-libs/libXpm - ) - fcgi? ( - dev-libs/fcgi - ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${RDEPEND} - >=virtual/perl-ExtUtils-Constant-0.230.0 - dev-perl/ExtUtils-PkgConfig - virtual/perl-ExtUtils-MakeMaker - test? ( - >=dev-perl/Test-Fork-0.20.0 - >=virtual/perl-Test-Simple-0.880.0 - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-2.760.0-respect-libdir.patch -) - -src_configure() { - local myconfargs=( - VERSION_33 - GD_UNCLOSEDPOLY - GD_FTCIRCLE - - JPEG - PNG - GIF - ) - - # The following flags do not work properly. This is why we force-enable - # at least some of them. See bug 787404 as tracker. - use animgif && myconfargs+=( ANIMGIF ) - use truetype && myconfargs+=( FT ) - use xpm && myconfargs+=( XPM ) - - # Per line 284 of Makefile.PL - local myconf="--lib_gd_path ${ESYSROOT}/usr/$(get_libdir) -options '$(printf '%s,' ${myconfargs[@]})'" - use fcgi && myconf+=" --fcgi" - - perl-module_src_configure -} - -src_test() { - # The 'GD' format itself is long-obsolete and gone in >=media-libs/gd-2.3.3 - perl_rm_files t/z_*.t t/GD.t - perl-module_src_test -} diff --git a/dev-perl/GD/Manifest b/dev-perl/GD/Manifest index 4166a1bac068..c5e1014d06a0 100644 --- a/dev-perl/GD/Manifest +++ b/dev-perl/GD/Manifest @@ -1,2 +1 @@ -DIST GD-2.76.tar.gz 264364 BLAKE2B 4cfe36f74aae50141f00cd8d3a6eddbf819dafd76ecfc1fbf219c3ae40009b9e4c1e6b94a33416842846dead17bfc1f883324757fd66124aae8e2cbae2bcfef3 SHA512 31c2d61440a7fef9804aed677ee5568f6c237e678cf5a2b7f48e98326ef7cddbf3624ce3965e6711ef9cec4148881a0cb4352c19b91ead4b78835fafaeefbe4d DIST GD-2.78.tar.gz 265773 BLAKE2B a05f9e26c2ea7d9a638cdb8fb6675382f5274e295f530587e1e83990ad5238882300052a4eb270f8881f02df30739783c64af8d2d93680e0e0a12570c6d45a61 SHA512 ef3df42c003f105fd1c313ea9e8b8b1e75912b4fdb274e73f2e4f5664a0adb8479a2e62fae5a493e37c36865f9dc37207d2d31e96316eb18a3c5384e07858591 |