public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/jama: metadata.xml ChangeLog jama-1.2.5.ebuild
@ 2010-02-25  6:03 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2010-02-25  6:03 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/02/25 06:03:44

  Added:                metadata.xml ChangeLog jama-1.2.5.ebuild
  Log:
  Import to the main tree
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-libs/jama/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/jama/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/jama/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?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>



1.1                  sci-libs/jama/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/jama/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/jama/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-libs/jama
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/ChangeLog,v 1.1 2010/02/25 06:03:43 bicatali Exp $

*jama-1.2.5 (25 Feb 2010)

  25 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org> +jama-1.2.5.ebuild,
  +metadata.xml:
  Import to the main tree

  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




1.1                  sci-libs/jama/jama-1.2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/jama/jama-1.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/jama/jama-1.2.5.ebuild?rev=1.1&content-type=text/plain

Index: jama-1.2.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/jama/jama-1.2.5.ebuild,v 1.1 2010/02/25 06:03:43 bicatali Exp $

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/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-25  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25  6:03 [gentoo-commits] gentoo-x86 commit in sci-libs/jama: metadata.xml ChangeLog jama-1.2.5.ebuild Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox