Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvisio: metadata.xml libvisio-0.1.3.ebuild libvisio-9999.ebuild ChangeLog
Date: Sat, 25 Jul 2015 21:15:45
Message-Id: 20150725211537.E71A4C1@oystercatcher.gentoo.org
1 dilfridge 15/07/25 21:15:37
2
3 Modified: metadata.xml libvisio-9999.ebuild ChangeLog
4 Added: libvisio-0.1.3.ebuild
5 Log:
6 Version bump by Andreas Sturmlechner (genstorm)
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
9
10 Revision Changes Path
11 1.2 media-libs/libvisio/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 9 Aug 2011 18:13:21 -0000 1.1
24 +++ metadata.xml 25 Jul 2015 21:15:37 -0000 1.2
25 @@ -2,4 +2,7 @@
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 <herd>openoffice</herd>
29 + <use>
30 + <flag name="tools">Build conversion tools</flag>
31 + </use>
32 </pkgmetadata>
33
34
35
36 1.22 media-libs/libvisio/libvisio-9999.ebuild
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?rev=1.22&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?rev=1.22&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild?r1=1.21&r2=1.22
41
42 Index: libvisio-9999.ebuild
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v
45 retrieving revision 1.21
46 retrieving revision 1.22
47 diff -u -r1.21 -r1.22
48 --- libvisio-9999.ebuild 4 Feb 2015 14:37:08 -0000 1.21
49 +++ libvisio-9999.ebuild 25 Jul 2015 21:15:37 -0000 1.22
50 @@ -1,12 +1,12 @@
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.21 2015/02/04 14:37:08 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-9999.ebuild,v 1.22 2015/07/25 21:15:37 dilfridge Exp $
55
56 EAPI=5
57
58 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/"
59 inherit base eutils
60 -[[ ${PV} == 9999 ]] && inherit autotools git-2
61 +[[ ${PV} == 9999 ]] && inherit autotools git-r3
62
63 DESCRIPTION="Library parsing the visio documents"
64 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
65 @@ -15,8 +15,8 @@
66 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
67 SLOT="0"
68 [[ ${PV} == 9999 ]] || \
69 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
70 -IUSE="doc static-libs test"
71 +KEYWORDS="~amd64 ~arm ~hppa ~x86"
72 +IUSE="doc static-libs test tools"
73
74 RDEPEND="
75 dev-libs/icu:=
76 @@ -45,7 +45,8 @@
77 $(use_enable static-libs static) \
78 --disable-werror \
79 $(use_with doc docs) \
80 - $(use_enable test tests)
81 + $(use_enable test tests) \
82 + $(use_enable tools)
83 }
84
85 src_install() {
86
87
88
89 1.65 media-libs/libvisio/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.65&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?rev=1.65&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/ChangeLog?r1=1.64&r2=1.65
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v
98 retrieving revision 1.64
99 retrieving revision 1.65
100 diff -u -r1.64 -r1.65
101 --- ChangeLog 30 Apr 2015 05:56:04 -0000 1.64
102 +++ ChangeLog 25 Jul 2015 21:15:37 -0000 1.65
103 @@ -1,6 +1,12 @@
104 # ChangeLog for media-libs/libvisio
105 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.64 2015/04/30 05:56:04 jer Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.65 2015/07/25 21:15:37 dilfridge Exp $
108 +
109 +*libvisio-0.1.3 (25 Jul 2015)
110 +
111 + 25 Jul 2015; Andreas K. Huettel <dilfridge@g.o> +libvisio-0.1.3.ebuild,
112 + libvisio-9999.ebuild, metadata.xml:
113 + Version bump by Andreas Sturmlechner (genstorm)
114
115 30 Apr 2015; Jeroen Roovers <jer@g.o> libvisio-0.1.1.ebuild:
116 Marked ~ppc64 (bug #538520).
117
118
119
120 1.1 media-libs/libvisio/libvisio-0.1.3.ebuild
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.1.3.ebuild?rev=1.1&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvisio/libvisio-0.1.3.ebuild?rev=1.1&content-type=text/plain
124
125 Index: libvisio-0.1.3.ebuild
126 ===================================================================
127 # Copyright 1999-2015 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 # $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.1.3.ebuild,v 1.1 2015/07/25 21:15:37 dilfridge Exp $
130
131 EAPI=5
132
133 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/"
134 inherit base eutils
135 [[ ${PV} == 9999 ]] && inherit autotools git-r3
136
137 DESCRIPTION="Library parsing the visio documents"
138 HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
139 [[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
140
141 LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
142 SLOT="0"
143 [[ ${PV} == 9999 ]] || \
144 KEYWORDS="~amd64 ~arm ~hppa ~x86"
145 IUSE="doc static-libs test tools"
146
147 RDEPEND="
148 dev-libs/icu:=
149 dev-libs/librevenge
150 dev-libs/libxml2
151 sys-libs/zlib
152 "
153 DEPEND="${RDEPEND}
154 >=dev-libs/boost-1.46
155 dev-util/gperf
156 sys-devel/libtool
157 virtual/pkgconfig
158 doc? ( app-doc/doxygen )
159 test? ( dev-util/cppunit )
160 "
161
162 src_prepare() {
163 [[ -d m4 ]] || mkdir "m4"
164 base_src_prepare
165 [[ ${PV} == 9999 ]] && eautoreconf
166 }
167
168 src_configure() {
169 econf \
170 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
171 $(use_enable static-libs static) \
172 --disable-werror \
173 $(use_with doc docs) \
174 $(use_enable test tests) \
175 $(use_enable tools)
176 }
177
178 src_install() {
179 default
180 prune_libtool_files --all
181 }