Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 18249 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/sbin/ebuild.sh.orig (-4 / +13 lines)
Lines 966-980 Link Here
966
	echo "One or more of the following options can then be specified.  If more"
966
	echo "One or more of the following options can then be specified.  If more"
967
	echo "than one option is specified, each will be executed in order."
967
	echo "than one option is specified, each will be executed in order."
968
	echo
968
	echo
969
	echo "  help        : show this help screen"
969
	echo "  setup       : execute package specific setup actions"
970
	echo "  setup       : execute package specific setup actions"
970
	echo "  fetch       : download source archive(s) and patches"
971
	echo "  fetch       : download source archive(s) and patches"
972
	echo "  digest      : creates a digest and a manifest file for the package"
973
	echo "  manifest    : creates a manifest file for the package"
971
	echo "  unpack      : unpack/patch sources (auto-fetch if needed)"
974
	echo "  unpack      : unpack/patch sources (auto-fetch if needed)"
972
	echo "  compile     : compile sources (auto-fetch/unpack if needed)"
975
	echo "  compile     : compile sources (auto-fetch/unpack if needed)"
973
	echo "  merge       : merge image into live filesystem, recording files in db"
976
	echo "  preinst     : execute pre-install instructions"
974
	echo "                (auto-fetch/unpack/compile if needed)"
977
	echo "  postinst    : execute post-install instructions"
978
	echo "  install     : installs the package to the temporary install directory"
979
	echo "  qmerge      : merge image into live filesystem, recording files in db"
980
	echo "  merge       : does fetch, unpack, compile, install and qmerge"
981
	echo "  prerm       : execute pre-removal instructions"
982
	echo "  postrm      : execute post-removal instructions"
975
	echo "  unmerge     : remove package from live filesystem"
983
	echo "  unmerge     : remove package from live filesystem"
976
	echo "  package     : create tarball package of type ${PACKAGE}"
984
	echo "  config      : execute package specific configuration actions"
977
	echo "                (will be stored in ${PKGDIR}/All)"
985
	echo "  package     : create tarball package in ${PKGDIR}/All"
986
	echo "  rpm         : builds a RedHat RPM package"
978
	echo "  clean       : clean up all source and temporary files"
987
	echo "  clean       : clean up all source and temporary files"
979
	echo
988
	echo
980
	echo "The following settings will be used for the ebuild process:"
989
	echo "The following settings will be used for the ebuild process:"

Return to bug 18249