X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fipe5toxml%2Fipe5toxml-9999.ebuild;h=ce1807c1f442aa18e4e3e68b317186fbf5898a3c;hp=8fb2d5d25befff20bd4189a22595b8a0d17a0912;hb=72cc229fbe38f5216d222af039346db42bdbf835;hpb=605aaadb12cd271bcff3c24a419cae1bd0c5cea8 diff --git a/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild b/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild index 8fb2d5d..ce1807c 100644 --- a/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild +++ b/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild @@ -1,9 +1,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=0 +EAPI=7 -inherit git-2 +inherit git-r3 DESCRIPTION="Converts Ipe-5 files to Ipe-6 files" HOMEPAGE="https://github.com/otfried/ipe-tools/tree/master/figtoipe" @@ -15,10 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" +DEPEND="!media-gfx/ipe-tools" RDEPEND="${DEPEND}" -BASEDIR="${WORKDIR}/${P}/ipe5toxml" +BASEDIR="${WORKDIR}/${P}/${PN}" src_compile() { cd ${BASEDIR} @@ -29,6 +29,7 @@ src_install() { cd ${BASEDIR} exeinto /usr/bin/ doexe ipe5toxml + doman ipe5toxml.1 }