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 19:35:37
Message-Id: 1501702516.a5eeb090e8be37af743dd3797c1cfd79d24384b0.asturm@gentoo
1 commit: a5eeb090e8be37af743dd3797c1cfd79d24384b0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 12:54:33 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 19:35:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5eeb090
7
8 media-libs/libvisio: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 media-libs/libvisio/libvisio-0.1.5.ebuild | 56 -------------------------------
13 1 file changed, 56 deletions(-)
14
15 diff --git a/media-libs/libvisio/libvisio-0.1.5.ebuild b/media-libs/libvisio/libvisio-0.1.5.ebuild
16 deleted file mode 100644
17 index f0d256e725c..00000000000
18 --- a/media-libs/libvisio/libvisio-0.1.5.ebuild
19 +++ /dev/null
20 @@ -1,56 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/"
27 -inherit autotools
28 -[[ ${PV} == 9999 ]] && inherit git-r3
29 -
30 -DESCRIPTION="Library parsing the visio documents"
31 -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
32 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
33 -
34 -LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
35 -SLOT="0"
36 -[[ ${PV} == 9999 ]] || \
37 -KEYWORDS="hppa"
38 -IUSE="doc static-libs test tools"
39 -
40 -RDEPEND="
41 - dev-libs/icu:=
42 - dev-libs/librevenge
43 - dev-libs/libxml2
44 - sys-libs/zlib
45 -"
46 -DEPEND="${RDEPEND}
47 - dev-lang/perl
48 - dev-libs/boost
49 - dev-util/gperf
50 - sys-devel/libtool
51 - virtual/pkgconfig
52 - doc? ( app-doc/doxygen )
53 - test? ( dev-util/cppunit )
54 -"
55 -
56 -PATCHES=( "${FILESDIR}/${PN}-0.1.3-tests-without-tools.patch" )
57 -
58 -src_prepare() {
59 - default
60 - [[ -d m4 ]] || mkdir "m4"
61 - eautoreconf
62 -}
63 -
64 -src_configure() {
65 - econf \
66 - --disable-werror \
67 - $(use_with doc docs) \
68 - $(use_enable static-libs static) \
69 - $(use_enable test tests) \
70 - $(use_enable tools)
71 -}
72 -
73 -src_install() {
74 - default
75 - find "${D}" -name '*.la' -delete || die
76 -}