From 125907972ada53e569ac7e86a4f7c9d2f9d771fa Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 8 Dec 2006 22:52:45 +0000 Subject: [PATCH] Remove all traces of FEATURES=cvs since code for that feature no longer exists (apparently since portage-2.1). svn path=/main/trunk/; revision=5228 --- bin/repoman | 7 ------- man/make.conf.5 | 4 ---- 2 files changed, 11 deletions(-) diff --git a/bin/repoman b/bin/repoman index 443e89192..e2f4ae2c2 100755 --- a/bin/repoman +++ b/bin/repoman @@ -398,13 +398,6 @@ if mymode == "commit": isCvs=False myreporoot=None if os.path.isdir("CVS"): - if "cvs" not in repoman_settings.features: - print - print - print red('!!! You do not have ')+bold('FEATURES="cvs" ')+red("enabled...") - print red("!!! ")+bold("Adding \"cvs\" to FEATURES") - print - os.environ["FEATURES"]=repoman_settings["FEATURES"]+" cvs" isCvs = True if not "--pretend" in myoptions and not isCvs: diff --git a/man/make.conf.5 b/man/make.conf.5 index b585bb8b3..02ae269d2 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -144,10 +144,6 @@ A QA\-feature to ensure that a package doesn't overwrite files it doesn't own. The \fICOLLISION_IGNORE\fR variable can be used to selectively disable this feature. .TP -.B cvs -A feature for developers that causes portage to enable all USE flags in SRC_URI -when creating digests. -.TP .B digest Autogenerate digests for packages when running the \fBemerge\fR(1) command. If the \fIassume-digests\fR feature is also enabled then existing SRC_URI digests -- 2.26.2