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/libvisio/
Date: Wed, 02 Aug 2017 06:31:41
Message-Id: 1501655473.5e3976f08178af5a44c15ff06731f78727d9933c.asturm@gentoo
1 commit: 5e3976f08178af5a44c15ff06731f78727d9933c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 30 20:39:41 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 06:31:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3976f0
7
8 media-libs/libvisio: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 media-libs/libvisio/Manifest | 1 -
13 media-libs/libvisio/libvisio-0.0.30.ebuild | 48 ------------------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/media-libs/libvisio/Manifest b/media-libs/libvisio/Manifest
17 index b43b7885376..63e67c1a7b6 100644
18 --- a/media-libs/libvisio/Manifest
19 +++ b/media-libs/libvisio/Manifest
20 @@ -1,2 +1 @@
21 -DIST libvisio-0.0.30.tar.xz 384508 SHA256 e7be89fdef23483deea53a557fe023c9f6b59e0f7bb5ba4f42b5909c86cc11f9 SHA512 d0261f30ca9065873aa498f7594a638d0a90dadd4df609a91e746579d14b5f1f18aa4e4812d25870b390f2df59ffa8f8a4d76618c6e71539023b7610044c9d21 WHIRLPOOL 1e328569f3e810c6cc1399015b7fb5b4aa206e0127109efaad23163fba8d45a4a74945ff6cca3dcc883dcd1248be69149383a2d9f44fb5be213ebfcd2574a92e
22 DIST libvisio-0.1.5.tar.xz 504196 SHA256 430a067903660bb1b97daf4b045e408a1bb75ca45e615cf05fb1a4da65fc5a8c SHA512 094ab546f650840d52fc34c1b105eff139d2f6e4d5cab7c9c99f8387ece0d0c6b02ec1376b3281d56a901bac016c2a024bb708c065b8b5d9404104e6494b5fab WHIRLPOOL ee2c67f357a3cc907b78e3cb8c6001ff1da2529d61f691dbad634f15639ff22a72bbec7deae08166ccaa4acfb730a826d96b9f1567e1c7c830ded1dc130388f3
23
24 diff --git a/media-libs/libvisio/libvisio-0.0.30.ebuild b/media-libs/libvisio/libvisio-0.0.30.ebuild
25 deleted file mode 100644
26 index ceb0ca95adb..00000000000
27 --- a/media-libs/libvisio/libvisio-0.0.30.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit base eutils
36 -
37 -DESCRIPTION="Library parsing the visio documents"
38 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libvisio"
39 -SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
40 -
41 -LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
42 -SLOT="0"
43 -KEYWORDS="ppc"
44 -IUSE="doc static-libs"
45 -
46 -RDEPEND="
47 - app-text/libwpd:0.9
48 - app-text/libwpg:0.2
49 - dev-libs/icu:=
50 - dev-libs/libxml2
51 - sys-libs/zlib
52 -"
53 -DEPEND="${RDEPEND}
54 - >=dev-libs/boost-1.46
55 - dev-util/gperf
56 - sys-devel/libtool
57 - virtual/pkgconfig
58 - doc? ( app-doc/doxygen )
59 -"
60 -
61 -src_prepare() {
62 - [[ -d m4 ]] || mkdir "m4"
63 - base_src_prepare
64 -}
65 -
66 -src_configure() {
67 - econf \
68 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
69 - $(use_enable static-libs static) \
70 - --disable-werror \
71 - $(use_with doc docs)
72 -}
73 -
74 -src_install() {
75 - default
76 - prune_libtool_files --all
77 -}