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: Mon, 22 Feb 2016 17:07:30
Message-Id: 1456160783.c179c157c568e8ada8f45c3940bfa4ed07dc44eb.dilfridge@gentoo
1 commit: c179c157c568e8ada8f45c3940bfa4ed07dc44eb
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 6 23:34:57 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 17:06:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c179c157
7
8 media-libs/libvisio: 0.1.5 version bump, configure needs perl
9
10 Package-Manager: portage-2.2.27
11
12 media-libs/libvisio/Manifest | 1 +
13 .../{libvisio-9999.ebuild => libvisio-0.1.5.ebuild} | 16 ++++++++++------
14 media-libs/libvisio/libvisio-9999.ebuild | 9 +++++----
15 3 files changed, 16 insertions(+), 10 deletions(-)
16
17 diff --git a/media-libs/libvisio/Manifest b/media-libs/libvisio/Manifest
18 index 88298e9..dcd05d5 100644
19 --- a/media-libs/libvisio/Manifest
20 +++ b/media-libs/libvisio/Manifest
21 @@ -1,3 +1,4 @@
22 DIST libvisio-0.0.30.tar.xz 384508 SHA256 e7be89fdef23483deea53a557fe023c9f6b59e0f7bb5ba4f42b5909c86cc11f9 SHA512 d0261f30ca9065873aa498f7594a638d0a90dadd4df609a91e746579d14b5f1f18aa4e4812d25870b390f2df59ffa8f8a4d76618c6e71539023b7610044c9d21 WHIRLPOOL 1e328569f3e810c6cc1399015b7fb5b4aa206e0127109efaad23163fba8d45a4a74945ff6cca3dcc883dcd1248be69149383a2d9f44fb5be213ebfcd2574a92e
23 DIST libvisio-0.1.1.tar.xz 412752 SHA256 4b510168d1465516fdf6e57c01e2f9eae1fc0ae232c74e44e70693bbc49227f1 SHA512 c17c3a94985bd4c6fb10fc27d1b61ac812d5b663d123d2a5a5089f9297d39c53befffd563e6367aa024df7f69c03a1cfa41edef71c824cf03e26e3b01987dd38 WHIRLPOOL 47b81e6f4ad9f6267113d259f3d9514751fd73a731ded9b265dddbaa918bee5be1a1580ced9ceb287822ee8a67841f15ca06e04d300212301ae5549625589cfa
24 DIST libvisio-0.1.3.tar.xz 479592 SHA256 943e03b1e6c969af4c2133a6671c9630adf3aaf8d460156744a28f58c9f47cd8 SHA512 aa7ea66d30b54e70acd6684a861923dd5979025e5fda12e1e777c6e7a461f9691f2df1dd67ea4599dbb7e0293df0eee9dc9848f79067c4058afb090717489d35 WHIRLPOOL db483c052f69d1874681d36bac98bb7d65f6fd1cd2e8650fc2be0be1705b51dc43a79ad306eafacf11f4463e2e1a18776c3b5e5b0aefc7f92f5eb718aee50e04
25 +DIST libvisio-0.1.5.tar.xz 504196 SHA256 430a067903660bb1b97daf4b045e408a1bb75ca45e615cf05fb1a4da65fc5a8c SHA512 094ab546f650840d52fc34c1b105eff139d2f6e4d5cab7c9c99f8387ece0d0c6b02ec1376b3281d56a901bac016c2a024bb708c065b8b5d9404104e6494b5fab WHIRLPOOL ee2c67f357a3cc907b78e3cb8c6001ff1da2529d61f691dbad634f15639ff22a72bbec7deae08166ccaa4acfb730a826d96b9f1567e1c7c830ded1dc130388f3
26
27 diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-0.1.5.ebuild
28 similarity index 81%
29 copy from media-libs/libvisio/libvisio-9999.ebuild
30 copy to media-libs/libvisio/libvisio-0.1.5.ebuild
31 index 591d1b3..c2ac25f 100644
32 --- a/media-libs/libvisio/libvisio-9999.ebuild
33 +++ b/media-libs/libvisio/libvisio-0.1.5.ebuild
34 @@ -1,12 +1,12 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2016 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 -EAPI=5
41 +EAPI=6
42
43 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/"
44 -inherit base eutils
45 -[[ ${PV} == 9999 ]] && inherit autotools git-r3
46 +inherit autotools eutils
47 +[[ ${PV} == 9999 ]] && inherit git-r3
48
49 DESCRIPTION="Library parsing the visio documents"
50 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
51 @@ -25,6 +25,7 @@ RDEPEND="
52 sys-libs/zlib
53 "
54 DEPEND="${RDEPEND}
55 + dev-lang/perl
56 >=dev-libs/boost-1.46
57 dev-util/gperf
58 sys-devel/libtool
59 @@ -33,10 +34,13 @@ DEPEND="${RDEPEND}
60 test? ( dev-util/cppunit )
61 "
62
63 +PATCHES=( "${FILESDIR}/${PN}-0.1.3-tests-without-tools.patch" )
64 +
65 src_prepare() {
66 + eapply "${PATCHES[@]}"
67 + eapply_user
68 [[ -d m4 ]] || mkdir "m4"
69 - base_src_prepare
70 - [[ ${PV} == 9999 ]] && eautoreconf
71 + eautoreconf
72 }
73
74 src_configure() {
75
76 diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild
77 index 591d1b3..0adbb1c 100644
78 --- a/media-libs/libvisio/libvisio-9999.ebuild
79 +++ b/media-libs/libvisio/libvisio-9999.ebuild
80 @@ -1,11 +1,11 @@
81 -# Copyright 1999-2015 Gentoo Foundation
82 +# Copyright 1999-2016 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Id$
85
86 -EAPI=5
87 +EAPI=6
88
89 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/"
90 -inherit base eutils
91 +inherit eutils
92 [[ ${PV} == 9999 ]] && inherit autotools git-r3
93
94 DESCRIPTION="Library parsing the visio documents"
95 @@ -25,6 +25,7 @@ RDEPEND="
96 sys-libs/zlib
97 "
98 DEPEND="${RDEPEND}
99 + dev-lang/perl
100 >=dev-libs/boost-1.46
101 dev-util/gperf
102 sys-devel/libtool
103 @@ -34,8 +35,8 @@ DEPEND="${RDEPEND}
104 "
105
106 src_prepare() {
107 + eapply_user
108 [[ -d m4 ]] || mkdir "m4"
109 - base_src_prepare
110 [[ ${PV} == 9999 ]] && eautoreconf
111 }