Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/matio: metadata.xml ChangeLog matio-1.5.1.ebuild matio-1.5.2.ebuild
Date: Mon, 02 Feb 2015 14:49:04
Message-Id: 20150202144900.5BFCF10E68@oystercatcher.gentoo.org
1 jlec 15/02/02 14:49:00
2
3 Modified: metadata.xml ChangeLog matio-1.5.1.ebuild
4 matio-1.5.2.ebuild
5 Log:
6 sci-libs/matio: Fix license to BSD-2, #536294
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.3 sci-libs/matio/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/matio/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 24 Apr 2012 17:50:42 -0000 1.2
24 +++ metadata.xml 2 Feb 2015 14:49:00 -0000 1.3
25 @@ -1,12 +1,12 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>sci</herd>
30 -<longdescription lang="en">
31 + <herd>sci</herd>
32 + <longdescription lang="en">
33 matio is an ISO C library (with a limited Fortran 90 interface) for
34 reading and writing Matlab MAT files.
35 </longdescription>
36 -<use>
37 - <flag name='sparse'>Extend formats for sparse matrix (not matlab)</flag>
38 -</use>
39 + <use>
40 + <flag name="sparse">Extend formats for sparse matrix (not matlab)</flag>
41 + </use>
42 </pkgmetadata>
43
44
45
46 1.8 sci-libs/matio/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/ChangeLog?rev=1.8&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/ChangeLog?rev=1.8&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/ChangeLog?r1=1.7&r2=1.8
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-libs/matio/ChangeLog,v
55 retrieving revision 1.7
56 retrieving revision 1.8
57 diff -u -r1.7 -r1.8
58 --- ChangeLog 8 Aug 2013 21:48:11 -0000 1.7
59 +++ ChangeLog 2 Feb 2015 14:49:00 -0000 1.8
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sci-libs/matio
62 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/matio/ChangeLog,v 1.7 2013/08/08 21:48:11 bicatali Exp $
64 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/matio/ChangeLog,v 1.8 2015/02/02 14:49:00 jlec Exp $
66 +
67 + 02 Feb 2015; Justin Lecher <jlec@g.o> matio-1.5.1.ebuild,
68 + matio-1.5.2.ebuild, metadata.xml:
69 + Fix license to BSD-2, #536294
70
71 *matio-1.5.2 (08 Aug 2013)
72
73
74
75
76 1.3 sci-libs/matio/matio-1.5.1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/matio-1.5.1.ebuild?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/matio-1.5.1.ebuild?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/matio-1.5.1.ebuild?r1=1.2&r2=1.3
81
82 Index: matio-1.5.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sci-libs/matio/matio-1.5.1.ebuild,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- matio-1.5.1.ebuild 22 Mar 2013 10:50:10 -0000 1.2
89 +++ matio-1.5.1.ebuild 2 Feb 2015 14:49:00 -0000 1.3
90 @@ -1,20 +1,24 @@
91 -# Copyright 1999-2013 Gentoo Foundation
92 +# Copyright 1999-2015 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/matio/matio-1.5.1.ebuild,v 1.2 2013/03/22 10:50:10 grozin Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/matio/matio-1.5.1.ebuild,v 1.3 2015/02/02 14:49:00 jlec Exp $
96
97 EAPI=5
98
99 AUTOTOOLS_AUTORECONF=1
100 +
101 inherit autotools-utils eutils
102
103 DESCRIPTION="Library for reading and writing matlab files"
104 HOMEPAGE="http://sourceforge.net/projects/matio/"
105 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
106 +
107 SLOT="0"
108 -LICENSE="LGPL-2.1"
109 +LICENSE="BSD-2"
110 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
111 IUSE="doc examples hdf5 sparse static-libs"
112 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
113 -RDEPEND="sys-libs/zlib
114 +
115 +RDEPEND="
116 + sys-libs/zlib
117 hdf5? ( sci-libs/hdf5 )"
118 DEPEND="${RDEPEND}
119 doc? ( virtual/latex-base )"
120 @@ -36,14 +40,11 @@
121 }
122
123 src_install() {
124 + use doc && DOCS=( "${BUILD_DIR}"/documentation/matio_user_guide.pdf )
125 autotools-utils_src_install
126 - if use doc; then
127 - insinto /usr/share/doc/${PF}
128 - doins "${WORKDIR}"/${P}_build/documentation/matio_user_guide.pdf
129 - fi
130 if use examples; then
131 - insinto /usr/share/doc/${PF}/examples
132 - doins test/test*
133 + docinto examples
134 + dodoc test/test*
135 insinto /usr/share/${PN}
136 doins share/test*
137 fi
138
139
140
141 1.2 sci-libs/matio/matio-1.5.2.ebuild
142
143 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/matio-1.5.2.ebuild?rev=1.2&view=markup
144 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/matio-1.5.2.ebuild?rev=1.2&content-type=text/plain
145 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/matio/matio-1.5.2.ebuild?r1=1.1&r2=1.2
146
147 Index: matio-1.5.2.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/sci-libs/matio/matio-1.5.2.ebuild,v
150 retrieving revision 1.1
151 retrieving revision 1.2
152 diff -u -r1.1 -r1.2
153 --- matio-1.5.2.ebuild 8 Aug 2013 21:48:11 -0000 1.1
154 +++ matio-1.5.2.ebuild 2 Feb 2015 14:49:00 -0000 1.2
155 @@ -1,20 +1,24 @@
156 -# Copyright 1999-2013 Gentoo Foundation
157 +# Copyright 1999-2015 Gentoo Foundation
158 # Distributed under the terms of the GNU General Public License v2
159 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/matio/matio-1.5.2.ebuild,v 1.1 2013/08/08 21:48:11 bicatali Exp $
160 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/matio/matio-1.5.2.ebuild,v 1.2 2015/02/02 14:49:00 jlec Exp $
161
162 EAPI=5
163
164 AUTOTOOLS_AUTORECONF=1
165 +
166 inherit autotools-utils eutils
167
168 DESCRIPTION="Library for reading and writing matlab files"
169 HOMEPAGE="http://sourceforge.net/projects/matio/"
170 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
171 +
172 SLOT="0"
173 -LICENSE="LGPL-2.1"
174 +LICENSE="BSD-2"
175 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
176 IUSE="doc examples hdf5 sparse static-libs"
177 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
178 -RDEPEND="sys-libs/zlib
179 +
180 +RDEPEND="
181 + sys-libs/zlib
182 hdf5? ( sci-libs/hdf5 )"
183 DEPEND="${RDEPEND}
184 doc? ( virtual/latex-base )"
185 @@ -36,11 +40,11 @@
186 }
187
188 src_install() {
189 + use doc && DOCS=( "${BUILD_DIR}"/documentation/matio_user_guide.pdf )
190 autotools-utils_src_install
191 - use doc && dodoc "${WORKDIR}"/${P}_build/documentation/matio_user_guide.pdf
192 if use examples; then
193 - insinto /usr/share/doc/${PF}/examples
194 - doins test/test*
195 + docinto examples
196 + dodoc test/test*
197 insinto /usr/share/${PN}
198 doins share/test*
199 fi