Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisio/
Date: Sun, 04 Dec 2016 00:06:25
Message-Id: 1480809975.dfe078fec401a46272badeb3b1370fef6758ecb7.dilfridge@gentoo
1 commit: dfe078fec401a46272badeb3b1370fef6758ecb7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 4 00:06:15 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 4 00:06:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe078fe
7
8 media-libs/libvisio: Remove old
9
10 Package-Manager: portage-2.3.2
11
12 media-libs/libvisio/Manifest | 1 -
13 media-libs/libvisio/libvisio-0.1.1.ebuild | 54 -------------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/media-libs/libvisio/Manifest b/media-libs/libvisio/Manifest
17 index adf5fe6..b43b788 100644
18 --- a/media-libs/libvisio/Manifest
19 +++ b/media-libs/libvisio/Manifest
20 @@ -1,3 +1,2 @@
21 DIST libvisio-0.0.30.tar.xz 384508 SHA256 e7be89fdef23483deea53a557fe023c9f6b59e0f7bb5ba4f42b5909c86cc11f9 SHA512 d0261f30ca9065873aa498f7594a638d0a90dadd4df609a91e746579d14b5f1f18aa4e4812d25870b390f2df59ffa8f8a4d76618c6e71539023b7610044c9d21 WHIRLPOOL 1e328569f3e810c6cc1399015b7fb5b4aa206e0127109efaad23163fba8d45a4a74945ff6cca3dcc883dcd1248be69149383a2d9f44fb5be213ebfcd2574a92e
22 -DIST libvisio-0.1.1.tar.xz 412752 SHA256 4b510168d1465516fdf6e57c01e2f9eae1fc0ae232c74e44e70693bbc49227f1 SHA512 c17c3a94985bd4c6fb10fc27d1b61ac812d5b663d123d2a5a5089f9297d39c53befffd563e6367aa024df7f69c03a1cfa41edef71c824cf03e26e3b01987dd38 WHIRLPOOL 47b81e6f4ad9f6267113d259f3d9514751fd73a731ded9b265dddbaa918bee5be1a1580ced9ceb287822ee8a67841f15ca06e04d300212301ae5549625589cfa
23 DIST libvisio-0.1.5.tar.xz 504196 SHA256 430a067903660bb1b97daf4b045e408a1bb75ca45e615cf05fb1a4da65fc5a8c SHA512 094ab546f650840d52fc34c1b105eff139d2f6e4d5cab7c9c99f8387ece0d0c6b02ec1376b3281d56a901bac016c2a024bb708c065b8b5d9404104e6494b5fab WHIRLPOOL ee2c67f357a3cc907b78e3cb8c6001ff1da2529d61f691dbad634f15639ff22a72bbec7deae08166ccaa4acfb730a826d96b9f1567e1c7c830ded1dc130388f3
24
25 diff --git a/media-libs/libvisio/libvisio-0.1.1.ebuild b/media-libs/libvisio/libvisio-0.1.1.ebuild
26 deleted file mode 100644
27 index f40e2e2..00000000
28 --- a/media-libs/libvisio/libvisio-0.1.1.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/"
38 -inherit base eutils
39 -[[ ${PV} == 9999 ]] && inherit autotools git-2
40 -
41 -DESCRIPTION="Library parsing the visio documents"
42 -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
43 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
44 -
45 -LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
46 -SLOT="0"
47 -[[ ${PV} == 9999 ]] || \
48 -KEYWORDS="amd64 ~arm hppa ppc64 x86"
49 -IUSE="doc static-libs test"
50 -
51 -RDEPEND="
52 - dev-libs/icu:=
53 - dev-libs/librevenge
54 - dev-libs/libxml2
55 - sys-libs/zlib
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-libs/boost-1.46
59 - dev-util/gperf
60 - sys-devel/libtool
61 - virtual/pkgconfig
62 - doc? ( app-doc/doxygen )
63 - test? ( dev-util/cppunit )
64 -"
65 -
66 -src_prepare() {
67 - [[ -d m4 ]] || mkdir "m4"
68 - base_src_prepare
69 - [[ ${PV} == 9999 ]] && eautoreconf
70 -}
71 -
72 -src_configure() {
73 - econf \
74 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
75 - $(use_enable static-libs static) \
76 - --disable-werror \
77 - $(use_with doc docs) \
78 - $(use_enable test tests)
79 -}
80 -
81 -src_install() {
82 - default
83 - prune_libtool_files --all
84 -}