summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-24 16:54:16 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-24 16:54:16 +0000
commitb22cdedf7087798c6e851cf328be79bc90461f71 (patch)
treedbc735f5b4d9426cd649314bf336e087965c03f5 /dev-perl/SVG
parentVersion bump (diff)
downloadgentoo-2-b22cdedf7087798c6e851cf328be79bc90461f71.tar.gz
gentoo-2-b22cdedf7087798c6e851cf328be79bc90461f71.tar.bz2
gentoo-2-b22cdedf7087798c6e851cf328be79bc90461f71.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/SVG')
-rw-r--r--dev-perl/SVG/ChangeLog9
-rw-r--r--dev-perl/SVG/SVG-2.44.ebuild15
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/SVG/ChangeLog b/dev-perl/SVG/ChangeLog
index 017e4cbb6845..3ef3d32b346b 100644
--- a/dev-perl/SVG/ChangeLog
+++ b/dev-perl/SVG/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/SVG
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.25 2007/03/05 12:24:57 ticho Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/ChangeLog,v 1.26 2008/04/24 16:54:16 yuval Exp $
+
+*SVG-2.44 (24 Apr 2008)
+
+ 24 Apr 2008; Yuval Yaari <yuval@gentoo.org> +SVG-2.44.ebuild:
+ Version bump
05 Mar 2007; Andrej Kacian <ticho@gentoo.org> SVG-2.33.ebuild:
Stable on x86, bug #169152.
diff --git a/dev-perl/SVG/SVG-2.44.ebuild b/dev-perl/SVG/SVG-2.44.ebuild
new file mode 100644
index 000000000000..da9e0d6c5c07
--- /dev/null
+++ b/dev-perl/SVG/SVG-2.44.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.44.ebuild,v 1.1 2008/04/24 16:54:16 yuval Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents"
+SRC_URI="mirror://cpan/authors/id/R/RO/RONAN/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~ronan/"
+IUSE=""
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="dev-lang/perl"