X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fpdftoipe%2Fpdftoipe-9999.ebuild;h=1fc91c2ee9c76a2af02e07a9844197ab76c7ec3c;hp=dd0a6ef47d48acfb713617571aa527c1a1e8851e;hb=72cc229fbe38f5216d222af039346db42bdbf835;hpb=6f375a30436267c1ea6230053652b0f8549dd39d diff --git a/media-gfx/pdftoipe/pdftoipe-9999.ebuild b/media-gfx/pdftoipe/pdftoipe-9999.ebuild index dd0a6ef..1fc91c2 100644 --- a/media-gfx/pdftoipe/pdftoipe-9999.ebuild +++ b/media-gfx/pdftoipe/pdftoipe-9999.ebuild @@ -2,9 +2,9 @@ # $Header: $ -EAPI=0 +EAPI=7 -inherit git-2 +inherit git-r3 DESCRIPTION="Converts PDF files to Ipe xml files" HOMEPAGE="https://github.com/otfried/ipe-tools/tree/master/figtoipe" @@ -16,10 +16,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="app-text/poppler" +DEPEND="app-text/poppler + !media-gfx/ipe-tools" RDEPEND="${DEPEND}" -BASEDIR="${WORKDIR}/${P}/pdftoipe" +BASEDIR="${WORKDIR}/${P}/${PN}" src_compile() { cd ${BASEDIR} @@ -31,7 +32,6 @@ src_install() { exeinto /usr/bin/ doexe pdftoipe doman pdftoipe.1 - dodoc readme.txt }