From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1107881-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id F0652138334
	for <garchives@archives.gentoo.org>; Wed, 28 Aug 2019 09:19:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2E15EE0841;
	Wed, 28 Aug 2019 09:19:13 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 11E60E0841
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Aug 2019 09:19:13 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2A21034A4C7
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Aug 2019 09:19:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A388E622
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Aug 2019 09:19:10 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1566983931.cde87f0c9204e5ab0546065d0fdc6df6900d0c89.mgorny@gentoo>
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /, htdocs/
X-VCS-Repository: proj/qa-scripts
X-VCS-Files: Makefile.gpyutils htdocs/index.html
X-VCS-Directories: / htdocs/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: cde87f0c9204e5ab0546065d0fdc6df6900d0c89
X-VCS-Branch: master
Date: Wed, 28 Aug 2019 09:19:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 859aeffd-f216-489c-b277-d423fabbd88b
X-Archives-Hash: 0699bee4b43350dd24026e10b8a1315b

commit:     cde87f0c9204e5ab0546065d0fdc6df6900d0c89
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 09:18:51 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 09:18:51 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=cde87f0c

gpyutils: Remove meta-report (replaced by pkgcheck)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 Makefile.gpyutils | 7 +------
 htdocs/index.html | 1 -
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 9d5f613..6b0b22c 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -15,7 +15,7 @@ upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt))
 upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot))
 upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg)
 
-all = $(upgr_all) $(outdir)/cands.txt $(outdir)/missing-meta.txt
+all = $(upgr_all) $(outdir)/cands.txt
 
 all: $(all)
 
@@ -64,11 +64,6 @@ $(outdir)/pypy3-to-36.txt: $(timestamp)
 	gpy-upgrade-impl pypy3 python3_6 > $@.new
 	mv $@.new $@
 
-$(outdir)/missing-meta.txt: $(timestamp)
-	mkdir -p $(outdir)
-	gpy-find-missing-meta > $@.new
-	mv $@.new $@
-
 %.dot: %.txt
 	gpy-depgraph -m python@gentoo.org $< > $@.new
 	mv $@.new $@

diff --git a/htdocs/index.html b/htdocs/index.html
index 9e91201..85e6c8a 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -100,7 +100,6 @@
                 <!--<a href="/output/gpyutils/37-to-38.txt" class="list-group-item">Py3.7 → 3.8 testing</a>-->
                 <!--<a href="/output/gpyutils/pypy3-to-35.txt" class="list-group-item">PyPy3 → 3.5 testing</a>-->
                 <a href="/output/gpyutils/cands.txt" class="list-group-item">Packages missing python*-r1 eclass</a>
-                <a href="/output/gpyutils/missing-meta.txt" class="list-group-item">python*-r1 eclass usage issues</a>
               </div>
             </div>
             <div class="col-lg-4">