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/tnt: metadata.xml ChangeLog tnt-3.0.12.ebuild tnt-1.2.6.ebuild
Date: Thu, 25 Feb 2010 05:59:48
Message-Id: E1NkWlE-0002hz-Md@stork.gentoo.org
1 bicatali 10/02/25 05:59:44
2
3 Added: metadata.xml ChangeLog tnt-3.0.12.ebuild
4 tnt-1.2.6.ebuild
5 Log:
6 Import to the main tree
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/tnt/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/tnt/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/tnt/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>sci</herd>
21 <longdescription lang="en">
22 The Template Numerical Toolkit (TNT) is a collection of interfaces and
23 reference implementations of numerical objects useful for scientific
24 computing in C++. The toolkit defines interfaces for basic data
25 structures, such as multidimensional arrays and sparse matrices, commonly
26 used in numerical applications. The goal of this package is to provide
27 reusable software components that address many of the portability and
28 maintenance problems with C++ codes.
29 </longdescription>
30 </pkgmetadata>
31
32
33
34 1.1 sci-libs/tnt/ChangeLog
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/tnt/ChangeLog?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/tnt/ChangeLog?rev=1.1&content-type=text/plain
38
39 Index: ChangeLog
40 ===================================================================
41 # ChangeLog for sci-libs/tnt
42 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
43 # $Header: /var/cvsroot/gentoo-x86/sci-libs/tnt/ChangeLog,v 1.1 2010/02/25 05:59:43 bicatali Exp $
44
45 *tnt-3.0.12 (25 Feb 2010)
46 *tnt-1.2.6 (25 Feb 2010)
47
48 25 Feb 2010; Sébastien Fabbro <bicatali@g.o> +tnt-1.2.6.ebuild,
49 +tnt-3.0.12.ebuild, +metadata.xml:
50 Import to the main tree
51
52 *tnt-3.0.11 (02 Apr 2009)
53
54 02 Apr 2009; Sébastien Fabbro <bicatali@g.o> -tnt-3.0.10.ebuild,
55 +tnt-3.0.11.ebuild:
56 Version bump
57
58 02 Sep 2008; Sébastien Fabbro <bicatali@g.o> ++, metadata.xml,
59 tnt-1.2.6.ebuild, -tnt-3.0.8.ebuild:
60 Fixed for versionator, version bump.
61
62 17 Dec 2007; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
63 +tnt-1.2.6.ebuild, +tnt-3.0.8.ebuild:
64 Initial import
65
66
67
68
69 1.1 sci-libs/tnt/tnt-3.0.12.ebuild
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/tnt/tnt-3.0.12.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/tnt/tnt-3.0.12.ebuild?rev=1.1&content-type=text/plain
73
74 Index: tnt-3.0.12.ebuild
75 ===================================================================
76 # Copyright 1999-2010 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/sci-libs/tnt/tnt-3.0.12.ebuild,v 1.1 2010/02/25 05:59:43 bicatali Exp $
79
80 inherit versionator
81
82 MYP="${PN}_$(replace_all_version_separators '_')"
83
84 DESCRIPTION="Template Numerical Toolkit: C++ headers for array and matrices"
85 HOMEPAGE="http://math.nist.gov/tnt/"
86 SRC_URI="http://math.nist.gov/tnt/${MYP}.zip"
87
88 LICENSE="public-domain"
89 SLOT="0"
90 KEYWORDS="~amd64 ~x86"
91
92 IUSE=""
93
94 DEPEND="app-arch/unzip"
95 RDEPEND=""
96
97 S="${WORKDIR}/${PN}"
98
99 src_install() {
100 insinto /usr/include
101 doins *.h || die
102 }
103
104
105
106 1.1 sci-libs/tnt/tnt-1.2.6.ebuild
107
108 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/tnt/tnt-1.2.6.ebuild?rev=1.1&view=markup
109 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/tnt/tnt-1.2.6.ebuild?rev=1.1&content-type=text/plain
110
111 Index: tnt-1.2.6.ebuild
112 ===================================================================
113 # Copyright 1999-2010 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 # $Header: /var/cvsroot/gentoo-x86/sci-libs/tnt/tnt-1.2.6.ebuild,v 1.1 2010/02/25 05:59:43 bicatali Exp $
116
117 inherit versionator
118
119 MYP="${PN}$(replace_all_version_separators '')"
120 DOCPV=120
121
122 DESCRIPTION="Template Numerical Toolkit: C++ headers for array and matrices"
123 HOMEPAGE="http://math.nist.gov/tnt/"
124 SRC_URI="http://math.nist.gov/tnt/${MYP}.zip
125 doc? ( http://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )"
126
127 LICENSE="public-domain"
128 SLOT="0"
129 KEYWORDS="~amd64 ~x86"
130
131 IUSE="doc"
132
133 DEPEND="app-arch/unzip"
134 RDEPEND=""
135
136 S="${WORKDIR}"
137
138 src_install() {
139 insinto /usr/include
140 doins *.h || die
141 use doc && dohtml html/*
142 }