sys-apps/hashboot: Updated to EAPI 7
the build was successful Details

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2019-02-05 10:37:04 +01:00
parent a99babd124
commit eba52562a1
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 12 additions and 17 deletions

View File

@ -1,12 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD hashboot-9999.ebuild 918 BLAKE2B 700eeea6ad6331b77d4a533a69863d72e50f309a733d23ae5a3a91342a4d92baea796ebefba5ac140c0a4d38bd16b1151c8861285689d9a3fde41d6d4eb087af SHA512 34b99cea659befa8edbe198b02210595f684a80ea336852aab61a869de233b688e2623217141c217b2b86905429571418022e5e4314046a6691db66b2173459d
EBUILD hashboot-9999.ebuild 837 BLAKE2B a65c5de4c109d13f06c7cf30888ab2fcef3e4477e186305d2f52be7a9a7b0190d393e1166af8733bb4cd394efdd345a5347f0f51af62df138495f31f8814e274 SHA512 57cd7b97dfb160caba7f048a71ad709c4f59ce9a10c5261399624dad013be4ee6f7242baec5113af0436f22b241da25604b6a0c953b0b7c7b52bfa55a4cebf3c
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW0zXQAAKCRDPw5SX8bJu
B6XuAP9dAZDbZp4WMzsQvEQvpZSleNCqVJR0koRK1YW6dApjowD/SU/9i5oDXE+T
n60R1Iss6FQX4Mpf3aGYnDHshl+BWaw=
=aBmt
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXFlZNAAKCRDPw5SX8bJu
BwnzAPsHN7Y+fKp6DQbCIfhr08I+IIhLRXakI7iqz3Rm/Ge/AAD/Q9S8hqLTM+F2
VJjrYlmotwFDaMorolE+DADxOCPauQQ=
=G02O
-----END PGP SIGNATURE-----

View File

@ -1,14 +1,14 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
EAPI=7
EGIT_REPO_URI="https://github.com/tastytea/hashboot.git"
inherit eutils git-r3
inherit git-r3
DESCRIPTION="Check integrity of files in /boot"
HOMEPAGE="https://git.tastytea.de/?p=hashboot.git"
HOMEPAGE="https://github.com/tastytea/hashboot/"
LICENSE="hug-ware"
SLOT="0"
KEYWORDS=""
@ -20,21 +20,19 @@ RDEPEND="
sys-apps/findutils
sys-apps/grep
virtual/awk
app-shells/bash
app-shells/bash:*
sys-apps/util-linux
sys-apps/diffutils
sys-apps/sed
"
DEPEND="${RDEPEND}
"
PDEPEND="
"
DEPEND="sys-apps/grep"
src_unpack() {
git-r3_src_unpack
}
src_prepare() {
default
if grep -q '^rc_parallel="YES"' /etc/rc.conf
then
ewarn "hashboot does not work properly with parallel boot enabled."
@ -42,13 +40,10 @@ src_prepare() {
mkdir init
mv initscript.openrc init/hashboot
mv LICENSE HUG-WARE
}
src_install() {
dodoc README
insinto /usr/portage/licenses
doins HUG-WARE
dobin hashboot
doinitd init/hashboot