2014-08-23 09:07:33 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2014-08-23 09:07:33 +04:00
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
MODULE_AUTHOR=TWH
|
|
|
|
MODULE_VERSION=0.33
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Seamlessly enable SVG output from scripts written using GD"
|
|
|
|
|
|
|
|
SLOT="0"
|
2019-07-31 09:15:11 +03:00
|
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="dev-perl/GD
|
|
|
|
dev-perl/SVG"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
SRC_TEST="do"
|