X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fsvgtoipe%2Fsvgtoipe-9999.ebuild;fp=media-gfx%2Fsvgtoipe%2Fsvgtoipe-9999.ebuild;h=2cd67ea38f4e4638e895f651f00a30f1a94c39a4;hp=0000000000000000000000000000000000000000;hb=2939535a905b837d9b937996832f8f7372ad0ac5;hpb=6f375a30436267c1ea6230053652b0f8549dd39d diff --git a/media-gfx/svgtoipe/svgtoipe-9999.ebuild b/media-gfx/svgtoipe/svgtoipe-9999.ebuild new file mode 100644 index 0000000..2cd67ea --- /dev/null +++ b/media-gfx/svgtoipe/svgtoipe-9999.ebuild @@ -0,0 +1,31 @@ +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +inherit git-2 + +DESCRIPTION="Converts SVG files to Ipe xml files" +HOMEPAGE="https://github.com/otfried/ipe-tools/tree/master/figtoipe" +EGIT_REPO_URI="https://github.com/otfried/ipe-tools.git" +SRC_URI="" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="|| ( dev-lang/python:2.6[xml] dev-lang/python:2.7[xml] ) + virtual/python-imaging" +RDEPEND="${DEPEND}" + +BASEDIR="${WORKDIR}/${P}/ipe5toxml" + +src_install() { + cd ${BASEDIR} + mv svgtoipe.py svgtoipe + exeinto /usr/bin/ + doexe svgtoipe +} + +