summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/unoconv/unoconv-0.4-r2.ebuild')
-rw-r--r--app-office/unoconv/unoconv-0.4-r2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-office/unoconv/unoconv-0.4-r2.ebuild b/app-office/unoconv/unoconv-0.4-r2.ebuild
deleted file mode 100644
index e17d431..0000000
--- a/app-office/unoconv/unoconv-0.4-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 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/unoconv/${P}.tar.bz2"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-SLOT="0"
-
-RDEPEND=">=dev-lang/python-2.5
- || ( app-office/openoffice app-office/openoffice-bin
- app-office/libreoffice app-office/libreoffice-bin )"
-DEPEND="dev-python/setuptools
- >=app-text/asciidoc-8.2.6"
-
-src_prepare() {
- epatch "${FILESDIR}/fix_empty_ld_path.patch"
-}
-
-src_install() {
- emake docs DESTDIR="${D}"
- emake docs-install DESTDIR="${D}"
- emake install DESTDIR="${D}"
- emake install-links DESTDIR="${D}"
-}