sys-apps/hashboot: New init script location, added firmware flag.
Package-Manager: Portage-2.3.62, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
95dd71786d
commit
ff8d62db14
|
@ -1,4 +1,4 @@
|
||||||
"THE HUG-WARE LICENSE" (Revision 1):
|
"THE HUG-WARE LICENSE" (Revision 2):
|
||||||
xo <xo@rotce.de> and tastytea <tastytea@tastytea.de> wrote these files. As long
|
teldra <teldra@rotce.de> and tastytea <tastytea@tastytea.de> wrote this.
|
||||||
as you retain this notice you can do whatever you want with this stuff. If we
|
As long as you retain this notice you can do whatever you want with this.
|
||||||
meet some day, and you think this stuff is worth it, you can give us a hug.
|
If we meet some day, and you think this is nice, you can give us a hug.
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
-----BEGIN PGP SIGNED MESSAGE-----
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
Hash: SHA256
|
Hash: SHA256
|
||||||
|
|
||||||
EBUILD hashboot-9999.ebuild 840 BLAKE2B dbb402ae5b0854e367721938548a1bfb0fda3b0e3f939ca5a828a4dd17692e23792cfa3ef65e7b9b61d26549a4b7a38bda574e0725ae32ad9883f4469635185a SHA512 b2ddf81fb80521004521b0f7cca2f88d3d384c09c62ddb963a81ef7c92b4e1d968b3940fb40309a10b9053c6b45f3ff4d4a285f11fdf8e11574d143c1b936617
|
EBUILD hashboot-9999.ebuild 693 BLAKE2B ab5fbe6fd454fa345719c95d926b63122bd6fd138fab97907bc82f1aa0dbae39ee79ae0e0da03fad75116030fa03d658874069314f6c7f0e7c9d3b4bed4f3e07 SHA512 8fb5cfdab406b43fe6d63c450dc3ad1096f50948705e6fde797e51170f182cc0b34ecf3898d354d309ddca66bd9238abf75c84240384782713073d1a66d3beb2
|
||||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
MISC metadata.xml 564 BLAKE2B eb11f8ef0db175268688e1a31e741285d369d75e5cb7f25ce5810e9310851f42ab56dc34edf1b3b2e7726fb36f673726b554a44a112bdb33c2db8264e42e5027 SHA512 a4c10a48c0eb6258dd3e3b63c7012cf3231328029beaf1b25a9ed92b8726efabd982a7672662fc059862393c81b8435b20057d9b613fc15a0abc6802722ae7f0
|
||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXHKsJwAKCRDPw5SX8bJu
|
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXJ6miAAKCRDPw5SX8bJu
|
||||||
B/kYAPwKidiqB4rLe1TLWcH274FWSjQ1ak5m6WseZEGyq6YTEQD/dDctqmmj2MBf
|
B9W1AP9NDgT5v5BjtCIgW9lY42lhx55M9YE/QBpzrKSeeYrjrAD7B9Cp9D7R5Ck/
|
||||||
vSp3yJvO73Nlr4vtcaXmSov878ozqho=
|
EqYSWWLubPUmJRFhjyQHCqBJLpAQWuA=
|
||||||
=5ORl
|
=GtS2
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
||||||
|
|
|
@ -12,26 +12,14 @@ HOMEPAGE="https://github.com/tastytea/hashboot/"
|
||||||
LICENSE="hug-ware"
|
LICENSE="hug-ware"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS=""
|
KEYWORDS=""
|
||||||
IUSE=""
|
IUSE="firmware"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="firmware? ( sys-apps/flashrom )"
|
||||||
sys-apps/coreutils
|
DEPEND="app-text/asciidoc"
|
||||||
app-arch/tar
|
|
||||||
sys-apps/findutils
|
|
||||||
sys-apps/grep
|
|
||||||
virtual/awk
|
|
||||||
app-shells/bash:*
|
|
||||||
sys-apps/util-linux
|
|
||||||
sys-apps/diffutils
|
|
||||||
sys-apps/sed
|
|
||||||
app-text/asciidoc
|
|
||||||
"
|
|
||||||
DEPEND="sys-apps/grep"
|
|
||||||
|
|
||||||
src_preinst() {
|
src_preinst() {
|
||||||
default
|
default
|
||||||
if grep -q '^rc_parallel="YES"' /etc/rc.conf
|
if grep -q '^rc_parallel="YES"' /etc/rc.conf; then
|
||||||
then
|
|
||||||
ewarn "hashboot does not work properly with parallel boot enabled."
|
ewarn "hashboot does not work properly with parallel boot enabled."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
@ -41,8 +29,8 @@ src_compile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dodoc README.md
|
default
|
||||||
dobin hashboot
|
dobin hashboot
|
||||||
newinitd initscript.openrc hashboot
|
newinitd init/openrc hashboot
|
||||||
doman ${PN}.1
|
doman ${PN}.1
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,4 +5,14 @@
|
||||||
<email>gentoo@tastytea.de</email>
|
<email>gentoo@tastytea.de</email>
|
||||||
<name>tastytea</name>
|
<name>tastytea</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<maintainer status="active">
|
||||||
|
<name>tastytea</name>
|
||||||
|
<email>tastytea@tastytea.de</email>
|
||||||
|
</maintainer>
|
||||||
|
<bugs-to>https://github.com/tastytea/hashboot/issues</bugs-to>
|
||||||
|
</upstream>
|
||||||
|
<use>
|
||||||
|
<flag name="firmware">Enable firmware support through sys-apps/flashrom.</flag>
|
||||||
|
</use>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|
Reference in New Issue
Block a user