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/ldl: ldl-2.0.1.ebuild metadata.xml Manifest ChangeLog
Date: Tue, 05 Feb 2008 18:39:10
Message-Id: E1JMShG-0007nT-Rt@stork.gentoo.org
1 bicatali 08/02/05 18:39:06
2
3 Added: ldl-2.0.1.ebuild metadata.xml Manifest 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/ldl/ldl-2.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ldl/ldl-2.0.1.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ldl/ldl-2.0.1.ebuild?rev=1.1&content-type=text/plain
13
14 Index: ldl-2.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/ldl/ldl-2.0.1.ebuild,v 1.1 2008/02/05 18:39:06 bicatali Exp $
19
20 inherit autotools eutils
21
22 MY_PN=LDL
23 DESCRIPTION="Simple but educational LDL^T matrix factorization algorithm"
24 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ldl"
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/ufconfig"
32
33 S="${WORKDIR}/${MY_PN}"
34
35 src_unpack() {
36 unpack ${A}
37 cd "${S}"
38 epatch "${FILESDIR}"/${P}-autotools.patch
39 eautoreconf
40 }
41
42 src_install() {
43 emake DESTDIR="${D}" install || die "emake install failed"
44 dodoc README.txt Doc/ChangeLog || die "dodoc failed"
45 if use doc; then
46 insinto /usr/share/doc/${PF}
47 doins Doc/ldl_userguide.pdf || die
48 fi
49 }
50
51
52
53 1.1 sci-libs/ldl/metadata.xml
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ldl/metadata.xml?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ldl/metadata.xml?rev=1.1&content-type=text/plain
57
58 Index: metadata.xml
59 ===================================================================
60 <?xml version="1.0" encoding="UTF-8"?>
61 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 <pkgmetadata>
63 <herd>sci</herd>
64 <longdescription lang="en">
65 LDL is a set of concise routines for factorizing symmetric
66 positive-definite sparse matrices, with some applicability to
67 symmetric indefinite matrices. Its primary purpose is to illustrate
68 much of the basic theory of sparse matrix algorithms in as concise a
69 code as possible, including an elegant new method of sparse symmetric
70 factorization that computes the factorization row-by-row but stores it
71 column-by-column. The entire symbolic and numeric factorization
72 consists of a total of only 49 lines of code. The package is written
73 in C, and includes a MATLAB interface.
74 </longdescription>
75 </pkgmetadata>
76
77
78
79 1.1 sci-libs/ldl/Manifest
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ldl/Manifest?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ldl/Manifest?rev=1.1&content-type=text/plain
83
84 Index: Manifest
85 ===================================================================
86 AUX ldl-2.0.1-autotools.patch 1987 RMD160 41d94bbe70ba6c6d608a0f0bdabc8ffe7c26ec81 SHA1 e2837c5bae5726d695a9273e10d076a349bb514f SHA256 45af4d76f60319e874607af037f5924fa739ce4bb62bf0d80722914be6214cab
87 DIST LDL-2.0.1.tar.gz 225831 RMD160 340c3ca34eff36be90e9d3978c54e69382f8cc50 SHA1 93b0b2ad70793cef8873f3cd634a8043130d935f SHA256 bce5ded23ea79548b5ecdde94a7f0339cbe54cf8661105eb40ff17216f8ecef8
88 EBUILD ldl-2.0.1.ebuild 800 RMD160 c9d20c17d948912d1a48e4f26e325a031705d1f7 SHA1 6d5b891ab2fbc67a41aab0c67320b9a94fb808a9 SHA256 1f4a28fcabd03b597e1325f45ba265c715d3e2ca9ceb3664eb4e66ee69016d71
89 MISC ChangeLog 307 RMD160 261bcd05d8ec24e550d5a797318765e189cdf978 SHA1 54ff1edae082936227e53b44ea09bfb9b10675e6 SHA256 627a6a611cc62397542cb6bccfe1d21f51eaa185495f9e15aa8f1bdee76493ec
90 MISC metadata.xml 792 RMD160 1a586da601f8eb7d9a5ccc3383f97c044da46470 SHA1 8b62f881416f996e30fdf46810af8728e1e663bf SHA256 c1b3768f1b6046b54a40d224ec04bee4828fe27a500657e956c41feb3cd1c1bf
91
92
93
94 1.1 sci-libs/ldl/ChangeLog
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ldl/ChangeLog?rev=1.1&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/ldl/ChangeLog?rev=1.1&content-type=text/plain
98
99 Index: ChangeLog
100 ===================================================================
101 # ChangeLog for sci-libs/ldl
102 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
103 # $Header: /var/cvsroot/gentoo-x86/sci-libs/ldl/ChangeLog,v 1.1 2008/02/05 18:39:06 bicatali Exp $
104
105 *ldl-2.0.1 (05 Feb 2008)
106
107 05 Feb 2008; Sébastien Fabbro <bicatali@g.o>
108 +files/ldl-2.0.1-autotools.patch, +metadata.xml, +ldl-2.0.1.ebuild:
109 Initial import, part of the suitesparse
110
111
112
113
114 --
115 gentoo-commits@l.g.o mailing list