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

Side by Side Diff: chromeos-base/flimflam/flimflam-0.0.1-r20.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
« no previous file with comments | « chromeos-base/crash-reporter/crash-reporter-0.0.1-r7.ebuild ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 # Copyright 1999-2009 Gentoo Foundation 2 # Copyright 1999-2009 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2 3 # Distributed under the terms of the GNU General Public License v2
4 # $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.43.ebuild,v 1.1 20 09/10/05 12:22:24 dagger Exp $ 4 # $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.43.ebuild,v 1.1 20 09/10/05 12:22:24 dagger Exp $
5 5
6 EAPI="2" 6 EAPI="2"
7 CROS_WORKON_COMMIT="2bdc7ca2d071205eaabd90a8febc991385e16d86" 7 CROS_WORKON_COMMIT="b4eed1027e10f8fb78f20663a6dc9e9a475ffce0"
8 8
9 inherit autotools cros-workon toolchain-funcs 9 inherit autotools cros-workon toolchain-funcs
10 10
11 DESCRIPTION="Provides a daemon for managing internet connections" 11 DESCRIPTION="Provides a daemon for managing internet connections"
12 HOMEPAGE="http://connman.net" 12 HOMEPAGE="http://connman.net"
13 13
14 LICENSE="GPL-2" 14 LICENSE="GPL-2"
15 SLOT="0" 15 SLOT="0"
16 KEYWORDS="amd64 arm x86" 16 KEYWORDS="amd64 arm x86"
17 IUSE="bluetooth +crosmetrics +debug +dhcpcd +dhclient +diagnostics dnsproxy doc +ethernet +modemmanager ofono policykit +ppp resolvconf resolvfiles +testing thr eads tools +udev +wifi" 17 IUSE="bluetooth +crosmetrics +debug +dhcpcd +dhclient +diagnostics dnsproxy doc +ethernet +modemmanager ofono policykit +ppp resolvconf resolvfiles +testing thr eads tools +udev +wifi"
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 fi 119 fi
120 120
121 if use testing; then 121 if use testing; then
122 exeinto /usr/lib/flimflam/test 122 exeinto /usr/lib/flimflam/test
123 doexe test/* || die 123 doexe test/* || die
124 fi 124 fi
125 125
126 insinto /usr/lib/debug 126 insinto /usr/lib/debug
127 doins flimflamd.sym 127 doins flimflamd.sym
128 } 128 }
OLDNEW
« no previous file with comments | « chromeos-base/crash-reporter/crash-reporter-0.0.1-r7.ebuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698