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/libdap: libdap-3.11.3.ebuild ChangeLog metadata.xml
Date: Sun, 08 Jul 2012 17:58:47
Message-Id: 20120708175837.A48E320063@flycatcher.gentoo.org
1 jlec 12/07/08 17:58:37
2
3 Modified: libdap-3.11.3.ebuild ChangeLog metadata.xml
4 Log:
5 sci-libs/libdap: Add fix for gcc-4.7, #425244; move to autotools-utils.eclass
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sci-libs/libdap/libdap-3.11.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/libdap-3.11.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/libdap-3.11.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/libdap-3.11.3.ebuild?r1=1.2&r2=1.3
15
16 Index: libdap-3.11.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.11.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libdap-3.11.3.ebuild 24 May 2012 20:09:05 -0000 1.2
23 +++ libdap-3.11.3.ebuild 8 Jul 2012 17:58:37 -0000 1.3
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.11.3.ebuild,v 1.2 2012/05/24 20:09:05 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/libdap-3.11.3.ebuild,v 1.3 2012/07/08 17:58:37 jlec Exp $
29
30 EAPI=4
31
32 -inherit base
33 +inherit autotools-utils
34
35 DESCRIPTION="Implementation of a C++ SDK for DAP 2.0 and 3.2"
36 HOMEPAGE="http://opendap.org/"
37 @@ -13,7 +13,7 @@
38 LICENSE="|| ( LGPL-2.1 URI )"
39 SLOT="0"
40 KEYWORDS="amd64 ~ppc ~ppc64 x86"
41 -IUSE="doc test"
42 +IUSE="doc static-libs test"
43
44 RDEPEND="
45 dev-util/cppunit
46 @@ -33,14 +33,11 @@
47 # needs http connection
48 # FAIL: MIMEUtilTest
49
50 -src_configure() {
51 - econf \
52 - --disable-static
53 -}
54 +PATCHES=( "${FILESDIR}"/${P}-gcc-4.7.patch )
55
56 src_compile() {
57 - emake
58 - use doc && emake docs
59 + autotools-utils_src_compile
60 + use doc && autotools-utils_src_compile docs
61 }
62
63 src_test() {
64 @@ -50,8 +47,6 @@
65 }
66
67 src_install() {
68 - default
69 - use doc && dohtml docs/html/*
70 -
71 - find "${ED}" -name '*.la' -exec rm -f {} +
72 + use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/docs/html/")
73 + autotools-utils_src_install
74 }
75
76
77
78 1.14 sci-libs/libdap/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/ChangeLog?rev=1.14&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/ChangeLog?rev=1.14&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/ChangeLog?r1=1.13&r2=1.14
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v
87 retrieving revision 1.13
88 retrieving revision 1.14
89 diff -u -r1.13 -r1.14
90 --- ChangeLog 24 May 2012 20:09:05 -0000 1.13
91 +++ ChangeLog 8 Jul 2012 17:58:37 -0000 1.14
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sci-libs/libdap
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.13 2012/05/24 20:09:05 scarabeus Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libdap/ChangeLog,v 1.14 2012/07/08 17:58:37 jlec Exp $
97 +
98 + 08 Jul 2012; Justin Lecher <jlec@g.o> libdap-3.11.3.ebuild,
99 + +files/libdap-3.11.3-gcc-4.7.patch, metadata.xml:
100 + Add fix for gcc-4.7, #425244; move to autotools-utils.eclass
101
102 24 May 2012; Tomáš Chvátal <scarabeus@g.o> libdap-3.11.3.ebuild:
103 Stable on amd64 and x86 as it works without a glitch here.
104
105
106
107 1.2 sci-libs/libdap/metadata.xml
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/metadata.xml?rev=1.2&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/metadata.xml?rev=1.2&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/metadata.xml?r1=1.1&r2=1.2
112
113 Index: metadata.xml
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libdap/metadata.xml,v
116 retrieving revision 1.1
117 retrieving revision 1.2
118 diff -u -r1.1 -r1.2
119 --- metadata.xml 19 Apr 2009 01:00:39 -0000 1.1
120 +++ metadata.xml 8 Jul 2012 17:58:37 -0000 1.2
121 @@ -1,11 +1,11 @@
122 <?xml version="1.0" encoding="UTF-8"?>
123 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
124 <pkgmetadata>
125 -<herd>sci-geosciences</herd>
126 -<maintainer>
127 - <email>nerdboy@g.o</email>
128 -</maintainer>
129 -<longdescription>
130 + <herd>sci-geosciences</herd>
131 + <maintainer>
132 + <email>nerdboy@g.o</email>
133 + </maintainer>
134 + <longdescription>
135 libdap is a C++ implementation of OPeNDAP which allows access to data over the
136 internet, from programs that weren't originally designed for that purpose, as
137 well as some that were. While OPeNDAP is the original developer of the Data