Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/qrupdate/, sci-libs/qrupdate/files/
Date: Sat, 02 Apr 2016 15:01:53
Message-Id: 1459609303.2740601c7efdbf434e15429a77a941afa94e6de7.jlec@gentoo
1 commit: 2740601c7efdbf434e15429a77a941afa94e6de7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 15:01:37 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 15:01:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2740601c
7
8 sci-libs/qrupdate: Drop old
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478616
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-libs/qrupdate/Manifest | 2 -
16 .../qrupdate/files/qrupdate-1.0.1-makefile.patch | 24 -----------
17 sci-libs/qrupdate/qrupdate-1.1.0.ebuild | 47 ----------------------
18 sci-libs/qrupdate/qrupdate-1.1.1.ebuild | 44 --------------------
19 sci-libs/qrupdate/qrupdate-1.1.2.ebuild | 46 ---------------------
20 5 files changed, 163 deletions(-)
21
22 diff --git a/sci-libs/qrupdate/Manifest b/sci-libs/qrupdate/Manifest
23 index 4dc116b..222cb74 100644
24 --- a/sci-libs/qrupdate/Manifest
25 +++ b/sci-libs/qrupdate/Manifest
26 @@ -1,3 +1 @@
27 -DIST qrupdate-1.1.0.tar.gz 48830 SHA256 4048f17bb0cf084b74962c882aa6d1367568dc65900259fbea1407eb9ec28bd3 SHA512 4bbd3c179da62275710875865e753df6a32551ec8f46de9476d3d1919325638833194865e22cc3d33b97b4c2da894fee6cdf70255c474148dff2950bc3318cd5 WHIRLPOOL b5f63ebc59804768e5af58945f681b67eb0bbec04bf6614bfc32856746369b910297e09d0b7f2d0d05a9560a5339a1ffdd63da4d9fe4b5c147d4f7e9f66a101c
28 -DIST qrupdate-1.1.1.tar.gz 50063 SHA256 9f0100d358f96cae9394c28c97dbf1fd359675671d2a2c9ac88cfd121a46662a SHA512 ee178afb43d9bf6a710f9df2353775261fc9e8272cf78c90b407418a1a7df43a3847ca7b022ceb53bc1769b61a2960bd328d845cb0f1bbade8da1787c3b2cf83 WHIRLPOOL 799f4c58f2cac0f30fd6f6d0a1624ce6e1c46440f21f594a6727b2a49963948f330d4858a49804b96cea8434478ab03ca91bb3e6a77167e0057bdb76ec8d09b6
29 DIST qrupdate-1.1.2.tar.gz 49734 SHA256 e2a1c711dc8ebc418e21195833814cb2f84b878b90a2774365f0166402308e08 SHA512 cc4e466ea91958e15c66be82b0c4c8ad813fbe4643f21259a9cb3ca8e0a411dd764bb2397ece848a7045f322d30316801d1540c4ebf7912030bef6995b44917c WHIRLPOOL 9e6fb1d77c63e209816d42a864e3e9bf7fd6e238f672012a1dfc2235036c482291745e947a74afa316b9ef0e4a054fbcd7759d5620b75ac35fc2e4cfbd6467a9
30
31 diff --git a/sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch b/sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch
32 deleted file mode 100644
33 index fa8925f..0000000
34 --- a/sci-libs/qrupdate/files/qrupdate-1.0.1-makefile.patch
35 +++ /dev/null
36 @@ -1,24 +0,0 @@
37 -diff -Naur qrupdate-1.0.1/Makefile qrupdate-1.0.1.new/Makefile
38 ---- qrupdate-1.0.1/Makefile 2009-02-06 04:12:00.000000000 -0500
39 -+++ qrupdate-1.0.1.new/Makefile 2009-09-10 09:55:32.000000000 -0400
40 -@@ -34,7 +34,7 @@
41 - lib:
42 - make -C src/ lib
43 - solib:
44 -- make -C src/ solib
45 -+ +make -C src/ solib
46 - test: lib
47 - make -C test/
48 -
49 -diff -Naur qrupdate-1.0.1/src/Makefile qrupdate-1.0.1.new/src/Makefile
50 ---- qrupdate-1.0.1/src/Makefile 2009-02-06 04:12:50.000000000 -0500
51 -+++ qrupdate-1.0.1.new/src/Makefile 2009-09-10 09:49:29.000000000 -0400
52 -@@ -40,7 +40,7 @@
53 - ar -cr $@ $(OBJS)
54 -
55 - ../libqrupdate.so: $(OBJS)
56 -- $(FC) $(FFLAGS) -shared -o $@ -Wl,-soname=libqrupdate.so.$(MAJOR) $(OBJS) \
57 -+ $(FC) $(FFLAGS) $(LDFLAGS) -shared -o $@ -Wl,-soname=libqrupdate.so.$(MAJOR) $(OBJS) \
58 - $(BLAS) $(LAPACK)
59 -
60 - $(OBJS): %.o: %.f
61
62 diff --git a/sci-libs/qrupdate/qrupdate-1.1.0.ebuild b/sci-libs/qrupdate/qrupdate-1.1.0.ebuild
63 deleted file mode 100644
64 index 9750a6a..0000000
65 --- a/sci-libs/qrupdate/qrupdate-1.1.0.ebuild
66 +++ /dev/null
67 @@ -1,47 +0,0 @@
68 -# Copyright 1999-2013 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -# $Id$
71 -
72 -EAPI="2"
73 -
74 -inherit eutils fortran-2 multilib toolchain-funcs versionator
75 -
76 -DESCRIPTION="A library for fast updating of QR and Cholesky decompositions"
77 -HOMEPAGE="http://sourceforge.net/projects/qrupdate"
78 -SRC_URI="mirror://sourceforge/qrupdate/${P}.tar.gz"
79 -
80 -LICENSE="GPL-3"
81 -SLOT="0"
82 -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
83 -IUSE=""
84 -
85 -RDEPEND="
86 - virtual/blas
87 - virtual/lapack"
88 -DEPEND="${RDEPEND}
89 - virtual/pkgconfig"
90 -
91 -src_prepare() {
92 - epatch "${FILESDIR}"/${PN}-1.0.1-makefile.patch
93 -
94 - local BLAS_LIBS="$($(tc-getPKG_CONFIG) --libs blas)"
95 - local LAPACK_LIBS="$($(tc-getPKG_CONFIG) --libs lapack)"
96 -
97 - sed -i Makeconf \
98 - -e "s:gfortran:$(tc-getFC):g" \
99 - -e "s:FFLAGS=.*:FFLAGS=${FFLAGS}:" \
100 - -e "s:BLAS=.*:BLAS=${BLAS_LIBS}:" \
101 - -e "s:LAPACK=.*:LAPACK=${LAPACK_LIBS}:" \
102 - || die "Failed to set up Makeconf"
103 -}
104 -
105 -src_compile() {
106 - emake solib || die "emake failed"
107 -}
108 -
109 -src_install() {
110 - newlib.so libqrupdate.so libqrupdate.so.1 \
111 - || die "Failed to install libqrupdate.so.1"
112 - dosym libqrupdate.so.1 /usr/$(get_libdir)/libqrupdate.so
113 - dodoc README ChangeLog || die "dodoc failed"
114 -}
115
116 diff --git a/sci-libs/qrupdate/qrupdate-1.1.1.ebuild b/sci-libs/qrupdate/qrupdate-1.1.1.ebuild
117 deleted file mode 100644
118 index 751e78b..0000000
119 --- a/sci-libs/qrupdate/qrupdate-1.1.1.ebuild
120 +++ /dev/null
121 @@ -1,44 +0,0 @@
122 -# Copyright 1999-2013 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -# $Id$
125 -
126 -EAPI=4
127 -
128 -inherit eutils fortran-2 multilib versionator toolchain-funcs
129 -
130 -DESCRIPTION="Library for updating of QR and Cholesky decompositions"
131 -HOMEPAGE="http://sourceforge.net/projects/qrupdate"
132 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
133 -
134 -LICENSE="GPL-3"
135 -SLOT="0"
136 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~amd64-linux"
137 -IUSE="static-libs"
138 -
139 -RDEPEND="virtual/lapack"
140 -DEPEND="${RDEPEND}
141 - virtual/pkgconfig"
142 -
143 -src_prepare() {
144 - epatch "${FILESDIR}"/${P}-Makefiles.patch
145 - sed -i Makeconf \
146 - -e "s:gfortran:$(tc-getFC):g" \
147 - -e "s:FFLAGS=.*:FFLAGS=${FFLAGS}:" \
148 - -e "s:BLAS=.*:BLAS=$($(tc-getPKG_CONFIG) --libs blas):" \
149 - -e "s:LAPACK=.*:LAPACK=$($(tc-getPKG_CONFIG) --libs lapack):" \
150 - -e "/^LIBDIR=/a\PREFIX=${EPREFIX}/usr" \
151 - -e "s:LIBDIR=lib:LIBDIR=$(get_libdir):" \
152 - || die "Failed to set up Makeconf"
153 -}
154 -
155 -src_compile() {
156 - emake solib
157 - use static-libs && emake lib
158 -}
159 -
160 -src_install() {
161 - emake DESTDIR="${D}" install-shlib
162 - dosym libqrupdate.so.$(get_major_version) /usr/$(get_libdir)/libqrupdate.so
163 - use static-libs && emake DESTDIR="${D}" install-staticlib
164 - dodoc README ChangeLog
165 -}
166
167 diff --git a/sci-libs/qrupdate/qrupdate-1.1.2.ebuild b/sci-libs/qrupdate/qrupdate-1.1.2.ebuild
168 deleted file mode 100644
169 index 0f36f15..0000000
170 --- a/sci-libs/qrupdate/qrupdate-1.1.2.ebuild
171 +++ /dev/null
172 @@ -1,46 +0,0 @@
173 -# Copyright 1999-2013 Gentoo Foundation
174 -# Distributed under the terms of the GNU General Public License v2
175 -# $Id$
176 -
177 -EAPI=4
178 -
179 -inherit eutils fortran-2 multilib versionator toolchain-funcs
180 -
181 -DESCRIPTION="Library for updating of QR and Cholesky decompositions"
182 -HOMEPAGE="http://sourceforge.net/projects/qrupdate"
183 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
184 -
185 -LICENSE="GPL-3"
186 -SLOT="0"
187 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos"
188 -IUSE="static-libs"
189 -
190 -RDEPEND="virtual/lapack"
191 -DEPEND="${RDEPEND}
192 - virtual/pkgconfig"
193 -
194 -src_prepare() {
195 - epatch \
196 - "${FILESDIR}"/${PN}-1.1.1-Makefiles.patch \
197 - "${FILESDIR}"/${PN}-1.1.2-install.patch
198 - sed -i Makeconf \
199 - -e "s:gfortran:$(tc-getFC):g" \
200 - -e "s:FFLAGS=.*:FFLAGS=${FFLAGS}:" \
201 - -e "s:BLAS=.*:BLAS=$($(tc-getPKG_CONFIG) --libs blas):" \
202 - -e "s:LAPACK=.*:LAPACK=$($(tc-getPKG_CONFIG) --libs lapack):" \
203 - -e "/^LIBDIR=/a\PREFIX=${EPREFIX}/usr" \
204 - -e "s:LIBDIR=lib:LIBDIR=$(get_libdir):" \
205 - || die "Failed to set up Makeconf"
206 -}
207 -
208 -src_compile() {
209 - emake solib
210 - use static-libs && emake lib
211 -}
212 -
213 -src_install() {
214 - emake DESTDIR="${D}" install-shlib
215 - dosym libqrupdate.so.$(get_major_version) /usr/$(get_libdir)/libqrupdate.so
216 - use static-libs && emake DESTDIR="${D}" install-staticlib
217 - dodoc README ChangeLog
218 -}