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

(-)bin/ebuild.sh~ (-2 / +6 lines)
Lines 844-856 Link Here
844
	echo
844
	echo
845
	echo "  setup       : execute package specific setup actions"
845
	echo "  setup       : execute package specific setup actions"
846
	echo "  fetch       : download source archive(s) and patches"
846
	echo "  fetch       : download source archive(s) and patches"
847
	echo "  digest      : creates a digest file for the package"
847
	echo "  unpack      : unpack/patch sources (auto-fetch if needed)"
848
	echo "  unpack      : unpack/patch sources (auto-fetch if needed)"
848
	echo "  compile     : compile sources (auto-fetch/unpack if needed)"
849
	echo "  compile     : compile sources (auto-fetch/unpack if needed)"
849
	echo "  merge       : merge image into live filesystem, recording files in db"
850
	echo "  install     : installs the package to the temporary install directory"
850
	echo "                (auto-fetch/unpack/compile if needed)"
851
	echo "  qmerge      : merge image into live filesystem, recording files in db"
852
	echo "  merge       : does fetch, unpack, compile, install and qmerge"
851
	echo "  unmerge     : remove package from live filesystem"
853
	echo "  unmerge     : remove package from live filesystem"
854
	echo "  config      : execute package specific configuration actions"
852
	echo "  package     : create tarball package of type ${PACKAGE}"
855
	echo "  package     : create tarball package of type ${PACKAGE}"
853
	echo "                (will be stored in ${PKGDIR}/All)"
856
	echo "                (will be stored in ${PKGDIR}/All)"
857
	echo "  rpm         : builds a RedHat RPM package"
854
	echo "  clean       : clean up all source and temporary files"
858
	echo "  clean       : clean up all source and temporary files"
855
	echo
859
	echo
856
	echo "The following settings will be used for the ebuild process:"
860
	echo "The following settings will be used for the ebuild process:"

Return to bug 18249