X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fsvgtoipe%2Fsvgtoipe-9999.ebuild;h=d2668761a39630fc5791b780e9dd9c8a95040b4d;hp=358c973f05633ee4daded20676486d647b1b12c7;hb=HEAD;hpb=7349fe8914d22e8bea4ab519dd7580e0b30c082f diff --git a/media-gfx/svgtoipe/svgtoipe-9999.ebuild b/media-gfx/svgtoipe/svgtoipe-9999.ebuild deleted file mode 100644 index 358c973..0000000 --- a/media-gfx/svgtoipe/svgtoipe-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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] )" -RDEPEND="${DEPEND}" - -BASEDIR="${WORKDIR}/${P}/${PN}" - -src_install() { - cd ${BASEDIR} - mv ${PN}.py ${PN} - exeinto /usr/bin/ - doexe ${PN} - doman ${PN}.1 -} - -