commit: 14d9c755f7534e23f10719d0fe6c04b18534e854 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Feb 21 21:04:10 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon May 2 18:44:51 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=14d9c755
Remove remnants of SIGNED_OFF_BY Was only used by repoman. Closes: https://github.com/gentoo/portage/pull/819 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> lib/portage/package/ebuild/_config/special_env_vars.py | 1 - lib/portage/package/ebuild/config.py | 1 - man/make.conf.5 | 11 ----------- 3 files changed, 13 deletions(-) diff --git a/lib/portage/package/ebuild/_config/special_env_vars.py b/lib/portage/package/ebuild/_config/special_env_vars.py index 9b2d77aea..04e4c5b9b 100644 --- a/lib/portage/package/ebuild/_config/special_env_vars.py +++ b/lib/portage/package/ebuild/_config/special_env_vars.py @@ -340,7 +340,6 @@ environ_filter += [ "RESUMECOMMAND_HTTPS", "RESUMECOMMAND_RSYNC", "RESUMECOMMAND_SFTP", - "SIGNED_OFF_BY", "UNINSTALL_IGNORE", "USE_EXPAND_HIDDEN", "USE_ORDER", diff --git a/lib/portage/package/ebuild/config.py b/lib/portage/package/ebuild/config.py index 5d9d5ce48..f35fcdf65 100644 --- a/lib/portage/package/ebuild/config.py +++ b/lib/portage/package/ebuild/config.py @@ -200,7 +200,6 @@ class config: _deprecated_keys = { "PORTAGE_LOGDIR": "PORT_LOGDIR", "PORTAGE_LOGDIR_CLEAN": "PORT_LOGDIR_CLEAN", - "SIGNED_OFF_BY": "DCO_SIGNED_OFF_BY", } _setcpv_aux_keys = ( diff --git a/man/make.conf.5 b/man/make.conf.5 index 8c77eda2e..bde92af1a 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -255,9 +255,6 @@ of \fBemerge\fR(1) for more information. This variable is passed by the \fIebuild scripts\fR to the \fIconfigure\fR as \fI\-\-target=${CTARGET}\fR only if it is defined. .TP -.B DCO_SIGNED_OFF_BY -See \fISIGNED_OFF_BY\fR below. Deprecated. -.TP \fBDISTDIR\fR = \fI[path]\fR Defines the location of your local source file repository. After packages are built, it is safe to remove any and all files from this directory since @@ -1280,14 +1277,6 @@ Defines the location where created RPM packages will be stored. .br Defaults to /var/cache/rpm. .TP -.B SIGNED_OFF_BY -This variable may contain a name and email address which will be used by -\fBrepoman\fR(1) to add a Signed\-off\-by line to each commit message. -The meaning of a signoff depends on the project. Typically, it certifies -that the committer has the rights to submit the work under a free license -and agrees to a Certificate of Origin. (For example, see GLEP 76 for the -Gentoo Linux policy: \fIhttps://www.gentoo.org/glep/glep-0076.html\fR.) -.TP \fBSYNC\fR = \fI[RSYNC]\fR Insert your preferred rsync mirror here. This rsync server is used to sync the local ebuild repository when `emerge \-\-sync` is run.
