From a38962b470fd5c7ad3697ac1c1ac91de9b00b7e7 Mon Sep 17 00:00:00 2001
From: Poncho <poncho@spahan.ch>
Date: Mon, 14 Mar 2022 17:30:59 +0100
Subject: [PATCH] README.md deprecate repoman

see https://bugs.gentoo.org/835013
---
 README.md | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/README.md b/README.md
index 46f318f..381ccdd 100644
--- a/README.md
+++ b/README.md
@@ -6,18 +6,11 @@ To check your overlay for QA issues, add the following `.gitlab-ci.yml`:
 image: $CI_REGISTRY/poncho/gentoo-qa-image:latest
 
 stages:
-  - repoman
   - pkgcheck
 
 variables:
   GIT_DEPTH: 1
 
-repoman:
-  stage: repoman
-  script:
-    - repoman --version
-    - repoman full -xiIdv
-
 pkgcheck:
   stage: pkgcheck
   script:
-- 
GitLab