diff options
author | 2007-05-12 13:44:25 +0000 | |
---|---|---|
committer | 2007-05-12 13:44:25 +0000 | |
commit | cacf9d0e3482bdce3bf7bbde0f582a10f95d8af5 (patch) | |
tree | 6a44cde110d68c2330173f7a62ab5be7cae59a73 /dev-perl/GDGraph/GDGraph-1.44.ebuild | |
parent | Cleaning vulnerable version. (diff) | |
download | historical-cacf9d0e3482bdce3bf7bbde0f582a10f95d8af5.tar.gz historical-cacf9d0e3482bdce3bf7bbde0f582a10f95d8af5.tar.bz2 historical-cacf9d0e3482bdce3bf7bbde0f582a10f95d8af5.zip |
Version bump
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'dev-perl/GDGraph/GDGraph-1.44.ebuild')
-rw-r--r-- | dev-perl/GDGraph/GDGraph-1.44.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/GDGraph/GDGraph-1.44.ebuild b/dev-perl/GDGraph/GDGraph-1.44.ebuild new file mode 100644 index 000000000000..12ae5d030a4b --- /dev/null +++ b/dev-perl/GDGraph/GDGraph-1.44.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/GDGraph-1.44.ebuild,v 1.1 2007/05/12 13:34:39 mcummings Exp $ + +inherit perl-module + +MY_PV=${PV/43.08/4308} +MY_P="$PN-$MY_PV" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="perl5 module to create charts using the GD module" +HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${MY_P}.readme" +SRC_URI="mirror://cpan/authors/id/B/BW/BWARFIELD/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-perl/GDTextUtil + dev-perl/GD + media-libs/gd + dev-lang/perl" |