From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-913586-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 166981395E4 for <garchives@archives.gentoo.org>; Sun, 27 Nov 2016 05:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A02CE0A69; Sun, 27 Nov 2016 05:46:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5266EE0A69 for <gentoo-commits@lists.gentoo.org>; Sun, 27 Nov 2016 05:46:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5ABBE3412B7 for <gentoo-commits@lists.gentoo.org>; Sun, 27 Nov 2016 05:46:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7A749A for <gentoo-commits@lists.gentoo.org>; Sun, 27 Nov 2016 05:46:10 +0000 (UTC) From: "Mike Frysinger" <vapier@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, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <1480219007.11e32f92d619d4b3769dce94f7a1bff0b9341444.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: 11e32f92d619d4b3769dce94f7a1bff0b9341444 X-VCS-Branch: master Date: Sun, 27 Nov 2016 05:46: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-Archives-Salt: 81fba130-585c-4cc0-8f1f-91989f2c40a9 X-Archives-Hash: d0e27d8ef898e7bf21202f6630257bd7 commit: 11e32f92d619d4b3769dce94f7a1bff0b9341444 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Nov 27 03:56:47 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun Nov 27 03:56:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=11e32f92 autotools: update source list Makefile.am | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 362ee21..7b9c35b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -178,6 +178,8 @@ 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/qatom/Makefile \ + tests/qatom/dotest \ tests/qcheck/Makefile \ tests/qcheck/dotest \ tests/qcheck/list01.good \ @@ -236,6 +238,7 @@ EXTRA_DIST += \ tests/qlist/list13.good \ tests/qlist/list14.good \ tests/qlist/list15.good \ + tests/qlist/list16.good \ tests/qlist/root/-merge-foo/CONTENTS \ tests/qlist/root/a-b/a-0/CONTENTS \ tests/qlist/root/a-b/a-0/SLOT \ @@ -258,8 +261,15 @@ EXTRA_DIST += \ tests/qlop/Makefile \ tests/qlop/dotest \ tests/qlop/list01.good \ + tests/qlop/list02.good \ + tests/qlop/list03.good \ + tests/qlop/list04.good \ + tests/qlop/list05.good \ + tests/qlop/list06.good \ + tests/qlop/list07.good \ + tests/qlop/list08.good \ tests/qlop/sync.log \ - tests/qmerge/.gdb_history \ + tests/qlop/test04.good \ tests/qmerge/Makefile \ tests/qmerge/dotest \ tests/qmerge/packages/Packages \ @@ -281,6 +291,10 @@ EXTRA_DIST += \ tests/qxpak/list02.good \ tests/reinitialize/Makefile \ tests/reinitialize/dotest \ + tests/rmspace/.gitignore \ + tests/rmspace/Makefile \ + tests/rmspace/dotest \ + tests/rmspace/test.c \ tests/source/Makefile \ tests/source/dotest \ tests/source/space \