diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-10-23 08:00:20 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-10-23 08:00:20 +0200 |
commit | 464c0348e942fc19ac051c2958c63b3c0f7d33ac (patch) | |
tree | b1883604a4762c75056a0e6a4cb36cabfd419919 /app-office/unoconv | |
parent | dev-ruby/bunny: add 2.6.1 (diff) | |
download | gentoo-464c0348e942fc19ac051c2958c63b3c0f7d33ac.tar.gz gentoo-464c0348e942fc19ac051c2958c63b3c0f7d33ac.tar.bz2 gentoo-464c0348e942fc19ac051c2958c63b3c0f7d33ac.zip |
app-office/unoconv: remove old live ebuild, fixing bug 597466
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-office/unoconv')
-rw-r--r-- | app-office/unoconv/unoconv-99999999.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-office/unoconv/unoconv-99999999.ebuild b/app-office/unoconv/unoconv-99999999.ebuild deleted file mode 100644 index 49f8d4578756..000000000000 --- a/app-office/unoconv/unoconv-99999999.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -PYTHON_DEPEND="2" -EGIT_REPO_URI="https://github.com/dagwieers/unoconv.git" -[[ ${PV} == 9999* ]] && SCM_ECLASS="git-2" -inherit eutils python ${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="" - -DEPEND="" -RDEPEND="${DEPEND} - !app-text/odt2txt - virtual/ooo -" - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - epatch "${FILESDIR}/timeout.patch" - python_convert_shebangs -r 2 . -} - -src_compile() { :; } - -src_install() { - emake docs-install install install-links DESTDIR="${D}" || die -} |