commit:     8202df3cfedc5b41d04bb8e306f4a6abd03a18c2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 15 17:01:02 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 15 17:01:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8202df3c

dev-perl/GD: Remove old

Closes: https://bugs.gentoo.org/624332
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/GD/GD-2.660.0.ebuild | 70 -------------------------------------------
 dev-perl/GD/Manifest          |  1 -
 2 files changed, 71 deletions(-)

diff --git a/dev-perl/GD/GD-2.660.0.ebuild b/dev-perl/GD/GD-2.660.0.ebuild
deleted file mode 100644
index 2fb7daf03e8..00000000000
--- a/dev-perl/GD/GD-2.660.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RURBAN
-DIST_VERSION=2.66
-DIST_EXAMPLES=("demos/*")
-inherit perl-module
-
-DESCRIPTION="Interface to Thomas Boutell's gd library"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="animgif fcgi gif jpeg png truetype xpm"
-
-RDEPEND="
-       >=media-libs/gd-2.2.3
-       png? (
-               media-libs/gd[png]
-               media-libs/libpng:0
-               sys-libs/zlib
-       )
-       jpeg? (
-               media-libs/gd[jpeg]
-               virtual/jpeg:0
-       )
-       truetype? (
-               media-libs/gd[truetype]
-               media-libs/freetype:2
-       )
-       xpm? (
-               media-libs/gd[xpm]
-               x11-libs/libXpm
-       )
-       fcgi? (
-               dev-libs/fcgi
-       )
-       gif? ( media-libs/giflib )
-"
-DEPEND="${RDEPEND}
-       >=virtual/perl-ExtUtils-Constant-0.230.0
-       dev-perl/ExtUtils-PkgConfig
-       virtual/perl-ExtUtils-MakeMaker
-"
-
-src_prepare() {
-       perl-module_src_prepare
-       sed -i "s/use Getopt::Long;/use Getopt::Long qw(:config 
pass_through);/" \
-               "${S}"/Makefile.PL || die
-}
-
-src_configure() {
-       local myconf
-       myconf="VERSION_33,GD_UNCLOSEDPOLY,GD_FTCIRCLE" # Per line 284 of 
Makefile.PL
-       use gif && use animgif && myconf+=",ANIMGIF"
-       use jpeg && myconf+=",JPEG"
-       use truetype && myconf+=",FT"
-       use png && myconf+=",PNG"
-       use xpm && myconf+=",XPM"
-       use gif && myconf+=",GIF"
-       myconf="-options '${myconf}'"
-       use fcgi && myconf+=" --fcgi"
-       perl-module_src_configure
-}
-
-src_test() {
-       perl_rm_files t/z_*.t
-       perl-module_src_test
-}

diff --git a/dev-perl/GD/Manifest b/dev-perl/GD/Manifest
index fd659bc3506..ebf4412eb6d 100644
--- a/dev-perl/GD/Manifest
+++ b/dev-perl/GD/Manifest
@@ -1,2 +1 @@
-DIST GD-2.66.tar.gz 253000 BLAKE2B 
1a1d5374c06fcb07849e504c8c5c6f00443890cfb728fd02b4c94838d754c2f04bbda80cfa8e2a7b08a3c07cbed32aa6a499468dfb044865f833b3486965d2b8
 SHA512 
37d3da70f4e0b89b0166488a1f8a48c508ff5e515653fe1b10602cb708ae0ce713c617dcae21c48ec795799fb0e061762696e6a65bb8ba359859223d15677c61
 DIST GD-2.73.tar.gz 261203 BLAKE2B 
088cb4d3c846d61e89631c7fef6b0273489297f0613e1ebb98c33b404a613431c79a5e72c2b757450496ef8d86aabe387b102a4c8d22d69532b8d8e989bac9bf
 SHA512 
0c360c86307c8a2484bd8e1fb4cf24e27f7976bcfd830d9070fdc3775d233845734c59796082d498276aa715f30c9452c492b0d5bd75e488c1e9c5fa76490709

Reply via email to