summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 16:01:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 16:01:07 +0000
commita8e31998d0c5913a58160ed865a53ceb7b4d652f (patch)
tree04308381af8239892c71ff59fc6ba74fb9361c15 /dev-perl/GDGraph
parentVersion bump zope-interface to 3.7.0. (diff)
downloadhistorical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.gz
historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.bz2
historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/GDGraph')
-rw-r--r--dev-perl/GDGraph/ChangeLog9
-rw-r--r--dev-perl/GDGraph/GDGraph-1.440.0.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/GDGraph/ChangeLog b/dev-perl/GDGraph/ChangeLog
index cad7029060d3..ef74ad9b0dac 100644
--- a/dev-perl/GDGraph/ChangeLog
+++ b/dev-perl/GDGraph/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/GDGraph
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/ChangeLog,v 1.36 2010/07/19 21:50:16 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/ChangeLog,v 1.37 2011/08/30 15:18:44 tove Exp $
+
+*GDGraph-1.440.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +GDGraph-1.440.0.ebuild:
+ Change version scheme
19 Jul 2010; Markus Meier <maekke@gentoo.org> GDGraph-1.44.ebuild:
add ~arm, bug #301084
diff --git a/dev-perl/GDGraph/GDGraph-1.440.0.ebuild b/dev-perl/GDGraph/GDGraph-1.440.0.ebuild
new file mode 100644
index 000000000000..5f5784312679
--- /dev/null
+++ b/dev-perl/GDGraph/GDGraph-1.440.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GDGraph/GDGraph-1.440.0.ebuild,v 1.1 2011/08/30 15:18:44 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=BWARFIELD
+MODULE_VERSION=1.44
+inherit perl-module
+
+DESCRIPTION="Perl5 module to create charts using the GD module"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/GDTextUtil
+ dev-perl/GD
+ media-libs/gd"
+DEPEND="${RDEPEND}"