diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-09-06 11:13:43 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-07 13:53:47 -0700 |
commit | 85f6ff816dae4e9957b5f39b489ab1ae16e74184 (patch) | |
tree | ff56e0e5b6a7d25aa36d7f4e54792fc25effa9f3 /eclass/gnome2-utils.eclass | |
parent | sys-apps/haveged: version bump to 1.9.8 (diff) | |
download | gentoo-85f6ff816dae4e9957b5f39b489ab1ae16e74184.tar.gz gentoo-85f6ff816dae4e9957b5f39b489ab1ae16e74184.tar.bz2 gentoo-85f6ff816dae4e9957b5f39b489ab1ae16e74184.zip |
gnome2-utils.eclass: remove redundant @USAGE lines
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass/gnome2-utils.eclass')
-rw-r--r-- | eclass/gnome2-utils.eclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 06683a7467f8..c9765f6fd914 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -297,7 +297,6 @@ gnome2_schemas_savelist() { } # @FUNCTION: gnome2_schemas_update -# @USAGE: gnome2_schemas_update # @DESCRIPTION: # Updates GSettings schemas. # This function should be called from pkg_postinst and pkg_postrm. @@ -328,7 +327,6 @@ gnome2_gdk_pixbuf_savelist() { } # @FUNCTION: gnome2_gdk_pixbuf_update -# @USAGE: gnome2_gdk_pixbuf_update # @DESCRIPTION: # Updates gdk-pixbuf loader cache if GNOME2_ECLASS_GDK_PIXBUF_LOADERS has some. # This function should be called from pkg_postinst and pkg_postrm. @@ -360,7 +358,6 @@ gnome2_gdk_pixbuf_update() { } # @FUNCTION: gnome2_query_immodules_gtk2 -# @USAGE: gnome2_query_immodules_gtk2 # @DESCRIPTION: # Updates gtk2 immodules/gdk-pixbuf loaders listing. gnome2_query_immodules_gtk2() { @@ -374,7 +371,6 @@ gnome2_query_immodules_gtk2() { } # @FUNCTION: gnome2_query_immodules_gtk3 -# @USAGE: gnome2_query_immodules_gtk3 # @DESCRIPTION: # Updates gtk3 immodules/gdk-pixbuf loaders listing. gnome2_query_immodules_gtk3() { @@ -388,7 +384,6 @@ gnome2_query_immodules_gtk3() { } # @FUNCTION: gnome2_giomodule_cache_update -# @USAGE: gnome2_giomodule_cache_update # @DESCRIPTION: # Updates glib's gio modules cache. # This function should be called from pkg_postinst and pkg_postrm. |