diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-08-10 18:24:28 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-08-10 18:24:28 +0000 |
commit | 72ae85b0a370a3c033dfeada00bde8ad8f2168ff (patch) | |
tree | 2bc2eb31fd86340ae7a78c5901d1111051ec116f /sci-libs/itpp/metadata.xml | |
parent | Marking samba-3.0.37-r1 ppc64 for bug 323785 (diff) | |
download | historical-72ae85b0a370a3c033dfeada00bde8ad8f2168ff.tar.gz historical-72ae85b0a370a3c033dfeada00bde8ad8f2168ff.tar.bz2 historical-72ae85b0a370a3c033dfeada00bde8ad8f2168ff.zip |
Added patch for FastICA, thanks Gert Wollny (bug #327527). Added static-libs flag, switch to EAPI3, added missing pkgconfig dependency, simplified ebuild, removed the strip restricting (leaving out to user), and added longdescription.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/itpp/metadata.xml')
-rw-r--r-- | sci-libs/itpp/metadata.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/sci-libs/itpp/metadata.xml b/sci-libs/itpp/metadata.xml index a3ced4f52edf..ef6afa8cce47 100644 --- a/sci-libs/itpp/metadata.xml +++ b/sci-libs/itpp/metadata.xml @@ -1,9 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>markusle@gentoo.org</email> - <name>Markus Dittrich</name> - </maintainer> - <herd>sci</herd> +<maintainer> + <email>markusle@gentoo.org</email> + <name>Markus Dittrich</name> +</maintainer> +<herd>sci</herd> +<longdescription lang='en'> + IT++ is a C++ library of mathematical, signal processing and + communication classes and functions. Its main use is in simulation + of communication systems and for performing research in the area of + communications. The kernel of the library consists of generic vector + and matrix classes, and a set of accompanying routines. Such a + kernel makes IT++ similar to MATLAB or GNU Octave . +</longdescription> </pkgmetadata> |