diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-29 13:52:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 20:37:34 +0200 |
commit | 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch) | |
tree | ad19729542f1e853b610fbb243f35a6292279efd /media-gfx/splash-themes-livecd | |
parent | dev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff) | |
download | gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.gz gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.bz2 gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.zip |
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199
Diffstat (limited to 'media-gfx/splash-themes-livecd')
5 files changed, 15 insertions, 5 deletions
diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild index 0c33a319051b..47cedc02f9bc 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + S="${WORKDIR}/livecd-${PV}" DESCRIPTION="Gentoo theme for gensplash consoles" HOMEPAGE="https://www.gentoo.org/" diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild index 0a81732e5410..7a0bff437888 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + MY_P="gentoo-livecd-${PV}" MY_REV="0.9.1" DESCRIPTION="Gentoo theme for gensplash consoles" diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild index 75c895bd71a8..9f3806493a10 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + MY_P="gentoo-livecd-${PV}" MY_REV="0.9.2" DESCRIPTION="Gentoo theme for gensplash consoles" diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild index f33946acddeb..17bc45e58a98 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + MY_P="gentoo-livecd-${PV}" MY_REV="0.9.3" DESCRIPTION="Gentoo theme for gensplash consoles" diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild index cce53f3873b2..a47bd26782b6 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + MY_P="gentoo-livecd-${PV}" MY_REV="0.9.4" DESCRIPTION="Gentoo theme for gensplash consoles" |