diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:23:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-30 17:23:13 +0000 |
commit | 5147d2cb28ef57ebff9d53a9e366c568d6c4f844 (patch) | |
tree | 56c17669a027f8d6e4a5a8a9a113e72f2c157897 /dev-perl/GDGraph | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-5147d2cb28ef57ebff9d53a9e366c568d6c4f844.tar.gz gentoo-2-5147d2cb28ef57ebff9d53a9e366c568d6c4f844.tar.bz2 gentoo-2-5147d2cb28ef57ebff9d53a9e366c568d6c4f844.zip |
update libgd DEPEND
Diffstat (limited to 'dev-perl/GDGraph')
-rw-r--r-- | dev-perl/GDGraph/GDGraph-1.43.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-perl/GDGraph/GDGraph-1.43.ebuild b/dev-perl/GDGraph/GDGraph-1.43.ebuild index cd8bc56d2f58..a44c95c368da 100644 --- a/dev-perl/GDGraph/GDGraph-1.43.ebuild +++ b/dev-perl/GDGraph/GDGraph-1.43.ebuild @@ -1,20 +1,21 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/GDGraph-1.43.ebuild,v 1.4 2004/06/25 00:31:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/GDGraph-1.43.ebuild,v 1.5 2004/06/30 17:19:06 vapier Exp $ inherit perl-module - CATEGORY="dev-perl" + DESCRIPTION="perl5 module to create charts using the GD module" -SRC_URI="http://www.cpan.org/modules/by-module/GD/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme" +SRC_URI="http://www.cpan.org/modules/by-module/GD/${P}.tar.gz" -SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 amd64 ~sparc alpha ia64 ~ppc" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc alpha amd64 ia64" +IUSE="" DEPEND="dev-perl/GDTextUtil - media-libs/libgd" + media-libs/gd" src_unpack() { unpack ${A} |