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/cxsparse: cxsparse-2.2.1.ebuild metadata.xml Manifest ChangeLog
Date: Tue, 05 Feb 2008 18:15:43
Message-Id: E1JMSKb-0006xq-0X@stork.gentoo.org
1 bicatali 08/02/05 18:15:41
2
3 Added: cxsparse-2.2.1.ebuild metadata.xml Manifest
4 ChangeLog
5 Log:
6 Initial import. Thanks to Justin Bronder for his work, see bug #173900
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.1 sci-libs/cxsparse/cxsparse-2.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/cxsparse-2.2.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: cxsparse-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/cxsparse/cxsparse-2.2.1.ebuild,v 1.1 2008/02/05 18:15:40 bicatali Exp $
20
21 inherit autotools eutils
22
23 MY_PN=CXSparse
24 DESCRIPTION="Extended sparse matrix package."
25 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/cxsparse"
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="sci-libs/ufconfig"
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/cxsparse/metadata.xml
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/metadata.xml?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/metadata.xml?rev=1.1&content-type=text/plain
54
55 Index: metadata.xml
56 ===================================================================
57 <?xml version="1.0" encoding="UTF-8"?>
58 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 <pkgmetadata>
60 <herd>sci</herd>
61 <longdescription lang="en">
62 CXSparse is an extended version of CSparse, with support for double or
63 complex matrices, with int or long integers.
64 </longdescription>
65 </pkgmetadata>
66
67
68
69 1.1 sci-libs/cxsparse/Manifest
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/Manifest?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/Manifest?rev=1.1&content-type=text/plain
73
74 Index: Manifest
75 ===================================================================
76 AUX cxsparse-2.2.1-autotools.patch 5606 RMD160 eb6cdbc5ddd236d38f71a492d7d1e0ac165257a2 SHA1 b123fe275cfe3c4d65959e67c398740b1b19e032 SHA256 3b801b0a829a78377406fb6531b25c1ba8718faa996b61a88ea87b4a2b0dc295
77 DIST CXSparse-2.2.1.tar.gz 1906557 RMD160 9939568820cc21fd8fb683a0f28b10281dd3fa35 SHA1 a2f9daeb028b1603ac0815c8d6a97d7851c9cd41 SHA256 07d6b6877f86c2a771b7ac001b6e6edc01480fbc851421282ede3f92dc2a00c7
78 EBUILD cxsparse-2.2.1.ebuild 701 RMD160 0c9758d139cd97a7719f8b8ff1f46e8226cc6852 SHA1 b8dcc4ede4d5cb746336577552ce3329977a5e22 SHA256 58e87fe52cbe36211ad911b62bce46d843c2bd9be20f92ad161cca115baa713b
79 MISC ChangeLog 360 RMD160 569a91963deba5ab21b250c39af280fd2db9413c SHA1 8fdc3e75070baced7de893d87bf3d44cd42f233c SHA256 8f72d025c2b2a8522e01240c10c033feee8b51eed4ec4ff8bcad11013f8643f7
80 MISC metadata.xml 323 RMD160 f4ff580fa2d11b10c5a0e724c5aeee3b655b72fa SHA1 fbdb856fa065133917c328c101b1b079a3d64029 SHA256 695b9ec1910f70964c9d25f0ffbb305a5302bf84d79a4ca8ba06395049a80f3d
81
82
83
84 1.1 sci-libs/cxsparse/ChangeLog
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/ChangeLog?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cxsparse/ChangeLog?rev=1.1&content-type=text/plain
88
89 Index: ChangeLog
90 ===================================================================
91 # ChangeLog for sci-libs/cxsparse
92 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
93 # $Header: /var/cvsroot/gentoo-x86/sci-libs/cxsparse/ChangeLog,v 1.1 2008/02/05 18:15:40 bicatali Exp $
94
95 *cxsparse-2.2.1 (05 Feb 2008)
96
97 05 Feb 2008; Sébastien Fabbro <bicatali@g.o>
98 +files/cxsparse-2.2.1-autotools.patch, +metadata.xml,
99 +cxsparse-2.2.1.ebuild:
100 Initial import. Thanks to Justin Bronder for his work, see bug #173900
101
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list