From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PwJmR-0007Nh-7F for garchives@archives.gentoo.org; Sun, 06 Mar 2011 19:38:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3280E0495; Sun, 6 Mar 2011 19:38:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 90A9EE0495 for ; Sun, 6 Mar 2011 19:38:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 080491B418B for ; Sun, 6 Mar 2011 19:38:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 40CF480073 for ; Sun, 6 Mar 2011 19:38:05 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <2f321ce24742f3a5f10a8000d1177c2dd7fcc662.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/armadillo/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/armadillo/ChangeLog sci-libs/armadillo/armadillo-1.0.0.ebuild sci-libs/armadillo/metadata.xml X-VCS-Directories: sci-libs/armadillo/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 2f321ce24742f3a5f10a8000d1177c2dd7fcc662 Date: Sun, 6 Mar 2011 19:38:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cf2d116acb24263a3af7c9154a77c420 commit: 2f321ce24742f3a5f10a8000d1177c2dd7fcc662 Author: S=C3=A9bastien Fabbro gmail com> AuthorDate: Sun Mar 6 19:27:19 2011 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Sun Mar 6 19:27:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2f321ce2 [sci-libs/armadillo] move to the main tree --- sci-libs/armadillo/ChangeLog | 9 --------- sci-libs/armadillo/armadillo-1.0.0.ebuild | 22 ---------------------- sci-libs/armadillo/metadata.xml | 15 --------------- 3 files changed, 0 insertions(+), 46 deletions(-) diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog deleted file mode 100644 index 9f0d95a..0000000 --- a/sci-libs/armadillo/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for sci-libs/armadillo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*armadillo-1.0.0 (13 Dec 2010) - - 13 December 2010; Nico Schl=C3=B6mer - +metadata.xml, +armadillo-1.0.0.ebuild: - Initial import. diff --git a/sci-libs/armadillo/armadillo-1.0.0.ebuild b/sci-libs/armadil= lo/armadillo-1.0.0.ebuild deleted file mode 100644 index e39385c..0000000 --- a/sci-libs/armadillo/armadillo-1.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"3" -inherit cmake-utils - -DESCRIPTION=3D"C++ linear algebra library aiming towards a good balance = between speed and ease of use" -HOMEPAGE=3D"http://arma.sourceforge.net/" -SRC_URI=3D"http://downloads.sourceforge.net/arma/${P}.tar.gz" - -LICENSE=3D"LGPL-3" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"" - -DEPEND=3D">=3Dsys-devel/gcc-4.0.0 - virtual/lapack - virtual/blas - >=3Ddev-libs/boost-1.34" - -RDEPEND=3D"${DEPEND}" diff --git a/sci-libs/armadillo/metadata.xml b/sci-libs/armadillo/metadat= a.xml deleted file mode 100644 index 429446a..0000000 --- a/sci-libs/armadillo/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - -sci - -Armadillo is a C++ linear algebra library (matrix maths) aiming towards = a good balance between speed and ease of use. Integer, floating point and= complex numbers are supported, as well as a subset of trigonometric and = statistics functions. Various matrix decompositions are provided through = optional integration with LAPACK and ATLAS libraries. -A delayed evaluation approach is employed (during compile time) to combi= ne several operations into one and reduce (or eliminate) the need for tem= poraries. This is accomplished through recursive templates and template m= eta-programming. -This library is useful if C++ has been decided as the language of choice= (due to speed and/or integration capabilities), rather than another lang= uage like Matlab(r) or Octave. It is distributed under a license that is = useful in both open-source and commercial contexts. -Armadillo is primarily developed at NICTA (Australia), with contribution= s from around the world. - - - Compile against external boost headers (dev-lib= s/boost) - - -