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

Side by Side Diff: chromeos-base/cashew/cashew-0.0.1-r7.ebuild

Issue 3051038: Marking set of ebuilds as stable (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git
Patch Set: Created 10 years, 4 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
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 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 CROS_WORKON_COMMIT="0b1cd5d3136c3d2feffc6a34694bf34bbf315a6a" 5 CROS_WORKON_COMMIT="0b07a169bb1bcffa7f8a24ea490a00ade4f360b6"
6 6
7 inherit cros-workon autotools 7 inherit cros-workon autotools
8 8
9 DESCRIPTION="Chromium OS network usage tracking daemon" 9 DESCRIPTION="Chromium OS network usage tracking daemon"
10 HOMEPAGE="http://src.chromium.org" 10 HOMEPAGE="http://src.chromium.org"
11 SRC_URI="" 11 SRC_URI=""
12 LICENSE="BSD" 12 LICENSE="BSD"
13 SLOT="0" 13 SLOT="0"
14 KEYWORDS="amd64 arm x86" 14 KEYWORDS="amd64 arm x86"
15 IUSE="" 15 IUSE=""
(...skipping 21 matching lines...) Expand all
37 src_install() { 37 src_install() {
38 emake DESTDIR="${D}" install || die "emake install failed" 38 emake DESTDIR="${D}" install || die "emake install failed"
39 39
40 # TODO(vlaviano): do the following in autotools `make install` instead? 40 # TODO(vlaviano): do the following in autotools `make install` instead?
41 41
42 # install upstart config file. 42 # install upstart config file.
43 dodir /etc/init 43 dodir /etc/init
44 install --owner=root --group=root --mode=0644 \ 44 install --owner=root --group=root --mode=0644 \
45 "${S}"/src/cashew.conf "${D}"/etc/init/ 45 "${S}"/src/cashew.conf "${D}"/etc/init/
46 } 46 }
OLDNEW
« no previous file with comments | « chromeos-base/autox/autox-0.0.1-r5.ebuild ('k') | chromeos-base/chromeos-acpi/chromeos-acpi-0.0.1-r6.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698