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