From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4D11B138CD0 for ; Tue, 19 May 2015 17:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B52E09F0; Tue, 19 May 2015 17:37:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89BDBE09F0 for ; Tue, 19 May 2015 17:37:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBD8A340BDD for ; Tue, 19 May 2015 17:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F659FB for ; Tue, 19 May 2015 17:37:24 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1432054702.3044a7a90ef35ae564bfdf2d44fbb75920ce0c61.vapier@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 3044a7a90ef35ae564bfdf2d44fbb75920ce0c61 X-VCS-Branch: master Date: Tue, 19 May 2015 17:37:24 +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: 137889fa-d3bb-4e6a-9ab0-146108df1b16 X-Archives-Hash: c8825cba5f2afd9e111a55a25865ad29 commit: 3044a7a90ef35ae564bfdf2d44fbb75920ce0c61 Author: Mike Frysinger gentoo org> AuthorDate: Tue May 19 16:58:22 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue May 19 16:58:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3044a7a9 regen autotools Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Makefile.am b/Makefile.am index 3a33bbe..5ffa339 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,6 +94,7 @@ EXTRA_DIST += \ libq/atom_compare.c \ libq/atom_explode.c \ libq/basename.c \ + libq/binpackages.c \ libq/busybox.h \ libq/colors.c \ libq/compat.c \ @@ -171,6 +172,29 @@ EXTRA_DIST += \ tests/profile/profile1/etc/portage/make.conf \ tests/profile/profile1/etc/portage/subdir/file.conf \ tests/profile/profile1/etc/portage/this.level.conf \ + tests/qcheck/Makefile \ + tests/qcheck/dotest \ + tests/qcheck/list01.good \ + tests/qcheck/list02.good \ + tests/qcheck/list03.good \ + tests/qcheck/list04.good \ + tests/qcheck/list05.good \ + tests/qcheck/list06.good \ + tests/qcheck/list07.good \ + tests/qcheck/list08.good \ + tests/qcheck/list09.good \ + tests/qcheck/root/a-b/pkg-1.0/CONTENTS \ + tests/qcheck/root/a-b/pkg-1.0/SLOT \ + tests/qcheck/root/a-b/pkg-1.0/repository \ + tests/qcheck/root/bin/bad-md5 \ + tests/qcheck/root/bin/bad-mtime \ + tests/qcheck/root/bin/bad-mtime-obj \ + tests/qcheck/root/bin/bad-sha1 \ + tests/qcheck/root/bin/good-md5 \ + tests/qcheck/root/bin/good-sha1 \ + tests/qcheck/root/cat/pkg-1/CONTENTS \ + tests/qcheck/root/cat/pkg-1/SLOT \ + tests/qcheck/root/cat/pkg-1/repository \ tests/qdepends/Makefile \ tests/qdepends/dotest \ tests/qdepends/list01.good \ @@ -205,6 +229,7 @@ EXTRA_DIST += \ tests/qlist/list12.good \ tests/qlist/list13.good \ tests/qlist/list14.good \ + tests/qlist/list15.good \ tests/qlist/root/-merge-foo/CONTENTS \ tests/qlist/root/a-b/a-0/CONTENTS \ tests/qlist/root/a-b/a-0/SLOT \ @@ -224,6 +249,11 @@ EXTRA_DIST += \ tests/qlist/root/sys-fs/mtools-4.0.13/CONTENTS \ tests/qlist/root/sys-fs/mtools-4.0.13/SLOT \ tests/qlist/root/sys-fs/mtools-4.0.13/repository \ + tests/qlop/Makefile \ + tests/qlop/dotest \ + tests/qlop/list01.good \ + tests/qlop/sync.log \ + tests/qmerge/.gdb_history \ tests/qmerge/Makefile \ tests/qmerge/dotest \ tests/qmerge/packages/Packages \