Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Side by Side Diff: chromeos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild

Issue 3608004: chromium-overlay: Add sys-apps/pv (pipeline viewer) to dev tools (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos-base/hard-host-depends/hard-host-depends-0.0.1-r66.ebuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 "
OLDNEW
« no previous file with comments | « no previous file | chromeos-base/hard-host-depends/hard-host-depends-0.0.1-r66.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698