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=0000000000000000000000000000000000000000;hp=6ec1b0e0416a7a0c0d53532cef5df2fb5209a4dd;hb=2939535a905b837d9b937996832f8f7372ad0ac5;hpb=6f375a30436267c1ea6230053652b0f8549dd39d diff --git a/media-gfx/svgtoipe/svgtoipe-20131107.ebuild b/media-gfx/svgtoipe/svgtoipe-20131107.ebuild deleted file mode 100644 index 6ec1b0e..0000000 --- a/media-gfx/svgtoipe/svgtoipe-20131107.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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() { - cd $WORKDIR/${P} - mv svgtoipe.py svgtoipe - - exeinto /usr/bin/ - doexe svgtoipe -} - -