X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fsvgtoipe%2Fsvgtoipe-20131107.ebuild;fp=media-gfx%2Fsvgtoipe%2Fsvgtoipe-20131107.ebuild;h=0b3017f8ec4862c83e689664002704251df64e69;hp=0000000000000000000000000000000000000000;hb=994bc1cc7801874ae5b393a2607109a13487a7f9;hpb=85e2c3f88c74e0b46b8aee660d0f2bc854ebc7c1 diff --git a/media-gfx/svgtoipe/svgtoipe-20131107.ebuild b/media-gfx/svgtoipe/svgtoipe-20131107.ebuild new file mode 100644 index 0000000..0b3017f --- /dev/null +++ b/media-gfx/svgtoipe/svgtoipe-20131107.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +DESCRIPTION="Converts svg files to Ipe xml files" +HOMEPAGE="http://ipe7.sourceforge.net/" +SRC_URI="http://sourceforge.net/projects/ipe7/files/tools/${P}.tar.gz/download + -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="mirror" +IUSE="" + +DEPEND="|| ( dev-lang/python:2.6[xml] dev-lang/python:2.7[xml] ) + virtual/python-imaging" +RDEPEND="${DEPEND}" + + +src_install() { + base=$WORKDIR/${P} + exeinto /usr/bin/ + doexe $base/svgtoipe +} + +