--- /usr/portage/eclass/fox.eclass 2011-08-09 05:31:13.000000000 +0100 +++ eclass/fox.eclass 2011-10-21 17:56:00.308282746 +0100 @@ -202,13 +202,12 @@ fox_pkg_postinst() { if [ -z "${FOX_COMPONENT}" ] ; then echo - einfo "Multiple versions of the FOX Toolkit library may now be installed" - einfo "in parallel SLOTs on the same system." - einfo - einfo "The reswrap utility and the applications included in the FOX Toolkit" - einfo "(adie, calculator, pathfinder, shutterbug) are now available as" - einfo "separate ebuilds." + einfo "The applications bundled with the FOX Toolkit are now available as" + einfo "app-editors/adie, dev-util/reswrap, sci-calculators/calculator," + einfo "x11-misc/pathfinder and x11-misc/shutterbug." echo + # Version specific. Remove once all fox-1.6* are gone. + if [[ "${FOXVER}" < "1.7" ]] ; then einfo "The fox-config script has been installed as fox-${FOXVER}-config." einfo "The fox-wrapper package is used to direct calls to fox-config" einfo "to the correct versioned script, based on the WANT_FOX variable." @@ -217,4 +216,5 @@ einfo " WANT_FOX=\"${FOXVER}\" fox-config " einfo fi + fi }