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/libetonyek/
Date: Wed, 29 Aug 2018 10:49:53
Message-Id: 1535539778.51c1188e2288cb6ed63858f6ac5fd99cbf25d962.asturm@gentoo
1 commit: 51c1188e2288cb6ed63858f6ac5fd99cbf25d962
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 08:42:49 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 10:49:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c1188e
7
8 app-text/libetonyek: Drop 0.1.7
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 app-text/libetonyek/Manifest | 1 -
13 app-text/libetonyek/libetonyek-0.1.7.ebuild | 53 -----------------------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/app-text/libetonyek/Manifest b/app-text/libetonyek/Manifest
17 index 3214bbfef5b..974952711fa 100644
18 --- a/app-text/libetonyek/Manifest
19 +++ b/app-text/libetonyek/Manifest
20 @@ -1,2 +1 @@
21 -DIST libetonyek-0.1.7.tar.xz 1256232 BLAKE2B ef2abcc427014d515a75ff75d90a78da0b5b28d54b5de3793540e8448f163da0b6d3ff4026373ffc3a4973d3e0e4fee280e75a77407620b3ba0e833bd7d8c82a SHA512 bec4819e161f68b7315567464bfe9e0259a59822a7926c54208cceb04061664a1220716539816a24a6f259eac6f7063c72750aaaf8d8886e3bfb0c4d5f1e0b0f
22 DIST libetonyek-0.1.8.tar.xz 1324868 BLAKE2B 2088349df75011f54f5822ffd69336a7942a148ff829111c02efbfb99c705a9e00105147942f3e9e81278be3b1f2be4d63aba8cbf6a54127f04fc547df6b7b1d SHA512 c8c08100b0c75e0420bbcd796f7cb9285e77ce1be34757df5b237d114a428a4a6094f12e442f81769a2fac5be45ea4376ff9e1d90448e18b3443bfe7c645a865
23
24 diff --git a/app-text/libetonyek/libetonyek-0.1.7.ebuild b/app-text/libetonyek/libetonyek-0.1.7.ebuild
25 deleted file mode 100644
26 index d618f8eb3ce..00000000000
27 --- a/app-text/libetonyek/libetonyek-0.1.7.ebuild
28 +++ /dev/null
29 @@ -1,53 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git"
36 -[[ ${PV} == 9999 ]] && inherit autotools git-r3
37 -
38 -DESCRIPTION="Library parsing Apple Keynote presentations"
39 -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
40 -[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz"
41 -
42 -LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
43 -SLOT="0"
44 -[[ ${PV} == 9999 ]] || \
45 -KEYWORDS="amd64 ~arm ~arm64 x86"
46 -IUSE="doc static-libs test"
47 -
48 -RDEPEND="
49 - app-text/liblangtag
50 - dev-libs/librevenge
51 - dev-libs/libxml2
52 - sys-libs/zlib
53 -"
54 -DEPEND="${RDEPEND}
55 - dev-libs/boost
56 - >=dev-util/mdds-1.2.2:1
57 - media-libs/glm
58 - sys-devel/libtool
59 - virtual/pkgconfig
60 - doc? ( app-doc/doxygen )
61 - test? ( dev-util/cppunit )
62 -"
63 -
64 -src_prepare() {
65 - default
66 - [[ -d m4 ]] || mkdir "m4"
67 - [[ ${PV} == 9999 ]] && eautoreconf
68 -}
69 -
70 -src_configure() {
71 - econf \
72 - --disable-werror \
73 - $(use_with doc docs) \
74 - $(use_enable static-libs static) \
75 - $(use_enable test tests) \
76 - --with-mdds=1.2
77 -}
78 -
79 -src_install() {
80 - default
81 - find "${D}" -name '*.la' -delete || die
82 -}