X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fpdftoipe%2Fpdftoipe-20110517.ebuild;fp=media-gfx%2Fpdftoipe%2Fpdftoipe-20110517.ebuild;h=0000000000000000000000000000000000000000;hp=da352b222a572442e0ecff848d85413d0bbb5c44;hb=aaa28e5dd723f48424aab49599cf12b2c14ae6d6;hpb=555e662f1442d158cf31323b27a5dff1897906c0 diff --git a/media-gfx/pdftoipe/pdftoipe-20110517.ebuild b/media-gfx/pdftoipe/pdftoipe-20110517.ebuild deleted file mode 100644 index da352b2..0000000 --- a/media-gfx/pdftoipe/pdftoipe-20110517.ebuild +++ /dev/null @@ -1,35 +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/" -PEXT="${P}-src" -SRC_URI="http://sourceforge.net/projects/ipe7/files%2Ftools%2F${PEXT}.tar.gz/download - -> ${P}.tar.gz" - - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="mirror" -IUSE="" -S="${WORKDIR}/${PEXT}" - -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 -} - -