From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 170F3138335 for ; Fri, 26 Oct 2018 13:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A3AE092E; Fri, 26 Oct 2018 13:50:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 90D90E092E for ; Fri, 26 Oct 2018 13:50:34 +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 B4CD7335C7B for ; Fri, 26 Oct 2018 13:50:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52C243DD for ; Fri, 26 Oct 2018 13:50:30 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1540559253.ebce91a9a86fe3e63561734ff902fc51f478e08c.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: .depend Makefile.am applets.h include_applets.h X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: ebce91a9a86fe3e63561734ff902fc51f478e08c X-VCS-Branch: master Date: Fri, 26 Oct 2018 13:50:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 781029e1-2c03-4f85-b33c-57be03e449a8 X-Archives-Hash: a69d0b8669da543bcf51ee3b67ca2349 commit: ebce91a9a86fe3e63561734ff902fc51f478e08c Author: Fabian Groffen gentoo org> AuthorDate: Fri Oct 26 13:07:33 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Oct 26 13:07:33 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=ebce91a9 buildsys: properly disable qglsa applet .depend | 2 +- Makefile.am | 3 +++ applets.h | 4 +++- include_applets.h | 1 - 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.depend b/.depend index 5de684d..f823923 100644 --- a/.depend +++ b/.depend @@ -7,4 +7,4 @@ main.o: main.c porting.h main.h libq/libq.c libq/busybox.h libq/i18n.h \ libq/prelink.c libq/profile.c libq/vdb.c libq/vdb_get_next_dir.c \ libq/virtuals.c applets.h include_applets.h q.c qcheck.c qdepends.c \ qfile.c qlist.c qlop.c qsearch.c qsize.c qtbz2.c quse.c qxpak.c qpkg.c \ - qgrep.c qatom.c qmerge.c qcache.c qglsa.c qtegrity.c + qgrep.c qatom.c qmerge.c qcache.c qtegrity.c diff --git a/Makefile.am b/Makefile.am index 425a018..db20879 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,6 +76,7 @@ dist_man_MANS += \ man/qsearch.1 \ man/qsize.1 \ man/qtbz2.1 \ + man/qtegrity.1 \ man/quse.1 \ man/qxpak.1 APPLETS += \ @@ -164,6 +165,8 @@ EXTRA_DIST += \ tests/atom_explode/basic.good \ tests/atom_explode/basic.tests \ tests/atom_explode/dotest \ + tests/atom_explode/ebuildlist.xz \ + tests/atom_explode/portageatoms.xz \ tests/atom_explode/test.c \ tests/copy_file/.gitignore \ tests/copy_file/Makefile \ diff --git a/applets.h b/applets.h index daf7047..14b0154 100644 --- a/applets.h +++ b/applets.h @@ -30,7 +30,7 @@ DECLARE_APPLET(qgrep) DECLARE_APPLET(qatom) DECLARE_APPLET(qmerge) DECLARE_APPLET(qcache) -DECLARE_APPLET(qglsa) /* disable */ +/*DECLARE_APPLET(qglsa) disable */ DECLARE_APPLET(qtegrity) #undef DECLARE_APPLET @@ -52,7 +52,9 @@ static const struct applet_t { {"qcheck", qcheck_main, "", "verify integrity of installed packages"}, {"qdepends", qdepends_main, "", "show dependency info"}, {"qfile", qfile_main, "", "list all pkgs owning files"}, + /* {"qglsa", qglsa_main, " ", "check GLSAs against system"}, + */ {"qgrep", qgrep_main, "", "grep in ebuilds"}, {"qlist", qlist_main, "", "list files owned by pkgname"}, {"qlop", qlop_main, "", "emerge log analyzer"}, diff --git a/include_applets.h b/include_applets.h index 6ff8f8a..916e5f7 100644 --- a/include_applets.h +++ b/include_applets.h @@ -14,5 +14,4 @@ #include "qatom.c" #include "qmerge.c" #include "qcache.c" -#include "qglsa.c" #include "qtegrity.c"