X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Ffigtoipe%2Ffigtoipe-9999.ebuild;h=08a2d6933e8a4a3702714d2496bbb0d67c8eb854;hp=a801014fbe6c4e8162cd8be26409ee9f58e35fbb;hb=HEAD;hpb=5b10f5bfa74c1396451cf58f83dd5b2795ee2123 diff --git a/media-gfx/figtoipe/figtoipe-9999.ebuild b/media-gfx/figtoipe/figtoipe-9999.ebuild deleted file mode 100644 index a801014..0000000 --- a/media-gfx/figtoipe/figtoipe-9999.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=0 - -inherit git-2 - -DESCRIPTION="Converts FIG files (xfig) to XML files (Ipe)" -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="sys-libs/zlib" -RDEPEND="${DEPEND}" - -BASEDIR="${WORKDIR}/${P}/figtoipe" - -src_compile() { - cd ${BASEDIR} - emake -} - -src_install() { - cd ${BASEDIR} - exeinto /usr/bin/ - doexe figtoipe - doman figtoipe.1 -} - -