[meta-casio-9999] removed einfo for ewarn

This commit is contained in:
Suwako Moriya 2019-02-21 00:34:48 +01:00
parent 1fba6df06f
commit bebeae9157
2 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
EBUILD meta-casio-9999.ebuild 956 BLAKE2B e3eac7d269182e437af1cc4abc00851ff398ac07ebf7e199fb678f6dfbf3b9637f81206b72b4b1aad3927897f7f4be0153e5dde238c7a8edb160fb01d9ba5eba SHA512 56c0f4f451c9d0196a45519982b7f2ce6aa9c7e61ce8fe9bb80fdf2541db254567c190c0b7d23c3bcaccced997792f494d48de2346d39805a0f8c9822dd90239
EBUILD meta-casio-9999.ebuild 956 BLAKE2B 9681ee1f1119912224d516128958910857c9c57b130ee8206c7c123216bc69a6426bb63783366320d3e802fba96ee952e8e17c5ffdf426f5031d59e22cd11021 SHA512 871fb8289c69c5cd6cb9590b7d2151617cc3c599eada45a39a7e087e155664090d1167deb826e81d12439546da8caaf9dd4ae7b6fac0a19284fb872d08f8284b

View File

@ -16,12 +16,12 @@ BDEPEND=""
S="${WORKDIR}/add-in-wrapper/"
pkg_postinst() {
einfo "To compile software for calculator, you will need to install crossdev"
einfo "to do so, run emerge --ask crossdev"
einfo "then, you will need gcc, choose a target that suits for your calculator"
einfo " - \"sh3eb-elf\" for SH3 and SH4 Monochrome casio calculators"
einfo " - \"sh4eb-nofpu-elf\" for GRAPH 90+E or others specific uses"
einfo "run crossdev --target <target>"
einfo "it is normal that newlib won't compile, more info on the following link"
einfo "https://www.planet-casio.com/Fr/forums/topic15316-1-Complete-C-standard-library.html"
ewarn "To compile software for calculator, you will need to install crossdev"
ewarn "to do so, run emerge --ask crossdev"
ewarn "then, you will need gcc, choose a target that suits for your calculator"
ewarn " - \"sh3eb-elf\" for SH3 and SH4 Monochrome casio calculators"
ewarn " - \"sh4eb-nofpu-elf\" for GRAPH 90+E or others specific uses"
ewarn "run crossdev --target <target>"
ewarn "it is normal that newlib won't compile, more info on the following link"
ewarn "https://www.planet-casio.com/Fr/forums/topic15316-1-Complete-C-standard-library.html"
}