From 1f3423eafa2bf9e3c7fe134860f30f231a9838a1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 Jun 2019 14:55:50 +0200 Subject: [PATCH] sys-apps/hashboot: Updated live ebuild. Package-Manager: Portage-2.3.66, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07 --- sys-apps/hashboot/Manifest | 10 +++++----- sys-apps/hashboot/hashboot-9999.ebuild | 9 +++++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/sys-apps/hashboot/Manifest b/sys-apps/hashboot/Manifest index 1af892f..ccd1286 100644 --- a/sys-apps/hashboot/Manifest +++ b/sys-apps/hashboot/Manifest @@ -3,12 +3,12 @@ Hash: SHA256 DIST 0.9.13.tar.gz 6726 BLAKE2B 0eaf486a2cddf9d7fdb857e2f3812c5b2af0585bb7ae3926941298ee29f58ccd44046f68fe2f84d38a08fe0fa1693ce687561ece676858523d28c394a429057a SHA512 ce90b420086439c114b31bf03c21e0065034f638b1e76592e87bad8db7d85cf0b760174baa81fcc796fbfe23faef2e614f37eccdc030f66953b9dbefb2b743b1 EBUILD hashboot-0.9.13.ebuild 699 BLAKE2B a47bba3f2506ede5241fde66104caeaa337056c302f1473666b6e5d38ef6317d22df9918f33b5f92c36d71f8ae7c246d73f4cc00cf7b2dfda50015f2fa022f6c SHA512 08e920202fb9dbc9977c2449ce2176c4c8bfe76101d07d798fb28e00565caa9f07a91d87d32fddca7f228684a32cf8181aabdace03a01ba21f44eca26122cab5 -EBUILD hashboot-9999.ebuild 693 BLAKE2B ab5fbe6fd454fa345719c95d926b63122bd6fd138fab97907bc82f1aa0dbae39ee79ae0e0da03fad75116030fa03d658874069314f6c7f0e7c9d3b4bed4f3e07 SHA512 8fb5cfdab406b43fe6d63c450dc3ad1096f50948705e6fde797e51170f182cc0b34ecf3898d354d309ddca66bd9238abf75c84240384782713073d1a66d3beb2 +EBUILD hashboot-9999.ebuild 850 BLAKE2B 7ed811f7b5d7743962453ac980d9c5778fa56690f4a22cf90e93d92764c29f221966980e902f17d1fa58ab8b9fe672cde3c7fe88246fe94554063b357cd6b81d SHA512 aceeaceb1edc713f8003b1b804d8686a3ded66df58064a4ee31ed78855b8e0b2553ce5e1a17fade7bf38209b6c757a7b612776fe8fc53a913d9a8a63a082029e MISC metadata.xml 443 BLAKE2B 4b562b673e1b5a99d6153523ccf765a16c38d4f67274738cd8b6bb2a7183953a31e7acb5f75e8e2e28fa3b7d45c7fda2bcd00361db4e8249b7c62a2a68285a1b SHA512 b123b326da307b842efdc61059442172b3a0047b0238ec5d210cbfb30e7154897bdf39ea5ceb1fea5d2c1f1bf5647d3083fc52c94b083bdaaad2ecf4aec4f17e -----BEGIN PGP SIGNATURE----- -iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXJ8tZQAKCRDPw5SX8bJu -BwPPAQCJnfRVOvWd0liRpNFvMCaoMU5tRHTra+7nKpFmu9VCYgD/ZtapcUmzA0Rw -JQfCZzg5Ls1j2eQgbauvDrJ9TGAe4LA= -=HJoe +iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXQuCVgAKCRDPw5SX8bJu +B49hAPwL1wrKQ2veI+hyf2ktWeOJ+QQ5qBIMoFSPsJ3P8MD7dgEAgYbiX8NgNN5z +y4nxj6TmahTcO7TjKAuEzHW4KsnqBVw= +=B60n -----END PGP SIGNATURE----- diff --git a/sys-apps/hashboot/hashboot-9999.ebuild b/sys-apps/hashboot/hashboot-9999.ebuild index d37849a..adb8669 100644 --- a/sys-apps/hashboot/hashboot-9999.ebuild +++ b/sys-apps/hashboot/hashboot-9999.ebuild @@ -17,8 +17,7 @@ IUSE="firmware" RDEPEND="firmware? ( sys-apps/flashrom )" DEPEND="app-text/asciidoc" -src_preinst() { - default +pkg_preinst() { if grep -q '^rc_parallel="YES"' /etc/rc.conf; then ewarn "hashboot does not work properly with parallel boot enabled." fi @@ -33,4 +32,10 @@ src_install() { dobin hashboot newinitd init/openrc hashboot doman ${PN}.1 + exeinto etc/kernel/postinst.d + newexe hooks/kernel-postinst zzz-hashboot +} + +pkg_postinst() { + elog "You have to run hashboot index before enabling the init script." }