X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fipe5toxml%2Fipe5toxml-9999.ebuild;h=6907a84db25df38a5e64f97aabd3148a935b7e89;hp=8fb2d5d25befff20bd4189a22595b8a0d17a0912;hb=f225eecb7249b68527bd5f6d171fad7f64696c84;hpb=605aaadb12cd271bcff3c24a419cae1bd0c5cea8 diff --git a/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild b/media-gfx/ipe5toxml/ipe5toxml-9999.ebuild index 8fb2d5d..6907a84 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" @@ -18,7 +18,7 @@ IUSE="" DEPEND="" 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 }