X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fpdftoipe%2Fpdftoipe-20110116.ebuild;fp=media-gfx%2Fpdftoipe%2Fpdftoipe-20110116.ebuild;h=0000000000000000000000000000000000000000;hp=c015a4f12ad24cb710aa090e7d056caf49062ec1;hb=aaa28e5dd723f48424aab49599cf12b2c14ae6d6;hpb=555e662f1442d158cf31323b27a5dff1897906c0 diff --git a/media-gfx/pdftoipe/pdftoipe-20110116.ebuild b/media-gfx/pdftoipe/pdftoipe-20110116.ebuild deleted file mode 100644 index c015a4f..0000000 --- a/media-gfx/pdftoipe/pdftoipe-20110116.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -DESCRIPTION="Converts pdf files to Ipe xml files" -HOMEPAGE="http://ipe7.sourceforge.net/" -SRC_URI="http://sourceforge.net/projects/ipe7/files%2Fzzz_archived_files%2F${P}.tar.gz/download - -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="mirror" -IUSE="" - -DEPEND="app-text/poppler - >=media-gfx/ipe-7.0.0" -RDEPEND="${DEPEND}" - -src_compile() { - emake || die -} - -src_install() { - exeinto /usr/bin/ - doexe $S/pdftoipe - doman $S/pdftoipe.1 -} - -