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

Side by Side Diff: chromeos-base/autox/autox-0.0.1-r5.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 | « no previous file | chromeos-base/cashew/cashew-0.0.1-r7.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) 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="c0c738b9c790acddbe5a834accec01e8cc0297b7" 5 CROS_WORKON_COMMIT="8b510c7d95f89c46d8349f9e13eaf5fd422795a0"
6
6 inherit cros-workon 7 inherit cros-workon
7 8
8 DESCRIPTION="AutoX library for interacting with X apps" 9 DESCRIPTION="AutoX library for interacting with X apps"
9 HOMEPAGE="http://src.chromium.org" 10 HOMEPAGE="http://src.chromium.org"
10 SRC_URI="" 11 SRC_URI=""
11 LICENSE="BSD" 12 LICENSE="BSD"
12 SLOT="0" 13 SLOT="0"
13 KEYWORDS="amd64 arm x86" 14 KEYWORDS="amd64 arm x86"
14 IUSE="" 15 IUSE=""
15 16
16 RDEPEND="dev-python/python-xlib" 17 RDEPEND="dev-python/python-xlib"
17 DEPEND= 18 DEPEND=
18 19
19 src_install() { 20 src_install() {
20 insinto /usr/lib/python2.6/site-packages 21 insinto /usr/lib/python2.6/site-packages
21 doins autox.py 22 doins autox.py
22 } 23 }
OLDNEW
« no previous file with comments | « no previous file | chromeos-base/cashew/cashew-0.0.1-r7.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698