Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/
Date: Tue, 12 Dec 2017 07:16:12
Message-Id: 1513061999.568dced8db3f22fd53a455e260451cdbde5915ce.graaff@gentoo
1 commit: 568dced8db3f22fd53a455e260451cdbde5915ce
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 12 06:37:47 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 12 06:59:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568dced8
7
8 app-office/unoconv: remove live ebuild again
9
10 This got added back by a bad merge in 326360af22a1f24fca60d975e5e5aa4ab1a57d6a
11
12 Package-Manager: Portage-2.3.13, Repoman-2.3.3
13
14 app-office/unoconv/unoconv-99999999.ebuild | 41 ------------------------------
15 1 file changed, 41 deletions(-)
16
17 diff --git a/app-office/unoconv/unoconv-99999999.ebuild b/app-office/unoconv/unoconv-99999999.ebuild
18 deleted file mode 100644
19 index 38c911aa3f8..00000000000
20 --- a/app-office/unoconv/unoconv-99999999.ebuild
21 +++ /dev/null
22 @@ -1,41 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
29 -EGIT_REPO_URI="https://github.com/dagwieers/unoconv.git"
30 -[[ ${PV} == 9999* ]] && SCM_ECLASS="git-r3"
31 -inherit python-single-r1 ${SCM_ECLASS}
32 -unset SCM_ECLASS
33 -
34 -DESCRIPTION="Convert between document formats supported by Libreoffice"
35 -HOMEPAGE="http://dag.wieers.com/home-made/unoconv/"
36 -[[ ${PV} == 9999* ]] || SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
37 -
38 -LICENSE="GPL-2"
39 -SLOT="0"
40 -[[ ${PV} == 9999* ]] || \
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE=""
43 -
44 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
45 -
46 -DEPEND=""
47 -RDEPEND="${DEPEND}
48 - ${PYTHON_DEPS}
49 - !app-text/odt2txt
50 - virtual/ooo
51 -"
52 -
53 -DOCS=( ChangeLog CHANGELOG.md README.adoc )
54 -
55 -PATCHES=( "${FILESDIR}/timeout.patch" )
56 -
57 -src_compile() { :; }
58 -
59 -src_install() {
60 - emake doc-install install install-links DESTDIR="${D}" || die
61 - einstalldocs
62 - python_fix_shebang .
63 -}