aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-01 03:53:35 +0100
committerSam James <sam@gentoo.org>2021-08-14 02:46:15 +0100
commit969156f60e46ca8fd299c38483a42f9776047a1c (patch)
tree79493cee6390499a049af88d20e69bae450df0e5 /ebuild-writing
parentebuild-writing/file-format: link to PMS for version specification (diff)
downloaddevmanual-969156f60e46ca8fd299c38483a42f9776047a1c.tar.gz
devmanual-969156f60e46ca8fd299c38483a42f9776047a1c.tar.bz2
devmanual-969156f60e46ca8fd299c38483a42f9776047a1c.zip
ebuild-writing/file-format: rewrap long paragraph
Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/devmanual/pull/242 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/file-format/text.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
index d9b0758..0065b22 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -135,11 +135,12 @@ algorithm</uri> can be found in PMS.
<body>
<p>
-When packaging a snapshot of a source repository, there are two commonly used formats. The first
-treats the snapshot as a patch to the previous version, and so the ebuild version is in the format
-$(last-released-version)_pYYYYMMDD. Alternatively, the snapshot may be treated as a pre-release to
-an upcoming version, usually used when a release is anticipated but not out yet. The format for this
-is $(upcoming-version)_preYYYYMMDD.
+When packaging a snapshot of a source repository, there are two commonly used
+formats. The first treats the snapshot as a patch to the previous version, and
+so the ebuild version is in the format $(last-released-version)_pYYYYMMDD.
+Alternatively, the snapshot may be treated as a pre-release to an upcoming
+version, usually used when a release is anticipated but not out yet. The format
+for this is $(upcoming-version)_preYYYYMMDD.
</p>
<p>