Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libzmf/
Date: Fri, 10 Nov 2017 11:05:11
Message-Id: 1510311898.dcdb2443bfa3211891c58db9edd99936d1eb2f78.asturm@gentoo
1 commit: dcdb2443bfa3211891c58db9edd99936d1eb2f78
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 10 10:53:24 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 10 11:04:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdb2443
7
8 media-libs/libzmf: Drop old
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.4
11
12 media-libs/libzmf/Manifest | 1 -
13 media-libs/libzmf/libzmf-0.0.1.ebuild | 49 -----------------------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/media-libs/libzmf/Manifest b/media-libs/libzmf/Manifest
17 index e0b07874452..49bfd559f41 100644
18 --- a/media-libs/libzmf/Manifest
19 +++ b/media-libs/libzmf/Manifest
20 @@ -1,2 +1 @@
21 -DIST libzmf-0.0.1.tar.xz 315060 SHA256 eaf533ea29f9b66e75c0dcb631f1616b4f3cec9474e4fa0d2835769056a0e57a SHA512 cf601974a762ddee45430c136f40231e7659884544881ab37563a97e169201bfd335bad1ddc220e882612e2480070c4a36ba3826242a48e12105e20bb6f717e2 WHIRLPOOL a6e2dae1ef2b09f77332c4eee5da17113ab034f486f93ce31484f14a31ef6db27cf69d6187541cd751d3e85fa08e88b7b2cc41703634c61a92301bd4d0ae8b6f
22 DIST libzmf-0.0.2.tar.xz 320952 SHA256 27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22 SHA512 ad4a8e65e85434e43caa239ff2a3f358c6db6411235c4bb73d8d2aa1527a4f411433370706db391f8f8110a36759249ee19b27be75bae5f361c491006d1b9aa2 WHIRLPOOL cb919a9d0861b7c75c4bf66cd3c6ae69ddf31cdb30619b8f201306360293cf72dde31037030ed063e62fe2a6d960a3691261470ec84e310c69e016a2466bbc8a
23
24 diff --git a/media-libs/libzmf/libzmf-0.0.1.ebuild b/media-libs/libzmf/libzmf-0.0.1.ebuild
25 deleted file mode 100644
26 index f0c672f6afd..00000000000
27 --- a/media-libs/libzmf/libzmf-0.0.1.ebuild
28 +++ /dev/null
29 @@ -1,49 +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="git://gerrit.libreoffice.org/libzmf"
36 -[[ ${PV} == 9999 ]] && inherit git-r3 autotools
37 -
38 -DESCRIPTION="Library for parsing Zoner Callisto/Draw documents"
39 -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libzmf"
40 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="MPL-2.0"
43 -SLOT="0"
44 -[[ ${PV} == 9999 ]] || \
45 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 -
47 -IUSE="debug doc test tools"
48 -
49 -RDEPEND="
50 - dev-libs/icu:=
51 - dev-libs/librevenge
52 - media-libs/libpng:0=
53 - sys-libs/zlib
54 -"
55 -DEPEND="${RDEPEND}
56 - >=dev-libs/boost-1.56
57 - doc? ( app-doc/doxygen )
58 - test? ( dev-util/cppunit )
59 -"
60 -
61 -src_prepare() {
62 - default
63 - [[ ${PV} == 9999 ]] && eautoreconf
64 -}
65 -
66 -src_configure() {
67 - econf \
68 - --disable-werror \
69 - $(use_enable debug) \
70 - $(use_with doc docs) \
71 - $(use_enable test tests) \
72 - $(use_enable tools)
73 -}
74 -
75 -src_install() {
76 - default
77 - find "${D}" -name '*.la' -delete || die
78 -}