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

Side by Side Diff: app-laptop/laptop-mode-tools/laptop-mode-tools-9999.ebuild

Issue 2943004: arm: enable laptop-mode-tools (Closed) Base URL: ssh://git@gitrw.chromium.org:9222//chromiumos-overlay.git
Patch Set: Created 10 years, 5 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 1999-2009 Gentoo Foundation 1 # Copyright 1999-2009 Gentoo Foundation
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 # $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-laptop/laptop-mode -tools/laptop-mode-tools-1.52.ebuild,v 1.1 2009/10/16 18:42:23 bangert Exp $ 3 # $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/app-laptop/laptop-mode -tools/laptop-mode-tools-1.52.ebuild,v 1.1 2009/10/16 18:42:23 bangert Exp $
4 4
5 EAPI="2" 5 EAPI="2"
6 6
7 inherit cros-workon 7 inherit cros-workon
8 8
9 DESCRIPTION="Linux kernel laptop_mode user-space utilities" 9 DESCRIPTION="Linux kernel laptop_mode user-space utilities"
10 HOMEPAGE="http://www.samwel.tk/laptop_mode/" 10 HOMEPAGE="http://www.samwel.tk/laptop_mode/"
11 11
12 LICENSE="GPL-2" 12 LICENSE="GPL-2"
13 SLOT="0" 13 SLOT="0"
14 KEYWORDS="~amd64 ~x86" 14 KEYWORDS="~amd64 ~x86 ~arm"
15 15
16 IUSE="bluetooth" 16 IUSE="bluetooth"
17 17
18 DEPEND="" 18 DEPEND=""
19 19
20 RDEPEND="sys-apps/ethtool 20 RDEPEND="sys-apps/ethtool
21 acpi? ( sys-power/acpid ) 21 acpi? ( sys-power/acpid )
22 apm? ( sys-apps/apmd ) 22 apm? ( sys-apps/apmd )
23 bluetooth? ( 23 bluetooth? (
24 || ( 24 || (
(...skipping 30 matching lines...) Expand all
55 ewarn "automatically disable laptop_mode on low battery." 55 ewarn "automatically disable laptop_mode on low battery."
56 ewarn 56 ewarn
57 ewarn "This means you can lose up to 10 minutes of work if runni ng" 57 ewarn "This means you can lose up to 10 minutes of work if runni ng"
58 ewarn "out of battery while laptop_mode is enabled." 58 ewarn "out of battery while laptop_mode is enabled."
59 ewarn 59 ewarn
60 ewarn "Please see /usr/share/doc/${PF}/laptop-mode.txt.gz for fu rther" 60 ewarn "Please see /usr/share/doc/${PF}/laptop-mode.txt.gz for fu rther"
61 ewarn "information." 61 ewarn "information."
62 ewarn 62 ewarn
63 fi 63 fi
64 } 64 }
OLDNEW
« no previous file with comments | « app-laptop/laptop-mode-tools/laptop-mode-tools-1.52.ebuild ('k') | chromeos-base/chromeos/chromeos-0.0.1.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698