diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 16:19:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 16:19:01 +0000 |
commit | 6c30379c49021758efe970e22cf83b2a0cee32de (patch) | |
tree | 84d69d7d0aaa4c59dd01b459c86078a05dab34ee /dev-perl/GD | |
parent | Stable on amd64 and x86 for vmware-workstation. (diff) | |
download | historical-6c30379c49021758efe970e22cf83b2a0cee32de.tar.gz historical-6c30379c49021758efe970e22cf83b2a0cee32de.tar.bz2 historical-6c30379c49021758efe970e22cf83b2a0cee32de.zip |
Version bump
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/GD')
-rw-r--r-- | dev-perl/GD/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/GD/GD-2.35.ebuild | 38 | ||||
-rw-r--r-- | dev-perl/GD/files/digest-GD-2.35 | 3 |
3 files changed, 47 insertions, 1 deletions
diff --git a/dev-perl/GD/ChangeLog b/dev-perl/GD/ChangeLog index 676b6ac7f7ef..c4f062872703 100644 --- a/dev-perl/GD/ChangeLog +++ b/dev-perl/GD/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/GD # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/ChangeLog,v 1.54 2006/08/07 23:02:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/ChangeLog,v 1.55 2006/08/27 16:12:54 mcummings Exp $ + +*GD-2.35 (27 Aug 2006) + + 27 Aug 2006; Michael Cummings <mcummings@gentoo.org> +GD-2.35.ebuild: + Version bump 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> GD-2.34.ebuild: Marking amd64 stable diff --git a/dev-perl/GD/GD-2.35.ebuild b/dev-perl/GD/GD-2.35.ebuild new file mode 100644 index 000000000000..deb0f32f3200 --- /dev/null +++ b/dev-perl/GD/GD-2.35.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.35.ebuild,v 1.1 2006/08/27 16:12:54 mcummings Exp $ + +inherit eutils perl-module + +DESCRIPTION="interface to Thomas Boutell's gd library" +HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" +SRC_URI="mirror://cpan/authors/id/L/LD/LDS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="gif jpeg png truetype xpm" + +DEPEND=">=media-libs/gd-2.0.28 + png? ( media-libs/libpng sys-libs/zlib ) + jpeg? ( media-libs/jpeg ) + truetype? ( =media-libs/freetype-2* ) + xpm? ( || ( x11-libs/libXpm virtual/x11 ) ) + gif? ( media-libs/giflib ) + dev-lang/perl" +RDEPEND="${DEPEND}" + +src_compile() { + myconf="" + use jpeg && myconf="${myconf},JPEG" + use truetype && myconf="${myconf},FREETYPE" + use png && myconf="${myconf},PNG" + use xpm && myconf="${myconf},XPM" + use gif && myconf="${myconf},GIF" + myconf="-options \"${myconf:1}\"" + perl-module_src_compile +} + +mydoc="GD.html" + + diff --git a/dev-perl/GD/files/digest-GD-2.35 b/dev-perl/GD/files/digest-GD-2.35 new file mode 100644 index 000000000000..8108732e909f --- /dev/null +++ b/dev-perl/GD/files/digest-GD-2.35 @@ -0,0 +1,3 @@ +MD5 dfc3e16e85a17aab7ee1029fbe307fca GD-2.35.tar.gz 256671 +RMD160 a1e8a1b521f578a9ea435cc9ed9eae0430f44d7a GD-2.35.tar.gz 256671 +SHA256 9e81e6578eb930bf503b3c9dcea7ca32cb5205bc57f7cc1f3df062b4e1fce710 GD-2.35.tar.gz 256671 |