Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libstaroffice/
Date: Sun, 31 May 2020 21:09:25
Message-Id: 1590959319.a2f6961f3e2f7e64e9b2dd22347e02bc49ee4939.asturm@gentoo
1 commit: a2f6961f3e2f7e64e9b2dd22347e02bc49ee4939
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 21:04:16 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 21:08:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f6961f
7
8 app-text/libstaroffice: Drop 0.0.6
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/libstaroffice/Manifest | 1 -
14 app-text/libstaroffice/libstaroffice-0.0.6.ebuild | 45 -----------------------
15 2 files changed, 46 deletions(-)
16
17 diff --git a/app-text/libstaroffice/Manifest b/app-text/libstaroffice/Manifest
18 index ba3743e73fd..dc2604772e8 100644
19 --- a/app-text/libstaroffice/Manifest
20 +++ b/app-text/libstaroffice/Manifest
21 @@ -1,2 +1 @@
22 -DIST libstaroffice-0.0.6.tar.xz 706324 BLAKE2B 5ff692c85bb48a7cd4c1e05e0afcc3ab26d627254dcf0b4ba10314c6ec654d69e2910f031ec7b88c9d28c48fe6a7267cd2434d224dc980ad9e266273cbc65bfa SHA512 9b5313a069e29265875f2e744b6b39c261f578d72f67fdefe1454c092aaa28399e1b3dfcb3a2f881f9a60674e0115a29350fba3ee37fb442f0a837982077f324
23 DIST libstaroffice-0.0.7.tar.xz 707920 BLAKE2B f06786f600414a086f9b08b413ef1e028b15070ce90b4be03b18dd69787f4812b4ecbc245381e0ed464fabe0c1147149a3c4df248181b236e5d8bb766b398985 SHA512 fae873457a8018c1613667aa92771981503585513ab01bdbd2dd6d506ed4f72a7a8fdcfcb8953a46dfcb8fd902d2c9ef8ccd1a5ff15c83990a89847fb98009f8
24
25 diff --git a/app-text/libstaroffice/libstaroffice-0.0.6.ebuild b/app-text/libstaroffice/libstaroffice-0.0.6.ebuild
26 deleted file mode 100644
27 index e88162618cf..00000000000
28 --- a/app-text/libstaroffice/libstaroffice-0.0.6.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -EGIT_REPO_URI="https://github.com/fosnola/libstaroffice.git"
37 -[[ ${PV} == 9999 ]] && inherit git-r3 autotools
38 -
39 -DESCRIPTION="Import filter for old StarOffice documents"
40 -HOMEPAGE="https://github.com/fosnola/libstaroffice"
41 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
42 -
43 -LICENSE="|| ( LGPL-2.1+ MPL-2.0 )"
44 -SLOT="0"
45 -[[ ${PV} == 9999 ]] || \
46 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
47 -
48 -IUSE="debug doc tools +zlib"
49 -
50 -RDEPEND="
51 - dev-libs/librevenge
52 - zlib? ( sys-libs/zlib )
53 -"
54 -DEPEND="${RDEPEND}
55 - doc? ( app-doc/doxygen )
56 -"
57 -
58 -src_prepare() {
59 - default
60 - [[ ${PV} == 9999 ]] && eautoreconf
61 -}
62 -
63 -src_configure() {
64 - econf \
65 - --disable-werror \
66 - $(use_enable debug) \
67 - $(use_with doc docs) \
68 - $(use_enable tools) \
69 - $(use_enable zlib zip)
70 -}
71 -
72 -src_install() {
73 - default
74 - find "${D}" -name '*.la' -delete || die
75 -}