Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/
Date: Fri, 01 Jan 2021 00:47:08
Message-Id: 1609461964.0b65fc1f58c579c7f1a964d2078cfa59795a754d.mgorny@gentoo
1 commit: 0b65fc1f58c579c7f1a964d2078cfa59795a754d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:43:59 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:46:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b65fc1f
7
8 app-office/unoconv: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-office/unoconv/Manifest | 2 --
13 app-office/unoconv/unoconv-0.8.2.ebuild | 42 ---------------------------------
14 app-office/unoconv/unoconv-0.9.ebuild | 36 ----------------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/app-office/unoconv/Manifest b/app-office/unoconv/Manifest
18 index 5d32b34d56e..70575405581 100644
19 --- a/app-office/unoconv/Manifest
20 +++ b/app-office/unoconv/Manifest
21 @@ -1,3 +1 @@
22 -DIST unoconv-0.8.2.tar.gz 104072 BLAKE2B 1ac16159f939a06cc75f3ff23f5aa7f1c4d49a41d4cce5e9c5866714ef1b3b969f94c074d36fff19d6af22375d5598033fb69761a09d3e60b81d794841c0e0d8 SHA512 cd6a4d06559895c0aebb5fda51ca86928474dd0ca0aa908e81762643186c29cf8436c889eedbb18bc74ed6016414d1aa831cd034614244d5aae677a6b4cdd4c9
23 DIST unoconv-0.9.0.tar.gz 108493 BLAKE2B 36761f5cabd8cf0186ffa74202d8a9e0388ab9dc1a135b8e6b2275ed380de79da85d4955bca446810f4f71dff61bd38d7b131a91930729cbabfb10d656ba3891 SHA512 37d63ada32675fd0ebd089a74db453fdb7332a24e62cbf3e060d6d15cc503c76ede9ccc5e09467f4a38833a8358c09fde23cc8780a77c343268f20e0c37f2469
24 -DIST unoconv-0.9.tar.gz 108547 BLAKE2B 6620a7adb32c25182fbb5d0b141ec15d461ee7a73d8644e92337fd7748607d0d33a5978add4c72abf2b35f769f8bbfa35d411f77c4750606e22d6cbc7d7b3454 SHA512 1d6448154ec41776ed4d2ffd87b1caa15e231676a1161072676b1f5a466ea6dbae904de3eafb9ab2718fe4ed0ab7a2c9a91b1d19d79ea382c1e7576ea21e7f04
25
26 diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild b/app-office/unoconv/unoconv-0.8.2.ebuild
27 deleted file mode 100644
28 index ff651f50e1b..00000000000
29 --- a/app-office/unoconv/unoconv-0.8.2.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -
39 -inherit eutils python-single-r1
40 -
41 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
42 -
43 -DESCRIPTION="Convert between document formats supported by Libreoffice"
44 -HOMEPAGE="http://dag.wiee.rs/home-made/unoconv/"
45 -SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -
50 -KEYWORDS="amd64 x86"
51 -
52 -IUSE=""
53 -
54 -DEPEND=""
55 -RDEPEND="${DEPEND}
56 - ${PYTHON_DEPS}
57 - !app-text/odt2txt
58 - virtual/ooo
59 -"
60 -
61 -src_prepare() {
62 - epatch "${FILESDIR}/timeout.patch"
63 - eapply_user
64 - python_fix_shebang .
65 -}
66 -
67 -src_compile() { :; }
68 -
69 -src_install() {
70 - emake -j1 doc-install install install-links DESTDIR="${D}"
71 -
72 - dodoc ChangeLog CHANGELOG.md README.adoc
73 -}
74
75 diff --git a/app-office/unoconv/unoconv-0.9.ebuild b/app-office/unoconv/unoconv-0.9.ebuild
76 deleted file mode 100644
77 index 53aed7fea67..00000000000
78 --- a/app-office/unoconv/unoconv-0.9.ebuild
79 +++ /dev/null
80 @@ -1,36 +0,0 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -
86 -PYTHON_COMPAT=( python3_{6,7,8} )
87 -inherit python-single-r1
88 -
89 -DESCRIPTION="Convert between document formats supported by LibreOffice"
90 -HOMEPAGE="http://dag.wiee.rs/home-made/unoconv/"
91 -SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
92 -
93 -LICENSE="GPL-2"
94 -SLOT="0"
95 -KEYWORDS="~amd64 ~x86"
96 -
97 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
98 -
99 -RDEPEND="${PYTHON_DEPS}
100 - !app-text/odt2txt
101 - virtual/ooo
102 -"
103 -
104 -PATCHES=( "${FILESDIR}/timeout.patch" )
105 -
106 -src_prepare() {
107 - default
108 - python_fix_shebang .
109 -}
110 -
111 -src_compile() { :; }
112 -
113 -src_install() {
114 - emake -j1 doc-install install install-links DESTDIR="${D}"
115 - dodoc AUTHORS ChangeLog CHANGELOG.md README.adoc
116 -}