commit:     d0230377858f7ff50eb9e7b8075f88a993717b59
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 09:12:03 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 09:12:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0230377

fdo-mime.eclass: Remove last-rited eclass

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 eclass/fdo-mime.eclass | 43 -------------------------------------------
 1 file changed, 43 deletions(-)

diff --git a/eclass/fdo-mime.eclass b/eclass/fdo-mime.eclass
deleted file mode 100644
index 3aa45919b37..00000000000
--- a/eclass/fdo-mime.eclass
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# No consumers left. Removal in 30 days.
-
-# @ECLASS: fdo-mime.eclass
-# @MAINTAINER:
-# [email protected]
-# @AUTHOR:
-# Original author: foser <[email protected]>
-# @BLURB: Utility eclass to update the desktop mime info as laid out in the 
freedesktop specs & implementations
-# @DEPRECATED: xdg-utils
-# @DESCRIPTION:
-# This eclass is DEPRECATED. Please use xdg-utils or xdg instead.
-
-# @FUNCTION: fdo-mime_desktop_database_update
-# @DESCRIPTION:
-# Updates the desktop database.
-# Generates a list of mimetypes linked to applications that can handle them
-fdo-mime_desktop_database_update() {
-       has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX=
-       has "${EAPI:-0}" 0 1 2 && ! use prefix && EROOT="${ROOT}"
-       if [ -x "${EPREFIX}/usr/bin/update-desktop-database" ]
-       then
-               einfo "Updating desktop mime database ..."
-               "${EPREFIX}/usr/bin/update-desktop-database" -q 
"${EROOT}usr/share/applications"
-       fi
-}
-
-# @FUNCTION: fdo-mime_mime_database_update
-# @DESCRIPTION:
-# Update the mime database.
-# Creates a general list of mime types from several sources
-fdo-mime_mime_database_update() {
-       has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX=
-       has "${EAPI:-0}" 0 1 2 && ! use prefix && EROOT="${ROOT}"
-       if [ -x "${EPREFIX}/usr/bin/update-mime-database" ]
-       then
-               einfo "Updating shared mime info database ..."
-               "${EPREFIX}/usr/bin/update-mime-database" 
"${EROOT}usr/share/mime"
-       fi
-}

Reply via email to