aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-02-21 13:04:10 -0800
committerMatt Turner <mattst88@gentoo.org>2022-05-02 11:44:51 -0700
commit14d9c755f7534e23f10719d0fe6c04b18534e854 (patch)
tree90a92757f6d7d09a1adc9a45023f7a06b5b8a2a3
parentrepoman: Remove (diff)
downloadportage-14d9c755.tar.gz
portage-14d9c755.tar.bz2
portage-14d9c755.zip
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@gentoo.org>
-rw-r--r--lib/portage/package/ebuild/_config/special_env_vars.py1
-rw-r--r--lib/portage/package/ebuild/config.py1
-rw-r--r--man/make.conf.511
3 files changed, 0 insertions, 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.