* gnome2.eclass: Pre-split clean-ups.
authorLeonardo Boshell <leonardop@gentoo.org>
Tue, 12 Dec 2006 02:58:22 +0000 (02:58 +0000)
committerLeonardo Boshell <leonardop@gentoo.org>
Tue, 12 Dec 2006 02:58:22 +0000 (02:58 +0000)
commit3835aceb312c6b787c6b776694ed9ac8921a0bdb
tree5be850395637addb1a8b7922cb87d75d1e872335
parent607c83daeb76f1eba4e1cbedcc35f1c49de12571
* gnome2.eclass: Pre-split clean-ups.

  Added a small comment header at the top.

  Prefix $SCROLLKEEPER_DIR with $ROOT and make sure it's used only in
  gnome2_scrollkeeper_update().

  (gnome2_src_configure): Clarify the comment for the addwrite call.

  (gnome2_src_install): Replace $SCROLLKEEPER_DIR with the local
  $sk_tmp_dir, since this function creates this dir under $D. Replace
  single debug-print call with specific mesages according to the method of
  installation used.

  (gnome2_gconf_install), (gnome2_gconf_uninstall): Added short comment.
  Return early if $GCONFTOOL_BIN is not valid. Declare F as local.

  (gnome2_icon_cache_update): Added short comment. Show output only if the
  function actually performs an update.

  (gnome2_omf_fix): Added comment about the function before its declaration.
  Removed redundant addition to $omf_makefiles.

  (gnome2_scrollkeeper_update): Added short comment.
eclass/gnome2.eclass