summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-30 13:04:00 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-30 13:04:00 +0000
commitbaba8c588756d5936d8040b4411adea891df419f (patch)
tree4bafa289ab9b2c2735d8e70c3d2f2b4cef79edf0 /dev-perl/GDGraph
parentCleanup (diff)
downloadgentoo-2-baba8c588756d5936d8040b4411adea891df419f.tar.gz
gentoo-2-baba8c588756d5936d8040b4411adea891df419f.tar.bz2
gentoo-2-baba8c588756d5936d8040b4411adea891df419f.zip
Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/GDGraph')
-rw-r--r--dev-perl/GDGraph/ChangeLog8
-rw-r--r--dev-perl/GDGraph/GDGraph-1.43.08.ebuild23
-rw-r--r--dev-perl/GDGraph/GDGraph-1.43.ebuild24
3 files changed, 6 insertions, 49 deletions
diff --git a/dev-perl/GDGraph/ChangeLog b/dev-perl/GDGraph/ChangeLog
index 06542258c3e0..f2172f56cec5 100644
--- a/dev-perl/GDGraph/ChangeLog
+++ b/dev-perl/GDGraph/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/GDGraph
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/ChangeLog,v 1.32 2007/11/10 13:12:24 drac Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/ChangeLog,v 1.33 2008/09/30 13:04:00 tove Exp $
+
+ 30 Sep 2008; Torsten Veller <tove@gentoo.org> -GDGraph-1.43.ebuild,
+ -GDGraph-1.43.08.ebuild:
+ Cleanup
10 Nov 2007; Samuli Suominen <drac@gentoo.org> GDGraph-1.44.ebuild:
amd64 stable
diff --git a/dev-perl/GDGraph/GDGraph-1.43.08.ebuild b/dev-perl/GDGraph/GDGraph-1.43.08.ebuild
deleted file mode 100644
index c6c6f785830a..000000000000
--- a/dev-perl/GDGraph/GDGraph-1.43.08.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.43.08.ebuild,v 1.11 2007/04/16 06:01:26 corsair 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"
diff --git a/dev-perl/GDGraph/GDGraph-1.43.ebuild b/dev-perl/GDGraph/GDGraph-1.43.ebuild
deleted file mode 100644
index a0b5699d66dc..000000000000
--- a/dev-perl/GDGraph/GDGraph-1.43.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2006 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.17 2007/07/10 23:33:33 mr_bones_ Exp $
-
-inherit perl-module
-
-DESCRIPTION="perl5 module to create charts using the GD module"
-HOMEPAGE="http://www.cpan.org/modules/by-module/GD/${P}.readme"
-SRC_URI="mirror://cpan/authors/id/M/MV/MVERB/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-perl/GDTextUtil
- media-libs/gd
- dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- perl-module_src_prep
-}