Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvisio: libvisio-9999.ebuild libvisio-0.0.25.ebuild ChangeLog
Date: Tue, 26 Feb 2013 14:12:31
Message-Id: 20130226141227.105482171D@flycatcher.gentoo.org
1 scarabeus 13/02/26 14:12:26
2
3 Modified: libvisio-9999.ebuild ChangeLog
4 Added: libvisio-0.0.25.ebuild
5 Log:
6 Version bump to latest.
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
9
10 Revision Changes Path
11 1.15 media-libs/libvisio/libvisio-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?r1=1.14&r2=1.15
16
17 Index: libvisio-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- libvisio-9999.ebuild 21 Nov 2012 13:26:59 -0000 1.14
24 +++ libvisio-9999.ebuild 26 Feb 2013 14:12:26 -0000 1.15
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.14 2012/11/21 13:26:59 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.15 2013/02/26 14:12:26 scarabeus Exp $
31
32 EAPI=5
33
34
35
36
37 1.46 media-libs/libvisio/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.46&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.46&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?r1=1.45&r2=1.46
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v
46 retrieving revision 1.45
47 retrieving revision 1.46
48 diff -u -r1.45 -r1.46
49 --- ChangeLog 8 Dec 2012 12:10:41 -0000 1.45
50 +++ ChangeLog 26 Feb 2013 14:12:26 -0000 1.46
51 @@ -1,6 +1,12 @@
52 # ChangeLog for media-libs/libvisio
53 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.45 2012/12/08 12:10:41 maekke Exp $
55 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.46 2013/02/26 14:12:26 scarabeus Exp $
57 +
58 +*libvisio-0.0.25 (26 Feb 2013)
59 +
60 + 26 Feb 2013; Tomáš Chvátal <scarabeus@g.o> +libvisio-0.0.25.ebuild,
61 + libvisio-9999.ebuild:
62 + Version bump to latest.
63
64 08 Dec 2012; Markus Meier <maekke@g.o> libvisio-0.0.23.ebuild:
65 add ~arm, bug #440908
66
67
68
69 1.1 media-libs/libvisio/libvisio-0.0.25.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.0.25.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.0.25.ebuild?rev=1.1&content-type=text/plain
73
74 Index: libvisio-0.0.25.ebuild
75 ===================================================================
76 # Copyright 1999-2013 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.25.ebuild,v 1.1 2013/02/26 14:12:26 scarabeus Exp $
79
80 EAPI=5
81
82 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/"
83 inherit base
84 [[ ${PV} == 9999 ]] && inherit autotools git-2
85
86 DESCRIPTION="Library parsing the visio documents"
87 HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio"
88 [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
89
90 LICENSE="LGPL-2.1"
91 SLOT="0"
92 [[ ${PV} == 9999 ]] || \
93 KEYWORDS="~amd64 ~ppc ~x86"
94 IUSE="doc static-libs"
95
96 RDEPEND="
97 app-text/libwpd:0.9
98 app-text/libwpg:0.2
99 dev-libs/libxml2
100 sys-libs/zlib
101 "
102 DEPEND="${RDEPEND}
103 >=dev-libs/boost-1.46
104 dev-util/gperf
105 sys-devel/libtool
106 virtual/pkgconfig
107 doc? ( app-doc/doxygen )
108 "
109
110 src_prepare() {
111 [[ -d m4 ]] || mkdir "m4"
112 base_src_prepare
113 [[ ${PV} == 9999 ]] && eautoreconf
114 }
115
116 src_configure() {
117 econf \
118 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
119 $(use_enable static-libs static) \
120 --disable-werror \
121 $(use_with doc docs)
122 }
123
124 src_install() {
125 default
126 find "${ED}" -name '*.la' -exec rm -f {} +
127 }