summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-09-05 11:27:45 +0200
committerDavid Seifert <soap@gentoo.org>2023-09-05 11:27:45 +0200
commitff8208c1af9adc057011d399f79bda63e9c14e83 (patch)
treec9c06c469f3503b34e4408ea3aab5bc7db1430c7
parentmail-client/mailx: update EAPI 7 -> 8 (diff)
downloadgentoo-ff8208c1af9adc057011d399f79bda63e9c14e83.tar.gz
gentoo-ff8208c1af9adc057011d399f79bda63e9c14e83.tar.bz2
gentoo-ff8208c1af9adc057011d399f79bda63e9c14e83.zip
dev-lang/R: properly indent metadata.xml
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-lang/R/metadata.xml52
1 files changed, 25 insertions, 27 deletions
diff --git a/dev-lang/R/metadata.xml b/dev-lang/R/metadata.xml
index be129488f84f..a1ef08b1f6c4 100644
--- a/dev-lang/R/metadata.xml
+++ b/dev-lang/R/metadata.xml
@@ -1,32 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>sci-mathematics@gentoo.org</email>
- <name>Gentoo Mathematics Project</name>
- </maintainer>
- <use>
- <flag name="lto">
- Use link-time optimization for R and its recommended packages.
- </flag>
- </use>
- <longdescription lang="en">
- R is GNU S, a system for statistical computation and graphics. It
- consists of a language plus a run-time environment with graphics, a
- debugger, access to certain system functions, and the ability to run
- programs stored in script files.
+ <maintainer type="project">
+ <email>sci-mathematics@gentoo.org</email>
+ <name>Gentoo Mathematics Project</name>
+ </maintainer>
+ <use>
+ <flag name="lto">Use link-time optimization for R and its recommended packages.</flag>
+ </use>
+ <longdescription lang="en">
+ R is GNU S, a system for statistical computation and graphics. It
+ consists of a language plus a run-time environment with graphics, a
+ debugger, access to certain system functions, and the ability to run
+ programs stored in script files.
- The core of R is an interpreted computer language which allows
- branching and looping as well as modular programming using functions.
- The R distribution contains functionality for a large number of
- statistical procedures such as: linear and generalized linear
- models, nonlinear regression models, time series analysis, classical
- parametric and nonparametric tests, clustering, smoothing and
- graphical data representations. Additional modules ("add-on
- packages") are available for a variety of specific purposes but are
- not distributed with this package.
- </longdescription>
- <upstream>
- <remote-id type="github">wch/r-source</remote-id>
- </upstream>
+ The core of R is an interpreted computer language which allows
+ branching and looping as well as modular programming using functions.
+ The R distribution contains functionality for a large number of
+ statistical procedures such as: linear and generalized linear
+ models, nonlinear regression models, time series analysis, classical
+ parametric and nonparametric tests, clustering, smoothing and
+ graphical data representations. Additional modules ("add-on
+ packages") are available for a variety of specific purposes but are
+ not distributed with this package.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">wch/r-source</remote-id>
+ </upstream>
</pkgmetadata>