mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
*: Get rid of EAPI 2
This commit is contained in:
parent
66998b495a
commit
1f61b80842
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2017-2018 CoreOS, Inc.. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=2
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Packages to be installed in a torcx image for Docker"
|
||||
|
||||
@ -20,6 +20,8 @@ RDEPEND="
|
||||
~sys-process/tini-0.19.0
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
insinto /.torcx
|
||||
newins "${FILESDIR}/${P}-manifest.json" manifest.json
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2016 CoreOS, Inc.. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=2
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="CoreOS OEM suite for Google Compute Engine (meta package)"
|
||||
HOMEPAGE=""
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=2
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="CoreOS (meta package)"
|
||||
HOMEPAGE="http://coreos.com"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=2
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="List of packages that are needed on the buildhost (meta package)"
|
||||
HOMEPAGE="http://src.chromium.org"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Copyright (c) 2012 The CoreOS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=2
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="CoreOS Kernel virtual package"
|
||||
HOMEPAGE="http://www.coreos.com"
|
Loading…
Reference in New Issue
Block a user