Merge pull request #75 from philips/fixup-installer

Fixup installer
This commit is contained in:
Brandon Philips 2013-07-17 15:11:50 -07:00
commit 06d86fc220
4 changed files with 8 additions and 8 deletions

View File

@ -0,0 +1 @@
coreos-installer-0.0.1.ebuild

View File

@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="0aa57d238f41ea3e57287c93fb5a6792799e1c04"
CROS_WORKON_TREE="6de051af53074e2253d89fbb5a808bcea591267c"
CROS_WORKON_COMMIT="9d8159f6ce5902652f377ebbb19c86e844356c85"
CROS_WORKON_PROJECT="coreos/installer"
CROS_WORKON_LOCALNAME="installer"
CROS_WORKON_OUTOFTREE_BUILD=1
@ -11,8 +10,7 @@ CROS_WORKON_REPO="git://github.com"
inherit cros-workon cros-debug cros-au
DESCRIPTION="Chrome OS Installer"
HOMEPAGE="http://www.chromium.org/"
DESCRIPTION="CoreOS Installer"
SRC_URI=""
LICENSE="BSD"
@ -80,4 +78,5 @@ src_install() {
exeinto /${path}
doexe chromeos-*
doexe coreos-*
}

View File

@ -9,8 +9,7 @@ CROS_WORKON_REPO="git://github.com"
inherit cros-workon cros-debug cros-au
DESCRIPTION="Chrome OS Installer"
HOMEPAGE="http://www.chromium.org/"
DESCRIPTION="CoreOS Installer"
SRC_URI=""
LICENSE="BSD"
@ -19,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE="32bit_au cros_host"
DEPEND="
chromeos-base/verity
coreos-base/verity
dev-cpp/gmock"
# TODO(adlr): remove coreutils dep if we move to busybox
@ -78,4 +77,5 @@ src_install() {
exeinto /${path}
doexe chromeos-*
doexe coreos-*
}

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="0a4f48dbf9585c45a5953ba37370afeb303717a5"
CROS_WORKON_COMMIT="30e8455fb95d83fc6dae82a504c6d16273a7775e"
CROS_WORKON_PROJECT="coreos/update_engine"
CROS_WORKON_REPO="git://github.com"