X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fsvgtoipe%2Fsvgtoipe-9999.ebuild;h=ad129adeb83b863204646aa027dae914d64cc542;hp=358c973f05633ee4daded20676486d647b1b12c7;hb=72cc229fbe38f5216d222af039346db42bdbf835;hpb=7349fe8914d22e8bea4ab519dd7580e0b30c082f;ds=sidebyside diff --git a/media-gfx/svgtoipe/svgtoipe-9999.ebuild b/media-gfx/svgtoipe/svgtoipe-9999.ebuild index 358c973..ad129ad 100644 --- a/media-gfx/svgtoipe/svgtoipe-9999.ebuild +++ b/media-gfx/svgtoipe/svgtoipe-9999.ebuild @@ -1,9 +1,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=6 -inherit git-2 +PYTHON_COMPAT=( python3_{6,7} ) +inherit git-r3 python-single-r1 DESCRIPTION="Converts SVG files to Ipe xml files" HOMEPAGE="https://github.com/otfried/ipe-tools/tree/master/figtoipe" @@ -15,13 +16,16 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="|| ( dev-lang/python:2.6[xml] dev-lang/python:2.7[xml] )" +DEPEND="dev-lang/python[xml] + !media-gfx/ipe-tools" RDEPEND="${DEPEND}" BASEDIR="${WORKDIR}/${P}/${PN}" src_install() { cd ${BASEDIR} + python_fix_shebang . + mv ${PN}.py ${PN} exeinto /usr/bin/ doexe ${PN}