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/csparse: csparse-2.2.1.ebuild Manifest metadata.xml ChangeLog
Date: Tue, 05 Feb 2008 18:45:05
Message-Id: E1JMSmx-0007xQ-Sy@stork.gentoo.org
1 bicatali 08/02/05 18:44:59
2
3 Added: csparse-2.2.1.ebuild Manifest metadata.xml
4 ChangeLog
5 Log:
6 Initial import, part of the suitesparse
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.1 sci-libs/csparse/csparse-2.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/csparse/csparse-2.2.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/csparse/csparse-2.2.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: csparse-2.2.1.ebuild
16 ===================================================================
17 # Copyright 1999-2008 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/sci-libs/csparse/csparse-2.2.1.ebuild,v 1.1 2008/02/05 18:44:59 bicatali Exp $
20
21 inherit autotools eutils
22
23 MY_PN=CSparse
24 DESCRIPTION="Concise sparse matrix package."
25 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CSparse"
26 SRC_URI="http://www.cise.ufl.edu/research/sparse/${MY_PN}/versions/${MY_PN}-${PV}.tar.gz"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 IUSE=""
32 DEPEND=""
33
34 S="${WORKDIR}/${MY_PN}"
35
36 src_unpack() {
37 unpack ${A}
38 cd "${S}"
39 epatch "${FILESDIR}"/${P}-autotools.patch
40 eautoreconf
41 }
42
43 src_install() {
44 emake DESTDIR="${D}" install || die "emake install failed"
45 dodoc README.txt Doc/ChangeLog || die "dodoc failed"
46 }
47
48
49
50 1.1 sci-libs/csparse/Manifest
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/csparse/Manifest?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/csparse/Manifest?rev=1.1&content-type=text/plain
54
55 Index: Manifest
56 ===================================================================
57 AUX csparse-2.2.1-autotools.patch 2262 RMD160 1cf4cfa1ce55946498d0d0ed6070093994856442 SHA1 0279b5c77c7f0ccb54e1ff2b0192a701eeb7c13f SHA256 8deecba19fe66a964841cc24dcfa89896019c58c2fd5ab965b40e5646f6629b3
58 DIST CSparse-2.2.1.tar.gz 1365607 RMD160 17982a35c481235e67b669400c039acc39f4ecbe SHA1 731c062a8e804f7a1d2ccb666f9a436ba6f0cc83 SHA256 75aa04437444f2a829743c57387079641e7aa2ac107dc3e89673d76b3c15b77f
59 EBUILD csparse-2.2.1.ebuild 681 RMD160 ce18c0761b3048e81fa331e82677663dc42c06ba SHA1 b655e8419f0b1acd063c3f8834e5b0402f268b39 SHA256 3e5086fa12fdcd6f1672cb0cb6dce0fa2382b6333881f95a04a03f585c188d00
60 MISC ChangeLog 325 RMD160 d0839dca88e4753b30f3522dde8201b793ecb69d SHA1 bfb8fe14f86b5d53c2d6c893bc72121052b1370a SHA256 2f248c53de5cae562cccd1781fab49616575d542360406a808dc06491262d812
61 MISC metadata.xml 562 RMD160 d5bcb502069ef1fb8c018ddbb1a8ed2c054d2d36 SHA1 0df820628b5fa2b495e1c819a3295e655c8f02f4 SHA256 d19953c777c3646e149790954a1858494b9874f83b0d3b5ab447820e54e70308
62
63
64
65 1.1 sci-libs/csparse/metadata.xml
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/csparse/metadata.xml?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/csparse/metadata.xml?rev=1.1&content-type=text/plain
69
70 Index: metadata.xml
71 ===================================================================
72 <?xml version="1.0" encoding="UTF-8"?>
73 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 <pkgmetadata>
75 <herd>sci</herd>
76 <longdescription lang="en">
77 CSparse a small yet feature-rich sparse matrix package written
78 specifically for the book "Direct Methods for Sparse Linear Systems".
79 The purpose of the package is to demonstrate a wide range of sparse
80 matrix algorithms in as concise a code as possible. Note that the LU
81 and Cholesky factorization algorithms are not as fast as UMFPACK or
82 CHOLMOD.
83 </longdescription>
84 </pkgmetadata>
85
86
87
88 1.1 sci-libs/csparse/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/csparse/ChangeLog?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/csparse/ChangeLog?rev=1.1&content-type=text/plain
92
93 Index: ChangeLog
94 ===================================================================
95 # ChangeLog for sci-libs/csparse
96 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
97 # $Header: /var/cvsroot/gentoo-x86/sci-libs/csparse/ChangeLog,v 1.1 2008/02/05 18:44:59 bicatali Exp $
98
99 *csparse-2.2.1 (05 Feb 2008)
100
101 05 Feb 2008; Sébastien Fabbro <bicatali@g.o>
102 +files/csparse-2.2.1-autotools.patch, +metadata.xml,
103 +csparse-2.2.1.ebuild:
104 Initial import, part of the suitesparse
105
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list