summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/GDGraph/GDGraph-1.35.ebuild')
-rw-r--r--dev-perl/GDGraph/GDGraph-1.35.ebuild15
1 files changed, 2 insertions, 13 deletions
diff --git a/dev-perl/GDGraph/GDGraph-1.35.ebuild b/dev-perl/GDGraph/GDGraph-1.35.ebuild
index ac6023c09920..b9f02be51f12 100644
--- a/dev-perl/GDGraph/GDGraph-1.35.ebuild
+++ b/dev-perl/GDGraph/GDGraph-1.35.ebuild
@@ -1,14 +1,11 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/GDGraph-1.35.ebuild,v 1.2 2003/02/13 11:08:33 vapier Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/GDGraph-1.35.ebuild,v 1.3 2003/03/01 05:02:38 vapier Exp $
inherit perl-module
-S=${WORKDIR}/${P}
CATEGORY="dev-perl"
-DESCRIPTION="GD::Graph is a perl5 module to create charts using the GD module."
+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"
@@ -23,11 +20,3 @@ src_unpack() {
cd ${S}
perl-module_src_prep
}
-
-src_compile () {
- perl-module_src_compile
-}
-
-src_install () {
- perl-module_src_install
-}