Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libcmatrix/files/, sci-libs/libcmatrix/
Date: Wed, 31 Aug 2011 14:03:48
Message-Id: 5bee4ea3e8e65f21671cb9477b5915a58cd5cbc6.jlec@gentoo
1 commit: 5bee4ea3e8e65f21671cb9477b5915a58cd5cbc6
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 14:03:23 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 14:03:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5bee4ea3
7
8 In the tree
9
10 ---
11 sci-libs/libcmatrix/ChangeLog | 23 -----------
12 sci-libs/libcmatrix/files/3.2.1-gcc4.4.patch | 12 ------
13 sci-libs/libcmatrix/files/3.2.1-minuit2.patch | 14 -------
14 sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild | 50 -------------------------
15 sci-libs/libcmatrix/metadata.xml | 11 -----
16 5 files changed, 0 insertions(+), 110 deletions(-)
17
18 diff --git a/sci-libs/libcmatrix/ChangeLog b/sci-libs/libcmatrix/ChangeLog
19 deleted file mode 100644
20 index 16c20d2..0000000
21 --- a/sci-libs/libcmatrix/ChangeLog
22 +++ /dev/null
23 @@ -1,23 +0,0 @@
24 -# ChangeLog for sci-libs/libcmatrix
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: $
27 -
28 -*libcmatrix-3.2.1 (02 Nov 2009)
29 -
30 - 02 Nov 2009; Justin Lecher (jlec) <jlec@×××××××××.net>
31 - -files/080301-minuit2.patch, +libcmatrix-3.2.1.ebuild,
32 - +files/3.2.1-gcc4.4.patch, +files/3.2.1-minuit2.patch,
33 - -libcmatrix-080301.ebuild:
34 - version bump
35 - PV is ABI which comes from CHANGES
36 -
37 - 26 Aug 2009; Justin Lecher (jlec) <jlec@×××××××××.net>
38 - libcmatrix-080301.ebuild:
39 - QA
40 -
41 -*libcmatrix-080301 (19 Mar 2009)
42 -
43 - 19 Mar 2009; Justin Lecher (jlec) <jlec@×××××××××.net> +metadata.xml,
44 - +libcmatrix-080301.ebuild:
45 - Initial checkin
46 -
47
48 diff --git a/sci-libs/libcmatrix/files/3.2.1-gcc4.4.patch b/sci-libs/libcmatrix/files/3.2.1-gcc4.4.patch
49 deleted file mode 100644
50 index 24c1a89..0000000
51 --- a/sci-libs/libcmatrix/files/3.2.1-gcc4.4.patch
52 +++ /dev/null
53 @@ -1,12 +0,0 @@
54 -diff --git a/include/DynamicList.h b/include/DynamicList.h
55 -index f8c1346..05a7b10 100755
56 ---- a/include/DynamicList.h
57 -+++ b/include/DynamicList.h
58 -@@ -4,6 +4,7 @@
59 - #include "BaseList.h"
60 - #include "lcm_basethreads.h"
61 - #include "Warnings.h"
62 -+#include <cstdio>
63 -
64 - namespace libcmatrix {
65 -
66
67 diff --git a/sci-libs/libcmatrix/files/3.2.1-minuit2.patch b/sci-libs/libcmatrix/files/3.2.1-minuit2.patch
68 deleted file mode 100644
69 index 24dc562..0000000
70 --- a/sci-libs/libcmatrix/files/3.2.1-minuit2.patch
71 +++ /dev/null
72 @@ -1,14 +0,0 @@
73 ---- configure-libraries.ac 2008-03-04 00:48:46.000000000 +0100
74 -+++ configure-libraries.ac.new 2009-03-19 18:22:21.000000000 +0100
75 -@@ -14,8 +14,8 @@
76 - fi
77 - if test x$FOUNDMINUIT = xyes; then
78 - AC_CHECK_LIB(lcg_Minuit,main,,
79 -- AC_CHECK_LIB(Minuit,main,,FOUNDMINUIT=no
80 -- AC_MSG_WARN([Minuit library (liblcg_Minuit or libMinuit) not found
81 -+ AC_CHECK_LIB(Minuit2,main,,FOUNDMINUIT=no
82 -+ AC_MSG_WARN([Minuit library (liblcg_Minuit or libMinuit2) not found
83 - Is LDFLAGS is defined to include relevant directory?])))
84 - if test x$FOUNDMINUIT = xyes; then
85 - AC_DEFINE(HAVE_LIBMINUIT)
86 -
87
88 diff --git a/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild b/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild
89 deleted file mode 100644
90 index 684fa17..0000000
91 --- a/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild
92 +++ /dev/null
93 @@ -1,50 +0,0 @@
94 -# Copyright 1999-2009 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Header: $
97 -
98 -EAPI="2"
99 -
100 -inherit autotools eutils
101 -
102 -MY_P="${PN}${PV}_lite"
103 -
104 -DESCRIPTION="lite version of pNMRsim"
105 -HOMEPAGE="http://www.dur.ac.uk/paul.hodgkinson/pNMRsim/"
106 -#SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz"
107 -SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar.gz"
108 -
109 -LICENSE="as-is"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -IUSE="atlas threads"
113 -
114 -RDEPEND="
115 - sci-libs/minuit
116 - atlas? ( sci-libs/blas-atlas )
117 -"
118 -DEPEND="${RDEPEND}"
119 -
120 -S="${WORKDIR}"/${PN}R3
121 -
122 -src_prepare() {
123 - epatch \
124 - "${FILESDIR}"/${PV}-minuit2.patch \
125 - "${FILESDIR}"/${PV}-gcc4.4.patch
126 - eautoreconf
127 -}
128 -
129 -src_configure() {
130 - econf \
131 - --with-minuit \
132 - $(use_with atlas) \
133 - $(use_with threads)
134 -}
135 -
136 -src_install() {
137 - dolib.a lib/"${PN}".a || die "install failed"
138 -
139 - insinto /usr/include/${PN}R3
140 - doins include/* || die "no includes"
141 -
142 - dodoc CHANGES docs/* || die "no docs"
143 -}
144
145 diff --git a/sci-libs/libcmatrix/metadata.xml b/sci-libs/libcmatrix/metadata.xml
146 deleted file mode 100644
147 index 0a72d26..0000000
148 --- a/sci-libs/libcmatrix/metadata.xml
149 +++ /dev/null
150 @@ -1,11 +0,0 @@
151 -<?xml version="1.0" encoding="UTF-8"?>
152 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
153 -<pkgmetadata>
154 -<herd>sci</herd>
155 -<maintainer>
156 - <email>sci@g.o</email>
157 -</maintainer>
158 -<use>
159 - <flag name='atlas'>Use of atlas blas implementation</flag>
160 -</use>
161 -</pkgmetadata>