Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in portage-utils: Makefile.am
Date: Thu, 22 Dec 2011 20:33:42
Message-Id: 20111222203332.BDF192004B@flycatcher.gentoo.org
1 vapier 11/12/22 20:33:32
2
3 Modified: Makefile.am
4 Log:
5 regen after recent commits
6
7 Revision Changes Path
8 1.8 portage-utils/Makefile.am
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/Makefile.am?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/Makefile.am?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/Makefile.am?r1=1.7&r2=1.8
13
14 Index: Makefile.am
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/portage-utils/Makefile.am,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- Makefile.am 19 Dec 2011 19:43:36 -0000 1.7
21 +++ Makefile.am 22 Dec 2011 20:33:32 -0000 1.8
22 @@ -143,6 +143,7 @@
23 quse.c \
24 qxpak.c \
25 tests/Makefile \
26 + tests/atom_compare/.cvsignore \
27 tests/atom_compare/Makefile \
28 tests/atom_compare/atom-compare.py \
29 tests/atom_compare/static.good \
30 @@ -155,11 +156,19 @@
31 tests/atom_explode/dotest \
32 tests/atom_explode/test.c \
33 tests/init.sh \
34 + tests/install/.cvsignore \
35 tests/install/Makefile \
36 tests/install/dotest \
37 + tests/mkdir/.cvsignore \
38 tests/mkdir/Makefile \
39 tests/mkdir/dotest \
40 tests/mkdir/test.c \
41 + tests/profile/Makefile \
42 + tests/profile/dotest \
43 + tests/profile/profile1/etc/parent.conf \
44 + tests/profile/profile1/etc/portage/make.conf \
45 + tests/profile/profile1/etc/portage/subdir/file.conf \
46 + tests/profile/profile1/etc/portage/this.level.conf \
47 tests/qfile/Makefile \
48 tests/qfile/dotest \
49 tests/qlist/Makefile \
50 @@ -170,12 +179,18 @@
51 tests/qlist/list04.good \
52 tests/qlist/list05.good \
53 tests/qlist/list06.good \
54 + tests/qlist/list07.good \
55 tests/qlist/root/-merge-foo/CONTENTS \
56 tests/qlist/root/a-b/a-0/CONTENTS \
57 + tests/qlist/root/a-b/a-0/SLOT \
58 tests/qlist/root/a-b/b-0/CONTENTS \
59 + tests/qlist/root/a-b/b-0/SLOT \
60 tests/qlist/root/app-arch/cpio-2.11/CONTENTS \
61 + tests/qlist/root/app-arch/cpio-2.11/SLOT \
62 tests/qlist/root/cat/pkg-1/CONTENTS \
63 + tests/qlist/root/cat/pkg-1/SLOT \
64 tests/qlist/root/sys-fs/mtools-4.0.13/CONTENTS \
65 + tests/qlist/root/sys-fs/mtools-4.0.13/SLOT \
66 tests/qtbz2/Makefile \
67 tests/qtbz2/dotest \
68 tests/quse/Makefile \