Add media-gfx/figtoipe-9999
[shuber-gentoo-overlay.git] / media-gfx / figtoipe / figtoipe-20091205.ebuild
diff --git a/media-gfx/figtoipe/figtoipe-20091205.ebuild b/media-gfx/figtoipe/figtoipe-20091205.ebuild
deleted file mode 100644 (file)
index b0bbfbf..0000000
+++ /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 xfig files to Ipe xml files"
-HOMEPAGE="http://ipe7.sourceforge.net/"
-SRC_URI="http://sourceforge.net/projects/ipe7/files/tools/${P}.tar.gz/download
-               -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="mirror"
-IUSE=""
-
-DEPEND=">=media-gfx/ipe-7.0.0"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       emake || die
-}
-
-src_install() {
-       base=$WORKDIR/${P}
-       exeinto /usr/bin/
-       doexe $base/figtoipe
-       doman $base/figtoipe.1
-}
-
-