Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvisio: libvisio-0.0.28.ebuild ChangeLog
Date: Wed, 05 Jun 2013 12:50:53
Message-Id: 20130605125048.371262171D@flycatcher.gentoo.org
1 ago 13/06/05 12:50:48
2
3 Modified: ChangeLog
4 Added: libvisio-0.0.28.ebuild
5 Log:
6 Version bump to 0.0.28, committed intentionally as stable. Both requests from scarabeus
7
8 (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
9
10 Revision Changes Path
11 1.52 media-libs/libvisio/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.52&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.52&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?r1=1.51&r2=1.52
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v
20 retrieving revision 1.51
21 retrieving revision 1.52
22 diff -u -r1.51 -r1.52
23 --- ChangeLog 27 Apr 2013 19:02:42 -0000 1.51
24 +++ ChangeLog 5 Jun 2013 12:50:48 -0000 1.52
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/libvisio
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.51 2013/04/27 19:02:42 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.52 2013/06/05 12:50:48 ago Exp $
30 +
31 +*libvisio-0.0.28 (05 Jun 2013)
32 +
33 + 05 Jun 2013; Agostino Sarubbo <ago@g.o> +libvisio-0.0.28.ebuild:
34 + Version bump to 0.0.28, committed intentionally as stable. Both requests from
35 + scarabeus
36
37 27 Apr 2013; Tomáš Chvátal <scarabeus@g.o> libvisio-0.0.26.ebuild,
38 libvisio-9999.ebuild:
39
40
41
42 1.1 media-libs/libvisio/libvisio-0.0.28.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.0.28.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.0.28.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libvisio-0.0.28.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.28.ebuild,v 1.1 2013/06/05 12:50:48 ago Exp $
52
53 EAPI=5
54
55 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/"
56 inherit base eutils
57 [[ ${PV} == 9999 ]] && inherit autotools git-2
58
59 DESCRIPTION="Library parsing the visio documents"
60 HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio"
61 [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
62
63 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
64 SLOT="0"
65 [[ ${PV} == 9999 ]] || \
66 KEYWORDS="amd64 ~arm ppc x86"
67 IUSE="doc static-libs"
68
69 RDEPEND="
70 app-text/libwpd:0.9
71 app-text/libwpg:0.2
72 dev-libs/icu:=
73 dev-libs/libxml2
74 sys-libs/zlib
75 "
76 DEPEND="${RDEPEND}
77 >=dev-libs/boost-1.46
78 dev-util/gperf
79 sys-devel/libtool
80 virtual/pkgconfig
81 doc? ( app-doc/doxygen )
82 "
83
84 src_prepare() {
85 [[ -d m4 ]] || mkdir "m4"
86 base_src_prepare
87 [[ ${PV} == 9999 ]] && eautoreconf
88 }
89
90 src_configure() {
91 econf \
92 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
93 $(use_enable static-libs static) \
94 --disable-werror \
95 $(use_with doc docs)
96 }
97
98 src_install() {
99 default
100 prune_libtool_files --all
101 }