]> Pileus Git - ~andy/sunrise/blobdiff - app-office/unoconv/unoconv-0.3-r4.ebuild
app-office/unoconv: app-office/unoconv moved to gentoo-x86, bug 262083 is fixed.
[~andy/sunrise] / app-office / unoconv / unoconv-0.3-r4.ebuild
diff --git a/app-office/unoconv/unoconv-0.3-r4.ebuild b/app-office/unoconv/unoconv-0.3-r4.ebuild
deleted file mode 100644 (file)
index 2a1a288..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Convert between any document format supported by OpenOffice"
-HOMEPAGE="http://dag.wieers.com/home-made/unoconv/"
-SRC_URI="http://dag.wieers.com/home-made/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-text/asciidoc
-       dev-python/setuptools"
-RDEPEND="|| ( app-office/openoffice app-office/openoffice-bin
-               app-office/libreoffice app-office/libreoffice-bin )"
-
-src_prepare() {
-       epatch "${FILESDIR}/${P}-openoffice-3.2-libreoffice.patch" \
-               "${FILESDIR}/${P}-longer-timeout.patch"
-}
-
-src_install() {
-       emake install DESTDIR="${D}" bindir='$(prefix)/share/unoconv' || die
-       newbin "${FILESDIR}"/unoconv-wrapper unoconv || die
-}