X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=media-gfx%2Fipe5toxml%2Fipe5toxml-9999.ebuild;h=6907a84db25df38a5e64f97aabd3148a935b7e89;hb=HEAD;hp=ce1807c1f442aa18e4e3e68b317186fbf5898a3c;hpb=72cc229fbe38f5216d222af039346db42bdbf835;p=shuber-gentoo-overlay.git diff --git a/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild b/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild deleted file mode 100644 index ce1807c..0000000 --- a/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=7 - -inherit git-r3 - -DESCRIPTION="Converts Ipe-5 files to Ipe-6 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="!media-gfx/ipe-tools" -RDEPEND="${DEPEND}" - -BASEDIR="${WORKDIR}/${P}/${PN}" - -src_compile() { - cd ${BASEDIR} - emake -} - -src_install() { - cd ${BASEDIR} - exeinto /usr/bin/ - doexe ipe5toxml - doman ipe5toxml.1 -} - -