commit: 3cedf70bf17d48685333cc3072c2c371c2cab179 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 18:53:08 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 19:11:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cedf70b
x11-themes/gentoo-artwork-livecd: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697140 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../gentoo-artwork-livecd/gentoo-artwork-livecd-2006.1.ebuild | 10 ++++------ .../gentoo-artwork-livecd/gentoo-artwork-livecd-2007.0.ebuild | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2006.1.ebuild b/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2006.1.ebuild index c78a5634637..e0775b0ff01 100644 --- a/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2006.1.ebuild +++ b/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2006.1.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 DESCRIPTION="A collection of Gentoo Linux wallpapers for the LiveCD" -SRC_URI="https://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="https://www.gentoo.org/" +SRC_URI="https://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" -KEYWORDS="alpha amd64 ia64 ppc x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc x86" IUSE="" RESTRICT="binchecks strip" -DEPEND="" - S=${WORKDIR} src_install() { diff --git a/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2007.0.ebuild b/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2007.0.ebuild index c78a5634637..e0775b0ff01 100644 --- a/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2007.0.ebuild +++ b/x11-themes/gentoo-artwork-livecd/gentoo-artwork-livecd-2007.0.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 DESCRIPTION="A collection of Gentoo Linux wallpapers for the LiveCD" -SRC_URI="https://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" HOMEPAGE="https://www.gentoo.org/" +SRC_URI="https://dev.gentoo.org/~wolf31o2/sources/${PN}/${P}.tar.bz2" -KEYWORDS="alpha amd64 ia64 ppc x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc x86" IUSE="" RESTRICT="binchecks strip" -DEPEND="" - S=${WORKDIR} src_install() {
