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/qd: metadata.xml ChangeLog qd-2.3.14.ebuild
Date: Fri, 31 May 2013 12:30:26
Message-Id: 20130531123018.67AF12171D@flycatcher.gentoo.org
1 jlec 13/05/31 12:30:18
2
3 Modified: metadata.xml ChangeLog
4 Added: qd-2.3.14.ebuild
5 Log:
6 sci-libs/qd: Version Bump
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.2 sci-libs/qd/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/qd/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 13 Apr 2009 20:27:45 -0000 1.1
24 +++ metadata.xml 31 May 2013 12:30:18 -0000 1.2
25 @@ -1,10 +1,10 @@
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 - <maintainer>
31 - <email>grozin@g.o</email>
32 - <name>Andrey Grozin</name>
33 - </maintainer>
34 - <longdescription>Quad-double and double-double float arithmetics</longdescription>
35 + <herd>sci</herd>
36 + <maintainer>
37 + <email>grozin@g.o</email>
38 + <name>Andrey Grozin</name>
39 + </maintainer>
40 + <longdescription>Quad-double and double-double float arithmetics</longdescription>
41 </pkgmetadata>
42
43
44
45 1.16 sci-libs/qd/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?rev=1.16&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?rev=1.16&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/ChangeLog?r1=1.15&r2=1.16
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v
54 retrieving revision 1.15
55 retrieving revision 1.16
56 diff -u -r1.15 -r1.16
57 --- ChangeLog 16 Oct 2012 20:05:11 -0000 1.15
58 +++ ChangeLog 31 May 2013 12:30:18 -0000 1.16
59 @@ -1,6 +1,11 @@
60 # ChangeLog for sci-libs/qd
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.15 2012/10/16 20:05:11 jlec Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/ChangeLog,v 1.16 2013/05/31 12:30:18 jlec Exp $
65 +
66 +*qd-2.3.14 (31 May 2013)
67 +
68 + 31 May 2013; Justin Lecher <jlec@g.o> +qd-2.3.14.ebuild, metadata.xml:
69 + Version Bump
70
71 16 Oct 2012; Justin Lecher <jlec@g.o> qd-2.3.13.ebuild:
72 Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
73
74
75
76 1.1 sci-libs/qd/qd-2.3.14.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.14.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/qd/qd-2.3.14.ebuild?rev=1.1&content-type=text/plain
80
81 Index: qd-2.3.14.ebuild
82 ===================================================================
83 # Copyright 1999-2013 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/sci-libs/qd/qd-2.3.14.ebuild,v 1.1 2013/05/31 12:30:18 jlec Exp $
86
87 EAPI=5
88
89 AUTOTOOLS_AUTORECONF=yes
90
91 FORTRAN_NEEDED=fortran
92
93 inherit autotools-utils fortran-2
94
95 DESCRIPTION="Quad-double and double-double float arithmetics"
96 HOMEPAGE="http://crd.lbl.gov/~dhbailey/mpdist/"
97 SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
98
99 SLOT="0"
100 LICENSE="BSD"
101 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
102 IUSE="doc fortran static-libs"
103
104 PATCHES=( "${FILESDIR}"/${PN}-2.3.13-autotools.patch )
105
106 src_configure() {
107 local myeconfargs=(
108 $(use_enable fortran enable_fortran)
109 )
110 autotools-utils_src_configure
111 }
112
113 src_install() {
114 autotools-utils_src_install
115
116 use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf
117 dosym qd_real.h /usr/include/qd/qd.h
118 dosym dd_real.h /usr/include/qd/dd.h
119 }