Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
$(use_enable qmanifest) \
$(use_enable openmp)
}
+
+pkg_postinst() {
+ local pvr
+ local doshow=
+ for pvr in ${REPLACING_VERSIONS} ; do
+ [[ ${pvr} != "0.8"[01]* ]] && doshow=true
+ done
+
+ if [[ ${doshow} == true ]] ; then
+ elog "This is a pre-release of the next version of Portage Utils"
+ elog "which has undergone significant changes. Please read the"
+ elog "manpages for applets like qlop(1) where argument options have"
+ elog "changed."
+ elog "There will likely be changes to come before 0.80, and bugs are"
+ elog "possible. Please report the latter, and request the former if"
+ elog "applicable."
+ fi
+}