OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |