summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-12-12 07:37:47 +0100
committerHans de Graaff <graaff@gentoo.org>2017-12-12 07:59:59 +0100
commit568dced8db3f22fd53a455e260451cdbde5915ce (patch)
tree18d45f1d7d32ff1d880bb0e1f079b3502fe4d800 /app-office/unoconv
parentnet-im/discord-bin: Version bump 0.0.3 (diff)
downloadgentoo-568dced8db3f22fd53a455e260451cdbde5915ce.tar.gz
gentoo-568dced8db3f22fd53a455e260451cdbde5915ce.tar.bz2
gentoo-568dced8db3f22fd53a455e260451cdbde5915ce.zip
app-office/unoconv: remove live ebuild again
This got added back by a bad merge in 326360af22a1f24fca60d975e5e5aa4ab1a57d6a Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-office/unoconv')
-rw-r--r--app-office/unoconv/unoconv-99999999.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/app-office/unoconv/unoconv-99999999.ebuild b/app-office/unoconv/unoconv-99999999.ebuild
deleted file mode 100644
index 38c911aa3f85..000000000000
--- a/app-office/unoconv/unoconv-99999999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-EGIT_REPO_URI="https://github.com/dagwieers/unoconv.git"
-[[ ${PV} == 9999* ]] && SCM_ECLASS="git-r3"
-inherit python-single-r1 ${SCM_ECLASS}
-unset SCM_ECLASS
-
-DESCRIPTION="Convert between document formats supported by Libreoffice"
-HOMEPAGE="http://dag.wieers.com/home-made/unoconv/"
-[[ ${PV} == 9999* ]] || SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-[[ ${PV} == 9999* ]] || \
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- ${PYTHON_DEPS}
- !app-text/odt2txt
- virtual/ooo
-"
-
-DOCS=( ChangeLog CHANGELOG.md README.adoc )
-
-PATCHES=( "${FILESDIR}/timeout.patch" )
-
-src_compile() { :; }
-
-src_install() {
- emake doc-install install install-links DESTDIR="${D}" || die
- einstalldocs
- python_fix_shebang .
-}