diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:40:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:40:24 +0000 |
commit | 748028cb9f2bbcf183c6f286ddbc2c74d52a5f16 (patch) | |
tree | 1a93eec44fb441a2a6e600a05bf29ba58a024d98 /dev-perl/GD | |
parent | Try to fix ${ROOT} support -- it's assumed to be a chroot. To aid this, also ... (diff) | |
download | gentoo-2-748028cb9f2bbcf183c6f286ddbc2c74d52a5f16.tar.gz gentoo-2-748028cb9f2bbcf183c6f286ddbc2c74d52a5f16.tar.bz2 gentoo-2-748028cb9f2bbcf183c6f286ddbc2c74d52a5f16.zip |
old
Diffstat (limited to 'dev-perl/GD')
-rw-r--r-- | dev-perl/GD/GD-1.41.ebuild | 56 | ||||
-rw-r--r-- | dev-perl/GD/files/1.41-makefile-opts.patch | 17 | ||||
-rw-r--r-- | dev-perl/GD/files/digest-GD-1.41 | 1 |
3 files changed, 0 insertions, 74 deletions
diff --git a/dev-perl/GD/GD-1.41.ebuild b/dev-perl/GD/GD-1.41.ebuild deleted file mode 100644 index e072493070dd..000000000000 --- a/dev-perl/GD/GD-1.41.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-1.41.ebuild,v 1.8 2004/11/01 02:10:35 vapier Exp $ - -inherit perl-module eutils -CATEGORY="dev-perl" - -DESCRIPTION="The Perl DBI Module" -HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" -SRC_URI="http://www.cpan.org/modules/by-module/GD/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="X jpeg gif truetype" - -DEPEND="media-libs/libpng - sys-libs/zlib - =media-libs/gd-1* - truetype? ( =media-libs/freetype-1* ) - jpeg? ( media-libs/jpeg ) - X? ( virtual/x11 )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-makefile-opts.patch - - use gif \ - && gif=1 \ - || gif=0 - - use jpeg \ - && jpeg=1 \ - || jpeg=0 - - use X \ - && x=1 \ - || x=0 - - use truetype \ - && freetype=1 \ - || freetype=0 - - sed -i \ - -e "s:GENTOO_JPEG:${jpeg}:" \ - -e "s:GENTOO_TTF:${freetype}:" \ - -e "s:GENTOO_XPM:${x}:" \ - -e "s:GENTOO_GIF:${gif}:" \ - -e 's:-I/usr/local/include/gd:-I/usr/include/gd-1:' \ - Makefile.PL - - perl-module_src_prep -} - -mydoc="GD.html" diff --git a/dev-perl/GD/files/1.41-makefile-opts.patch b/dev-perl/GD/files/1.41-makefile-opts.patch deleted file mode 100644 index d13ee1070006..000000000000 --- a/dev-perl/GD/files/1.41-makefile-opts.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.PL.orig 2003-06-26 11:30:31.000000000 -0400 -+++ Makefile.PL 2003-06-26 11:32:04.000000000 -0400 -@@ -10,10 +10,10 @@ - # FEATURE FLAGS - warn "\nPlease choose the features that match how libgd was built:\n"; - --my $JPEG = lc prompt('Build JPEG support?','y') eq 'y'; --my $TTF = lc prompt('Build FreeType support?','y') eq 'y'; --my $XPM = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y'; --my $GIF = lc prompt('Build GIF support (for patched versions of gd)?','n') eq 'y'; -+my $JPEG = 'GENTOO_JPEG'; -+my $TTF = 'GENTOO_TTF'; -+my $XPM = 'GENTOO_XPM'; -+my $GIF = 'GENTOO_GIF'; - - my $FCGI = 0; # set to 1 to build compatability with fastCGI - diff --git a/dev-perl/GD/files/digest-GD-1.41 b/dev-perl/GD/files/digest-GD-1.41 deleted file mode 100644 index 82606d1f9286..000000000000 --- a/dev-perl/GD/files/digest-GD-1.41 +++ /dev/null @@ -1 +0,0 @@ -MD5 9f11b3f6bb73f04d2bc3f02df0662bdd GD-1.41.tar.gz 366673 |