*: Get rid of EAPI 2

This commit is contained in:
Krzesimir Nowak 2021-09-16 18:58:00 +02:00
parent 66998b495a
commit 1f61b80842
8 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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=""

View File

@ -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"

View File

@ -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"

View File

@ -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"