aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2010-02-25 06:16:22 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2010-02-25 06:16:22 +0000
commit1635dcca4c6f9c9fb5082a973433c797bd0661af (patch)
tree9af99a6b852f78f85d1808dffbb08f1a391cd62e /sci-libs
parentMoved to tree (diff)
downloadsci-1635dcca4c6f9c9fb5082a973433c797bd0661af.tar.gz
sci-1635dcca4c6f9c9fb5082a973433c797bd0661af.tar.bz2
sci-1635dcca4c6f9c9fb5082a973433c797bd0661af.zip
Removed tnt and jama, now in main tree
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/jama/ChangeLog12
-rw-r--r--sci-libs/jama/Manifest5
-rw-r--r--sci-libs/jama/jama-1.2.5.ebuild30
-rw-r--r--sci-libs/jama/metadata.xml15
-rw-r--r--sci-libs/tnt/ChangeLog18
-rw-r--r--sci-libs/tnt/Manifest7
-rw-r--r--sci-libs/tnt/metadata.xml14
-rw-r--r--sci-libs/tnt/tnt-1.2.6.ebuild30
-rw-r--r--sci-libs/tnt/tnt-3.0.11.ebuild27
9 files changed, 0 insertions, 158 deletions
diff --git a/sci-libs/jama/ChangeLog b/sci-libs/jama/ChangeLog
deleted file mode 100644
index 819ad6e54..000000000
--- a/sci-libs/jama/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for sci-libs/jama
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 02 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
- jama-1.2.5.ebuild:
- Fixed for versionator and cleaning
-
- 17 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
- +jama-1.2.5.ebuild:
- Initial import
-
diff --git a/sci-libs/jama/Manifest b/sci-libs/jama/Manifest
deleted file mode 100644
index 8692ded56..000000000
--- a/sci-libs/jama/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST jama102doc.zip 61085 RMD160 c68377da88b1dc300e39b3eeabda730d5647307b SHA1 40fbbfd6faa17956d6211c27bdf6660b837b3a9c SHA256 0175a981cba82b316f17e1066e605a1bc6aa2840edf70b5e1a06305f16e5f7e3
-DIST jama125.zip 16277 RMD160 e36476e35245235f09905ae5518adaaabb59c188 SHA1 5ca8b154d0a0c30e2c50700ffe70567315ebcf2c SHA256 7432bf51d7101f63d5880421f940f64cea124f1460ff2fcfb6226e6744d1360c
-EBUILD jama-1.2.5.ebuild 611 RMD160 9da608a73de2060e46d0f5e3452b37ebe49347b2 SHA1 125584c8b5389750cd9e1276fa434114610b0565 SHA256 a3fc8c65704bccf7a3807979e2f39c78b0c82a1210b8a2c98a5ebad27621f6e2
-MISC ChangeLog 352 RMD160 539ab32dfaed874df0c194f89e4635fa22271e80 SHA1 fe001d571b1503601cf64ed37b5fc0ab559e62af SHA256 50bfb6df8f2bf24133b0d1ec16c0eaa32097720e6e30a54938557ead2496cc3c
-MISC metadata.xml 488 RMD160 833e86c5b5b4a117c6fe7f18769e200b556db3f6 SHA1 1805c7c033608d67be34458fe50f45a1f89b3a75 SHA256 397eda348e24dd80f86731a10aa14a1390aa9e4bbab18c99b9b1aa8b6b88f85e
diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5.ebuild
deleted file mode 100644
index 2061f0be6..000000000
--- a/sci-libs/jama/jama-1.2.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit versionator
-
-MYP="${PN}$(replace_all_version_separators '')"
-DOCPV=102
-
-DESCRIPTION="Java-like matrix C++ templates"
-HOMEPAGE="http://math.nist.gov/tnt/"
-SRC_URI="http://math.nist.gov/tnt/${MYP}.zip
- doc? ( http://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND="sci-libs/tnt"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/include
- doins *.h || die
- use doc && dohtml doxygen/html/*
-}
diff --git a/sci-libs/jama/metadata.xml b/sci-libs/jama/metadata.xml
deleted file mode 100644
index 103f08e64..000000000
--- a/sci-libs/jama/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
- JAMA/C++: a translation of the Java Matrix Library, developed by the
- Mathworks and NIST, into C++ . It includes the following routines:
- * classical matrix linear algebra
- * QR
- * SVD
- * Cholesky
- * Eigenvalue solver
- It is based on NIST's Template Numerical Toolkit.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-libs/tnt/ChangeLog b/sci-libs/tnt/ChangeLog
deleted file mode 100644
index 6cad4dcdd..000000000
--- a/sci-libs/tnt/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-# ChangeLog for sci-libs/tnt
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*tnt-3.0.11 (02 Apr 2009)
-
- 02 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> -tnt-3.0.10.ebuild,
- +tnt-3.0.11.ebuild:
- Version bump
-
- 02 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> ++, metadata.xml,
- tnt-1.2.6.ebuild, -tnt-3.0.8.ebuild:
- Fixed for versionator, version bump.
-
- 17 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml,
- +tnt-1.2.6.ebuild, +tnt-3.0.8.ebuild:
- Initial import
-
diff --git a/sci-libs/tnt/Manifest b/sci-libs/tnt/Manifest
deleted file mode 100644
index 479d67fde..000000000
--- a/sci-libs/tnt/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST tnt120doc.zip 115063 RMD160 793b76e1ee4e44c59b44f98bf76b1574653c12a8 SHA1 a0e48c05b0c937cee71bfc557345e9b4269eff63 SHA256 a3ca1327815c79cf9c12d432120d2cb2100748c18aac55e58338b8b8e56116c8
-DIST tnt126.zip 28784 RMD160 3350b1faf4e36646e1c15b7b44f4dab1f99565b0 SHA1 32f628d7e28a6e373ec2ff66c70c1cb25783b946 SHA256 93c7cdd116a6faeb679890a52d5b513055388c7faaac74beea570f8f2edbd7e4
-DIST tnt_3_0_11.zip 50148 RMD160 6bdce35a80f7f22abeb308de61162b5f63e167d2 SHA1 a90502b0c24e5445bf78cde76b4359f62cd2f515 SHA256 f0779ef0090df4e5143d4cfcdc2b8c9a9f1abb6befcc97c0969b6e7f134b5dd1
-EBUILD tnt-1.2.6.ebuild 623 RMD160 e32e7074c465754c3f8bfda8e53c0bbf63dd29a4 SHA1 3f529edcc4d2f4a60a65e4cf7b039eb3662a6825 SHA256 b9b60057b9d51ae6431bc336334fcf1019b56d15d46d831e4470ec70f149caa2
-EBUILD tnt-3.0.11.ebuild 536 RMD160 49dcf77530ce5862d49e08937ec7c43794539f6f SHA1 0382d77d0cc6470ffdc4f88e1db355eba9aac7bf SHA256 c26fcdb1c995c2aac1949a41bc8e989c86196f8b1f36de9cf55201ba3c8bcac7
-MISC ChangeLog 533 RMD160 21a95dc7da84f5fb33fa1fff783fe6363ef2dc08 SHA1 f6d5ec161591ae760ef5ab210f6c436d0108045b SHA256 e3d52a12baacf81bf4027bac3ad579f06a291fdf00baf4850b5324d45813e5c8
-MISC metadata.xml 678 RMD160 2ed6eb6dd5039e2f78dfe694a06b2f00eb25a9cd SHA1 8d637b15dcf7c800e86df1b933a233d6c2ca511e SHA256 519ed5e7737c80e6d6816a8d0eb44967aede8ddef6b17d08e8bd7b668b89f03f
diff --git a/sci-libs/tnt/metadata.xml b/sci-libs/tnt/metadata.xml
deleted file mode 100644
index 9ccc7507a..000000000
--- a/sci-libs/tnt/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
- The Template Numerical Toolkit (TNT) is a collection of interfaces and
- reference implementations of numerical objects useful for scientific
- computing in C++. The toolkit defines interfaces for basic data
- structures, such as multidimensional arrays and sparse matrices, commonly
- used in numerical applications. The goal of this package is to provide
- reusable software components that address many of the portability and
- maintenance problems with C++ codes.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-libs/tnt/tnt-1.2.6.ebuild b/sci-libs/tnt/tnt-1.2.6.ebuild
deleted file mode 100644
index b239ec8a3..000000000
--- a/sci-libs/tnt/tnt-1.2.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit versionator
-
-MYP="${PN}$(replace_all_version_separators '')"
-DOCPV=120
-
-DESCRIPTION="Template Numerical Toolkit: C++ headers for array and matrices"
-HOMEPAGE="http://math.nist.gov/tnt/"
-SRC_URI="http://math.nist.gov/tnt/${MYP}.zip
- doc? ( http://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="doc"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/include
- doins *.h || die
- use doc && dohtml html/*
-}
diff --git a/sci-libs/tnt/tnt-3.0.11.ebuild b/sci-libs/tnt/tnt-3.0.11.ebuild
deleted file mode 100644
index 95ae16066..000000000
--- a/sci-libs/tnt/tnt-3.0.11.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit versionator
-
-MYP="${PN}_$(replace_all_version_separators '_')"
-
-DESCRIPTION="Template Numerical Toolkit: C++ headers for array and matrices"
-HOMEPAGE="http://math.nist.gov/tnt/"
-SRC_URI="http://math.nist.gov/tnt/${MYP}.zip"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- insinto /usr/include
- doins *.h || die
-}