diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-07-25 17:18:40 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-07-25 17:18:40 +0200 |
commit | fb3e1eacd6601491c91e6600efc61464b28cb1b7 (patch) | |
tree | 0500f5a2b04104f83962f8cd94ecbc6991ccea35 /app-office/unoconv/unoconv-0.7.ebuild | |
parent | sys-process/htop: Use python-any-r1 instead of python-single-r1 (diff) | |
download | gentoo-fb3e1eacd6601491c91e6600efc61464b28cb1b7.tar.gz gentoo-fb3e1eacd6601491c91e6600efc61464b28cb1b7.tar.bz2 gentoo-fb3e1eacd6601491c91e6600efc61464b28cb1b7.zip |
app-office/unoconv: cleanup
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-office/unoconv/unoconv-0.7.ebuild')
-rw-r--r-- | app-office/unoconv/unoconv-0.7.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-office/unoconv/unoconv-0.7.ebuild b/app-office/unoconv/unoconv-0.7.ebuild deleted file mode 100644 index 214e7b814565..000000000000 --- a/app-office/unoconv/unoconv-0.7.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_5 ) - -inherit eutils python-single-r1 - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DESCRIPTION="Convert between document formats supported by Libreoffice" -HOMEPAGE="http://dag.wieers.com/home-made/unoconv/" -SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="amd64 x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - !app-text/odt2txt - virtual/ooo -" - -src_prepare() { - epatch "${FILESDIR}/timeout.patch" - python_fix_shebang . -} - -src_compile() { :; } - -src_install() { - emake -j1 doc-install install install-links DESTDIR="${D}" || die - - dodoc ChangeLog CHANGELOG.md README.adoc || die -} |