diff options
-rw-r--r-- | deprecation.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/deprecation.rst b/deprecation.rst new file mode 100644 index 0000000..7264fa1 --- /dev/null +++ b/deprecation.rst @@ -0,0 +1,19 @@ +Deprecations +============ + + +.. index:: EAPI; deprecated + +Deprecated EAPIs +---------------- +:PG: 1001 +:Source: Council +:Reference: https://gitweb.gentoo.org/repo/gentoo.git/tree/metadata/layout.conf +:Reported: by pkgcheck and repoman + +Deprecated EAPIs should not be used in new ebuilds. Existing packages +should be migrated to newer EAPIs on version bumps, or proactively when +no version bumps are expected. + +The current list of deprecated EAPIs is stored as ``eapis-deprecated`` +in ``metadata/layout.conf``. |