commit:     b03d8cd55475da80d0bd2895545f9d251fba7fd7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 17:21:15 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 17:45:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03d8cd5

sys-apps/lcdsplash: Port to EAPI 6

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-apps/lcdsplash/Manifest             |  2 +-
 sys-apps/lcdsplash/lcdsplash-0.3.ebuild | 15 ++++++++-------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/sys-apps/lcdsplash/Manifest b/sys-apps/lcdsplash/Manifest
index aff6e0aa550..93be25c41f6 100644
--- a/sys-apps/lcdsplash/Manifest
+++ b/sys-apps/lcdsplash/Manifest
@@ -1 +1 @@
-DIST lcdsplash-0.3.tar.bz2 8121 SHA256 
0d5db8b897fa6508bbebf7dcc12a5afdf3f48178d72a247d3d8b611c68645c9c SHA512 
4d40200882260c31cfe20988cf64d27be0af7f1ab983e5a998dcaeafede074e882379508a775f54690105591e0802eb897559eb7437d81f0b24096dd8c363243
 WHIRLPOOL 
f4d98cab8057080a643ec5f90d9ff878c4b6647190b256261328105614f9fef6a16a3214432aec44b9afb0eab42bc02973f2641ac6babcf4ef52496550a2d94c
+DIST lcdsplash-0.3.tar.bz2 8121 BLAKE2B 
52baebd47f6b72fd55c3afaa4a44803fd71b3674419a6fe43b8a642cdfbd14fd964e82db995707e48b23ccf0d323f9f6853f1a5558ae3ff64b6332cc9880ecf1
 SHA512 
4d40200882260c31cfe20988cf64d27be0af7f1ab983e5a998dcaeafede074e882379508a775f54690105591e0802eb897559eb7437d81f0b24096dd8c363243

diff --git a/sys-apps/lcdsplash/lcdsplash-0.3.ebuild 
b/sys-apps/lcdsplash/lcdsplash-0.3.ebuild
index 34046a4e316..21435a81ead 100644
--- a/sys-apps/lcdsplash/lcdsplash-0.3.ebuild
+++ b/sys-apps/lcdsplash/lcdsplash-0.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit multilib
+EAPI=6
 
 DESCRIPTION="splash Gentoo boot information on LCD's"
 HOMEPAGE="https://www.gentoo.org/";
@@ -13,18 +13,19 @@ SLOT="0"
 KEYWORDS="hppa ~mips x86"
 IUSE=""
 
-DEPEND="mips? ( sys-apps/lcdutils )"
+RDEPEND="mips? ( sys-apps/lcdutils )"
 
 S=${WORKDIR}/${PN}
 
 src_install() {
        insinto /sbin
-       doins splash-functions.sh || die "splash"
+       doins splash-functions.sh
+
        insinto /$(get_libdir)/rcscripts/lcdsplash
-       doins -r modules/* || die "modules"
+       doins -r modules/.
 
        insinto /etc
-       doins lcdsplash.conf || die "conf"
+       doins lcdsplash.conf
 
-       dodoc README
+       einstalldocs
 }

Reply via email to