X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fsvgtoipe%2Fsvgtoipe-9999.ebuild;h=2369227d2a48f0e218b4d19e37adf1a7657bb458;hp=ad129adeb83b863204646aa027dae914d64cc542;hb=HEAD;hpb=ec83fcc54ef88d2b38710dbbae3ae5001967df21 diff --git a/media-gfx/svgtoipe/svgtoipe-9999.ebuild b/media-gfx/svgtoipe/svgtoipe-9999.ebuild deleted file mode 100644 index ad129ad..0000000 --- a/media-gfx/svgtoipe/svgtoipe-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=6 - -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" -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[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} - doman ${PN}.1 -} - -