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