summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-01 05:05:49 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-01 05:05:49 +0000
commit9524fa7beaea7c9f8e86e509ca85def67742c686 (patch)
tree0152fd6c704a722c37551e062cff0cba218cd113 /dev-perl/GDGraph
parenttouchups (diff)
downloadgentoo-2-9524fa7beaea7c9f8e86e509ca85def67742c686.tar.gz
gentoo-2-9524fa7beaea7c9f8e86e509ca85def67742c686.tar.bz2
gentoo-2-9524fa7beaea7c9f8e86e509ca85def67742c686.zip
touchups
Diffstat (limited to 'dev-perl/GDGraph')
-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
-}