OLD | NEW |
1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
2 # Distributed under the terms of the GNU General Public License v2 | 2 # Distributed under the terms of the GNU General Public License v2 |
3 | 3 |
4 EAPI=2 | 4 EAPI=2 |
5 | 5 |
6 DESCRIPTION="List of packages that are needed on the buildhost (meta package)" | 6 DESCRIPTION="List of packages that are needed on the buildhost (meta package)" |
7 HOMEPAGE="http://src.chromium.org" | 7 HOMEPAGE="http://src.chromium.org" |
8 | 8 |
9 LICENSE="GPL-2" | 9 LICENSE="GPL-2" |
10 SLOT="0" | 10 SLOT="0" |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 sys-process/lsof | 94 sys-process/lsof |
95 " | 95 " |
96 | 96 |
97 # Useful utilities for developers. | 97 # Useful utilities for developers. |
98 RDEPEND="${RDEPEND} | 98 RDEPEND="${RDEPEND} |
99 app-portage/gentoolkit | 99 app-portage/gentoolkit |
100 app-portage/portage-utils | 100 app-portage/portage-utils |
101 app-editors/qemacs | 101 app-editors/qemacs |
102 app-editors/vim | 102 app-editors/vim |
103 sys-apps/ack | 103 sys-apps/ack |
| 104 sys-apps/pv |
104 " | 105 " |
105 | 106 |
106 # Host dependencies that are needed for unit tests | 107 # Host dependencies that are needed for unit tests |
107 RDEPEND="${RDEPEND} | 108 RDEPEND="${RDEPEND} |
108 x11-misc/xkeyboard-config | 109 x11-misc/xkeyboard-config |
109 " | 110 " |
110 | 111 |
111 # Host dependencies that are needed to build Icedtea | 112 # Host dependencies that are needed to build Icedtea |
112 RDEPEND="${RDEPEND} | 113 RDEPEND="${RDEPEND} |
113 app-arch/zip | 114 app-arch/zip |
114 dev-java/ant-core | 115 dev-java/ant-core |
115 dev-java/xalan | 116 dev-java/xalan |
116 dev-java/xerces | 117 dev-java/xerces |
117 sys-apps/lsb-release | 118 sys-apps/lsb-release |
118 x11-libs/libXtst | 119 x11-libs/libXtst |
119 " | 120 " |
120 | 121 |
121 # Host dependencies that are needed to sign images | 122 # Host dependencies that are needed to sign images |
122 RDEPEND="${RDEPEND} | 123 RDEPEND="${RDEPEND} |
123 chromeos-base/vboot_reference | 124 chromeos-base/vboot_reference |
124 chromeos-base/verity | 125 chromeos-base/verity |
125 sys-apps/mosys | 126 sys-apps/mosys |
126 " | 127 " |
127 | 128 |
128 # Host dependencies to run unit tests within the chroot | 129 # Host dependencies to run unit tests within the chroot |
129 RDEPEND="${RDEPEND} | 130 RDEPEND="${RDEPEND} |
130 dev-cpp/gflags | 131 dev-cpp/gflags |
131 dev-python/pymox | 132 dev-python/pymox |
132 " | 133 " |
OLD | NEW |