X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fpdftoipe%2Fpdftoipe-9999.ebuild;fp=media-gfx%2Fpdftoipe%2Fpdftoipe-9999.ebuild;h=0000000000000000000000000000000000000000;hp=1fc91c2ee9c76a2af02e07a9844197ab76c7ec3c;hb=b64fbff02cf82c1daf90be43547715671295e728;hpb=46bdf0ac40c4afbcabe3b714e69a17a79dfd000b diff --git a/media-gfx/pdftoipe/pdftoipe-9999.ebuild b/media-gfx/pdftoipe/pdftoipe-9999.ebuild deleted file mode 100644 index 1fc91c2..0000000 --- a/media-gfx/pdftoipe/pdftoipe-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - - -EAPI=7 - -inherit git-r3 - -DESCRIPTION="Converts PDF 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="app-text/poppler - !media-gfx/ipe-tools" -RDEPEND="${DEPEND}" - -BASEDIR="${WORKDIR}/${P}/${PN}" - -src_compile() { - cd ${BASEDIR} - emake -} - -src_install() { - cd ${BASEDIR} - exeinto /usr/bin/ - doexe pdftoipe - doman pdftoipe.1 -} - -