Skip to content

Commit

Permalink
Second try to clean spaces in metadata.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <jlec@gentoo.org>
  • Loading branch information
jlec committed Nov 18, 2017
1 parent bce61aa commit 1e04d58
Show file tree
Hide file tree
Showing 303 changed files with 1,590 additions and 1,590 deletions.
14 changes: 7 additions & 7 deletions app-doc/blacs-docs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
The BLACS (Basic Linear Algebra Communication Subprograms) project
is an ongoing investigation whose purpose is to create a linear
algebra oriented message passing interface that may be implemented
efficiently and uniformly across a large range of distributed memory
platforms.
This package contains manual pages for the routines, and other
quick reference in postscript format.
The BLACS (Basic Linear Algebra Communication Subprograms) project
is an ongoing investigation whose purpose is to create a linear
algebra oriented message passing interface that may be implemented
efficiently and uniformly across a large range of distributed memory
platforms.
This package contains manual pages for the routines, and other
quick reference in postscript format.
</longdescription>
</pkgmetadata>
14 changes: 7 additions & 7 deletions app-doc/blas-docs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines
for most of the basic vector and matrix operations. They are widely
used as the basis for other high quality linear algebra software, for
example lapack and linpack. This implementation is the Fortran 77
reference implementation found at netlib.
This package contains manual pages for the routines, and other
quick reference in postscript format.
BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines
for most of the basic vector and matrix operations. They are widely
used as the basis for other high quality linear algebra software, for
example lapack and linpack. This implementation is the Fortran 77
reference implementation found at netlib.
This package contains manual pages for the routines, and other
quick reference in postscript format.
</longdescription>
</pkgmetadata>
12 changes: 6 additions & 6 deletions app-doc/lapack-docs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
LAPACK is a comprehensive FORTRAN library that does linear
algebra operations including matrix inversions, least squared
solutions to linear sets of equations, eigenvector analysis, singular
value decomposition, etc. It is a very comprehensive and reputable
package that has found extensive use in the scientific community.
This package contains manual pages for the routines, and a Quick-Reference guide.
LAPACK is a comprehensive FORTRAN library that does linear
algebra operations including matrix inversions, least squared
solutions to linear sets of equations, eigenvector analysis, singular
value decomposition, etc. It is a very comprehensive and reputable
package that has found extensive use in the scientific community.
This package contains manual pages for the routines, and a Quick-Reference guide.
</longdescription>
</pkgmetadata>
6 changes: 3 additions & 3 deletions app-doc/root-docs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<name>Gentoo Physics Project</name>
</maintainer>
<longdescription lang="en">
This package contains the automatically generated ROOT class
documentation.
</longdescription>
This package contains the automatically generated ROOT class
documentation.
</longdescription>
<use>
<flag name="api">Generate html API documentation</flag>
<flag name="http">Build HttpServer documentation</flag>
Expand Down
16 changes: 8 additions & 8 deletions app-doc/scalapack-docs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
The ScaLAPACK (or Scalable LAPACK) library includes a subset of
LAPACK routines redesigned for distributed memory MIMD parallel
computers. It is currently written in a Single-Program-Multiple-Data
style using explicit message passing for interprocessor
communication. It assumes matrices are laid out in a two-dimensional
block cyclic decomposition.
This package contains manual pages for the routines, and quick
reference guides.
The ScaLAPACK (or Scalable LAPACK) library includes a subset of
LAPACK routines redesigned for distributed memory MIMD parallel
computers. It is currently written in a Single-Program-Multiple-Data
style using explicit message passing for interprocessor
communication. It assumes matrices are laid out in a two-dimensional
block cyclic decomposition.
This package contains manual pages for the routines, and quick
reference guides.
</longdescription>
</pkgmetadata>
14 changes: 7 additions & 7 deletions app-portage/g-octave/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<name>Rafael Goncalves Martins</name>
</maintainer>
<longdescription lang="en">
g-octave is a tool that generates and installs ebuilds for Octave-Forge
packages "on-the-fly" to Gentoo Linux, using Portage. It's capable to
generate ebuilds and Manifest files for the packages, and to install
them using an autogenerated overlay (named g-octave). g-octave can also
handle patches to the packages automatically. The command line interface
tries to be very similar to the interface of the emerge tool.
</longdescription>
g-octave is a tool that generates and installs ebuilds for Octave-Forge
packages "on-the-fly" to Gentoo Linux, using Portage. It's capable to
generate ebuilds and Manifest files for the packages, and to install
them using an autogenerated overlay (named g-octave). g-octave can also
handle patches to the packages automatically. The command line interface
tries to be very similar to the interface of the emerge tool.
</longdescription>
</pkgmetadata>
4 changes: 2 additions & 2 deletions app-vim/vim-gromacs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<name>Gentoo Chemistry Project</name>
</maintainer>
<longdescription lang="en">
VIM syntax plugin which provides syntax highlighting for the gromacs files.
</longdescription>
VIM syntax plugin which provides syntax highlighting for the gromacs files.
</longdescription>
<upstream>
<remote-id type="github">HubLot/vim-gromacs</remote-id>
</upstream>
Expand Down
30 changes: 15 additions & 15 deletions dev-cpp/eigen/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Eigen is a lightweight C++ template library for vector and matrix math,
a.k.a. linear algebra. Unlike most other linear algebra libraries, Eigen
focuses on the simple mathematical needs of applications: games and other
OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to
providing optimal speed with GCC.
</longdescription>
Eigen is a lightweight C++ template library for vector and matrix math,
a.k.a. linear algebra. Unlike most other linear algebra libraries, Eigen
focuses on the simple mathematical needs of applications: games and other
OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to
providing optimal speed with GCC.
</longdescription>
<use>
<flag name="adolc">
Enable automatic differentiation using <pkg>sci-libs/adolc</pkg>
</flag>
Enable automatic differentiation using <pkg>sci-libs/adolc</pkg>
</flag>
<flag name="metis">
Enable matrix partitioning using <pkg>sci-libs/metis</pkg></flag>
Enable matrix partitioning using <pkg>sci-libs/metis</pkg></flag>
<flag name="mkl">
Use propertary intel blas/lapack implementation through <pkg>sci-libs/mkl</pkg>
</flag>
Use propertary intel blas/lapack implementation through <pkg>sci-libs/mkl</pkg>
</flag>
<flag name="pastix">
Enable large scale direct solver with using <pkg>sci-libs/pastix</pkg>
</flag>
Enable large scale direct solver with using <pkg>sci-libs/pastix</pkg>
</flag>
<flag name="sparse">
Enable use for extra sparse matrix with <pkg>sci-libs/umfpack</pkg>, <pkg>sci-libs/cholmod</pkg>, <pkg>sci-libs/superlu</pkg> and <pkg>dev-cpp/sparsehash</pkg>
</flag>
Enable use for extra sparse matrix with <pkg>sci-libs/umfpack</pkg>, <pkg>sci-libs/cholmod</pkg>, <pkg>sci-libs/superlu</pkg> and <pkg>dev-cpp/sparsehash</pkg>
</flag>
</use>
<upstream>
<remote-id type="bitbucket">eigen/eigen</remote-id>
Expand Down
8 changes: 4 additions & 4 deletions dev-cpp/growler-core/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<name>Bryan Green</name>
</maintainer>
<longdescription>
Growler-Core provides a large set of mainly general-purpose classes and
functionality for developing and using the Growler Distributed Component
Architecture.
</longdescription>
Growler-Core provides a large set of mainly general-purpose classes and
functionality for developing and using the Growler Distributed Component
Architecture.
</longdescription>
</pkgmetadata>
8 changes: 4 additions & 4 deletions dev-cpp/growler-link/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<name>Bryan Green</name>
</maintainer>
<longdescription>
Growler-Link is the lowest-level Growler package. It provides basic support for
dynamic linking, components and modules, as well as several other of Growler's
commonly used API's, such as Clogger.
</longdescription>
Growler-Link is the lowest-level Growler package. It provides basic support for
dynamic linking, components and modules, as well as several other of Growler's
commonly used API's, such as Clogger.
</longdescription>
</pkgmetadata>
6 changes: 3 additions & 3 deletions dev-cpp/growler-thread/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Bryan Green</name>
</maintainer>
<longdescription>
Growler-Thread is a pthread wrapper library used by Growler. It provides
support for creating threads, and for common multithreading tasks
</longdescription>
Growler-Thread is a pthread wrapper library used by Growler. It provides
support for creating threads, and for common multithreading tasks
</longdescription>
</pkgmetadata>
8 changes: 4 additions & 4 deletions dev-java/fits/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Java library which provides I/O for FITS images and binary tables. The Java
libraries support all basic FITS formats and gzip compressed
files. Support for access to data subsets is included and the
HIERARCH convention may be used.
Java library which provides I/O for FITS images and binary tables. The Java
libraries support all basic FITS formats and gzip compressed
files. Support for access to data subsets is included and the
HIERARCH convention may be used.
</longdescription>
</pkgmetadata>
2 changes: 1 addition & 1 deletion dev-java/flexdock/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Java docking framework for use in cross-platform Swing applications.
Java docking framework for use in cross-platform Swing applications.
</longdescription>
</pkgmetadata>
2 changes: 1 addition & 1 deletion dev-java/gluegen/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generates interfaces. It has the ability to perform significant transformations
on the IR before glue code emission. GlueGen is currently powerful enough to
bind even low-level APIs such as the Java Native Interface (JNI) and the AWT
Native Interface (JAWT) back up to the Java programming language.
</longdescription>
</longdescription>
<upstream>
<remote-id type="github">sgothel/gluegen</remote-id>
</upstream>
Expand Down
12 changes: 6 additions & 6 deletions dev-java/hdf-java/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
HDF is a versatile data model that can represent very complex data
objects and a wide variety of metadata. It is a completely portable
file format with no limit on the number or size of data objects in
the collection.
This Java package implements HDF4/HDF5 data objects in an object-oriented
form. It provides a common Java API for accessing HDF files.
HDF is a versatile data model that can represent very complex data
objects and a wide variety of metadata. It is a completely portable
file format with no limit on the number or size of data objects in
the collection.
This Java package implements HDF4/HDF5 data objects in an object-oriented
form. It provides a common Java API for accessing HDF files.
</longdescription>
<use>
<flag name="hdf">Add support for the Hierarchical Data Format v.4 (<pkg>sci-libs/hdf</pkg>)</flag>
Expand Down
18 changes: 9 additions & 9 deletions dev-java/jeuclid-core/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
JEuclid is a complete MathML rendering solution, consisting of:
* A MathViewer application
* Command line converters from MathML to other formats
* An ant task for automated conversion
* Display components for AWT and Swing
* A component for Apache Cocoon
This package contains the basic JEuclid rendering and document
handling classes.
</longdescription>
JEuclid is a complete MathML rendering solution, consisting of:
* A MathViewer application
* Command line converters from MathML to other formats
* An ant task for automated conversion
* Display components for AWT and Swing
* A component for Apache Cocoon
This package contains the basic JEuclid rendering and document
handling classes.
</longdescription>
<upstream>
<remote-id type="sourceforge">jeuclid</remote-id>
</upstream>
Expand Down
18 changes: 9 additions & 9 deletions dev-java/jgraphx/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
JGraph X is based on the mxGraph architecture, a re-designed core
based on JGraph experience.
Overall, JGraph X provides more features that JGraph, with a far
smaller code size and complexity. Redesigning the codebase from
scratch now means implementing common feature extensions are easier
and require less coding. A number of new loosely coupled
application-centric features have been added, making prototyping
even faster, without their usage restricting application
flexibility.
JGraph X is based on the mxGraph architecture, a re-designed core
based on JGraph experience.
Overall, JGraph X provides more features that JGraph, with a far
smaller code size and complexity. Redesigning the codebase from
scratch now means implementing common feature extensions are easier
and require less coding. A number of new loosely coupled
application-centric features have been added, making prototyping
even faster, without their usage restricting application
flexibility.
</longdescription>
</pkgmetadata>
6 changes: 3 additions & 3 deletions dev-java/jlatexmath-fop/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
LaTeXmath library provides a set of Java classes for displaying
(complex) mathematical formulas as part of a Java application with
LateX style. This package installs the plugin for dev-java/fop.
LaTeXmath library provides a set of Java classes for displaying
(complex) mathematical formulas as part of a Java application with
LateX style. This package installs the plugin for dev-java/fop.
</longdescription>
</pkgmetadata>
6 changes: 3 additions & 3 deletions dev-java/jlatexmath/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
LaTeXmath library provides a set of Java classes for displaying
(complex) mathematical formulas as part of a Java application with
LateX style.
LaTeXmath library provides a set of Java classes for displaying
(complex) mathematical formulas as part of a Java application with
LateX style.
</longdescription>
</pkgmetadata>
2 changes: 1 addition & 1 deletion dev-java/jogl/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<longdescription lang="en">
JOGL provides Java with a Binding for the OpenGL® API (JSR-231), and is designed
to provide hardware-supported 3D graphics to applications written in Java.
</longdescription>
</longdescription>
<use>
<flag name="cg">Enable NVidia Cg binding.</flag>
</use>
Expand Down
4 changes: 2 additions & 2 deletions dev-java/netcdf/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
The NetCDF-Java Library is a Java interface to NetCDF files,
as well as to many other types of scientific data formats.
The NetCDF-Java Library is a Java interface to NetCDF files,
as well as to many other types of scientific data formats.
</longdescription>
</pkgmetadata>
4 changes: 2 additions & 2 deletions dev-java/scirenderer/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
A rendering library for scilab based on JoGL
</longdescription>
A rendering library for scilab based on JoGL
</longdescription>
</pkgmetadata>
12 changes: 6 additions & 6 deletions dev-lang/berkeley_upc/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<flag name="mpi-compat">Enable interoperability with MPI</flag>
<flag name="pshm">Build UPC Runtime/GASNet with Process-SHared Memory enabled</flag>
<flag name="segment-fast">
Select GASNet's FAST segments (default), for the fastest remote access with a possible
cost in max shared memory size
</flag>
Select GASNet's FAST segments (default), for the fastest remote access with a possible
cost in max shared memory size
</flag>
<flag name="segment-large">
Select GASNet's LARGE segments, for the largest possible shared memory size, at a
possible cost in remote access time
</flag>
Select GASNet's LARGE segments, for the largest possible shared memory size, at a
possible cost in remote access time
</flag>
<flag name="single">Support running over smp loopback (no network)</flag>
<flag name="sptr-packed">Use the more efficient 'packed' shared pointer representation</flag>
<flag name="sptr-struct">Use the 'struct' shared pointer representation</flag>
Expand Down
12 changes: 6 additions & 6 deletions dev-lang/icc/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
The Intel® C++ Compiler is a full featured C/C++ compiler for Intel
based architectures. The compiler supports multi-threading, automatic
processor dispatch, vectorization, auto-parallelization, OpenMP, data
prefetching, loop unrolling. The package comes with extensive
documentation. The product can be installed as a non-commercial as
well. License, terms of qualifications can be found on the web site.
The Intel® C++ Compiler is a full featured C/C++ compiler for Intel
based architectures. The compiler supports multi-threading, automatic
processor dispatch, vectorization, auto-parallelization, OpenMP, data
prefetching, loop unrolling. The package comes with extensive
documentation. The product can be installed as a non-commercial as
well. License, terms of qualifications can be found on the web site.
</longdescription>
</pkgmetadata>
Loading

0 comments on commit 1e04d58

Please sign in to comment.