aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorPiotr Wójcik <chocimier@tlen.pl>2019-11-29 20:02:05 +0100
committerPiotr <chocimier@tlen.pl>2019-12-02 20:42:23 +0100
commitea66b29b6294ad7d83e46ca47a1d9383ae09b734 (patch)
treebaa2b78479aea1127acfac1f53a35021036f671f /Manual.md
parentManual.md: group documentation of license in one place (diff)
Manual.md: cease to use empty packages in removing process
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md23
1 files changed, 2 insertions, 21 deletions
diff --git a/Manual.md b/Manual.md
index b0aea9cdff0..a89413932a7 100644
--- a/Manual.md
+++ b/Manual.md
@@ -1572,27 +1572,8 @@ common/shlibs.
generally those packages are the same but have been split as to avoid
cyclic dependencies. Make sure that the package you're removing is not
the source of those patches/files.
-- Replace the package template with the following:
-
-```
-# Template file for '$pkgname'
-pkgname=$pkgname
-version=$version
-revision=$((revision + 1))
-archs=noarch
-build_style=meta
-short_desc="${short_desc} (removed package)"
-license="BSD-2-Clause"
-homepage="${homepage}"
-```
-
-- Add (or replace) the INSTALL.msg with the following:
-
-```
-$pkgname is no longer provided by Void Linux, and will be fully removed from the repos on $(date -d '+3 months' '+%F')
-```
-
-- After the specified time remove the package from the repository index
+- Remove package template.
+- Remove the package from the repository index
or contact a team member that can do so.
<a id="xbps_triggers"></a>