Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/klu: klu-1.0.1.ebuild Manifest metadata.xml ChangeLog
Date: Tue, 05 Feb 2008 18:42:27
Message-Id: E1JMSkR-0007tM-SS@stork.gentoo.org
1 bicatali 08/02/05 18:42:23
2
3 Added: klu-1.0.1.ebuild Manifest metadata.xml ChangeLog
4 Log:
5 Initial import, part of the suitesparse
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.1 sci-libs/klu/klu-1.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/klu/klu-1.0.1.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/klu/klu-1.0.1.ebuild?rev=1.1&content-type=text/plain
13
14 Index: klu-1.0.1.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/klu-1.0.1.ebuild,v 1.1 2008/02/05 18:42:23 bicatali Exp $
19
20 inherit autotools eutils
21
22 MY_PN=KLU
23 DESCRIPTION="Sparse LU factorization for circuit simulation"
24 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/klu"
25 SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE="doc"
31 DEPEND="sci-libs/amd
32 sci-libs/btf
33 sci-libs/colamd"
34
35 S="${WORKDIR}/${MY_PN}"
36
37 src_unpack() {
38 unpack ${A}
39 cd "${S}"
40 epatch "${FILESDIR}"/${P}-autotools.patch
41 eautoreconf
42 }
43
44 src_install() {
45 emake DESTDIR="${D}" install || die "emake install failed"
46 dodoc README.txt Doc/ChangeLog || die "dodoc failed"
47 if use doc; then
48 insinto /usr/share/doc/${PF}
49 doins Doc/*.pdf || die
50 fi
51 }
52
53
54
55 1.1 sci-libs/klu/Manifest
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/klu/Manifest?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/klu/Manifest?rev=1.1&content-type=text/plain
59
60 Index: Manifest
61 ===================================================================
62 AUX klu-1.0.1-autotools.patch 2160 RMD160 fd54abc4d279750f9d9fe6f619539f06574c9b98 SHA1 ff5fcbe7354209afaeead1ed62bcb92388c2b128 SHA256 975bda872f643603e6f60ce792879bc71a3cee28e0a3978c30aef5c9fcff22ca
63 DIST KLU-1.0.1.tar.gz 562228 RMD160 cb488b70b32f0e21d2992eacc05976cf07a8ef70 SHA1 ccc73eca912484f50ab22bab705a74ea50bd4045 SHA256 d87b4694d423cf0b3a04f55edb0e5a605d2ad229b05aa015a3c4a7cfd3629a4e
64 EBUILD klu-1.0.1.ebuild 801 RMD160 937a8c0df1c05aba14144445950cad0b5d2f9cd8 SHA1 e7ec4bb00a0425a3df03707cd39eb22606de456b SHA256 493a1cb89b13990af0e78b739112c15c9a0a6fae5f51e8301615cc4ab08e3e5e
65 MISC ChangeLog 307 RMD160 f8bf6c3fcd0edea8f8daf7cb97bdfd1b5272fb77 SHA1 f63ec27b874c1e664573c531a8c413b27957d729 SHA256 f33b16ad7dd6033af0002d2ce79c9f5d37975fd59499f495a686255c87af2794
66 MISC metadata.xml 361 RMD160 1f16a4915bef227e22d45c89891c8e617b2e9e1b SHA1 7b0739dfcbb5580696bd700651db111750aae445 SHA256 cc5978413cf7cf79255673c927a0b4841a4c15e6e8b2ae2dbbe993b86fabbc9c
67
68
69
70 1.1 sci-libs/klu/metadata.xml
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/klu/metadata.xml?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/klu/metadata.xml?rev=1.1&content-type=text/plain
74
75 Index: metadata.xml
76 ===================================================================
77 <?xml version="1.0" encoding="UTF-8"?>
78 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 <pkgmetadata>
80 <herd>sci</herd>
81 <longdescription lang="en">
82 KLU is a sparse LU factorization algorithm well-suited for use in
83 circuit simulation. It is also part of the University
84 of Florida sparse matrix suite.
85 </longdescription>
86 </pkgmetadata>
87
88
89
90 1.1 sci-libs/klu/ChangeLog
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/klu/ChangeLog?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/klu/ChangeLog?rev=1.1&content-type=text/plain
94
95 Index: ChangeLog
96 ===================================================================
97 # ChangeLog for sci-libs/klu
98 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
99 # $Header: /var/cvsroot/gentoo-x86/sci-libs/klu/ChangeLog,v 1.1 2008/02/05 18:42:23 bicatali Exp $
100
101 *klu-1.0.1 (05 Feb 2008)
102
103 05 Feb 2008; Sébastien Fabbro <bicatali@g.o>
104 +files/klu-1.0.1-autotools.patch, +metadata.xml, +klu-1.0.1.ebuild:
105 Initial import, part of the suitesparse
106
107
108
109
110 --
111 gentoo-commits@l.g.o mailing list