summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-01 01:43:59 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-01 01:46:04 +0100
commit0b65fc1f58c579c7f1a964d2078cfa59795a754d (patch)
tree5048ce09da92cb8bdb62d96def51d3bbf559f408 /app-office/unoconv/unoconv-0.8.2.ebuild
parentapp-misc/icdiff: Remove old (py3.6) (diff)
downloadgentoo-0b65fc1f58c579c7f1a964d2078cfa59795a754d.tar.gz
gentoo-0b65fc1f58c579c7f1a964d2078cfa59795a754d.tar.bz2
gentoo-0b65fc1f58c579c7f1a964d2078cfa59795a754d.zip
app-office/unoconv: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-office/unoconv/unoconv-0.8.2.ebuild')
-rw-r--r--app-office/unoconv/unoconv-0.8.2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild b/app-office/unoconv/unoconv-0.8.2.ebuild
deleted file mode 100644
index ff651f50e1b8..000000000000
--- a/app-office/unoconv/unoconv-0.8.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit eutils python-single-r1
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DESCRIPTION="Convert between document formats supported by Libreoffice"
-HOMEPAGE="http://dag.wiee.rs/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"
- eapply_user
- python_fix_shebang .
-}
-
-src_compile() { :; }
-
-src_install() {
- emake -j1 doc-install install install-links DESTDIR="${D}"
-
- dodoc ChangeLog CHANGELOG.md README.adoc
-}