mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
fix(coreos-overlay): Fix improper EAPI declarations
EAPI needs to be the first thing in an ebuild. This clears up useless errors from tools scanning the tree like emirrordist.
This commit is contained in:
parent
202ef5dff1
commit
8f85d10990
@ -1,9 +1,10 @@
|
||||
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
CROS_WORKON_COMMIT="6c2d8194633ffe128f3afbc094a03ef22bd29a8a"
|
||||
CROS_WORKON_TREE="3fac66aefc84fb25e5359292e9153c676ccbbf6f"
|
||||
|
||||
EAPI=2
|
||||
|
||||
CROS_WORKON_COMMIT="6c2d8194633ffe128f3afbc094a03ef22bd29a8a"
|
||||
CROS_WORKON_TREE="3fac66aefc84fb25e5359292e9153c676ccbbf6f"
|
||||
CROS_WORKON_PROJECT="chromiumos/third_party/autotest"
|
||||
CROS_WORKON_LOCALNAME=../third_party/autotest
|
||||
CROS_WORKON_SUBDIR=files
|
||||
|
@ -2,10 +2,10 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
inherit confutils
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit confutils
|
||||
|
||||
DESCRIPTION="NVRAM image for the brcmfmac driver"
|
||||
HOMEPAGE="http://src.chromium.org"
|
||||
SRC_URI=""
|
||||
|
@ -6,12 +6,13 @@
|
||||
# project. It is not cros-work-able if changes to the protobufs are needed
|
||||
# these should be done in the Chromium repository.
|
||||
|
||||
EAPI="2"
|
||||
|
||||
EGIT_REPO_SERVER="http://git.chromium.org"
|
||||
EGIT_REPO_URI="${EGIT_REPO_SERVER}/chromium/src/chrome/browser/policy/proto.git"
|
||||
EGIT_PROJECT="proto"
|
||||
EGIT_COMMIT="18f481b411ea0a861f0879af2065effce0e1fe6c"
|
||||
|
||||
EAPI="2"
|
||||
inherit git
|
||||
|
||||
DESCRIPTION="Protobuf installer for the device policy proto definitions."
|
||||
|
@ -1,9 +1,10 @@
|
||||
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
CROS_WORKON_COMMIT="6c2d8194633ffe128f3afbc094a03ef22bd29a8a"
|
||||
CROS_WORKON_TREE="3fac66aefc84fb25e5359292e9153c676ccbbf6f"
|
||||
|
||||
EAPI=2
|
||||
|
||||
CROS_WORKON_COMMIT="6c2d8194633ffe128f3afbc094a03ef22bd29a8a"
|
||||
CROS_WORKON_TREE="3fac66aefc84fb25e5359292e9153c676ccbbf6f"
|
||||
CROS_WORKON_PROJECT="chromiumos/third_party/autotest"
|
||||
CROS_WORKON_LOCALNAME=../third_party/autotest
|
||||
CROS_WORKON_SUBDIR=files
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.9.ebuild,v 1.3 2010/12/05 17:19:14 arfrever Exp $
|
||||
CROS_WORKON_COMMIT="fc2cf1403860ebc8769dfa36cf7dcdebc1baa305"
|
||||
CROS_WORKON_TREE="9fac2f50764a0dd604f1d1c3458343cedc871d1d"
|
||||
|
||||
EAPI=4
|
||||
|
||||
CROS_WORKON_COMMIT="fc2cf1403860ebc8769dfa36cf7dcdebc1baa305"
|
||||
CROS_WORKON_TREE="9fac2f50764a0dd604f1d1c3458343cedc871d1d"
|
||||
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
|
||||
CROS_WORKON_PROJECT="chromiumos/third_party/mesa"
|
||||
CROS_WORKON_LOCALNAME="../third_party/mesa"
|
||||
|
Loading…
Reference in New Issue
Block a user