public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonas Stein" <jstein@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/djview/
Date: Wed, 27 Dec 2017 23:57:52 +0000 (UTC)	[thread overview]
Message-ID: <1514418817.2d0b98dbc4dc0a0c94be70a7415e745e8ada67de.jstein@gentoo> (raw)

commit:     2d0b98dbc4dc0a0c94be70a7415e745e8ada67de
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 20:45:46 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 23:53:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0b98db

app-text/djview: fdo-mime to xdg-utils

Update from obsolete fdo-mime to xdg-utils without revbump,
because the used functions run the same code.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-text/djview/djview-4.10.3.ebuild | 6 +++---
 app-text/djview/djview-4.10.5.ebuild | 6 +++---
 app-text/djview/djview-4.10.6.ebuild | 6 +++---
 app-text/djview/djview-4.10.ebuild   | 6 +++---
 app-text/djview/djview-4.9.ebuild    | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/app-text/djview/djview-4.10.3.ebuild b/app-text/djview/djview-4.10.3.ebuild
index 18ba0f5fac9..80950832b3a 100644
--- a/app-text/djview/djview-4.10.3.ebuild
+++ b/app-text/djview/djview-4.10.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=4
 
-inherit autotools gnome2-utils fdo-mime flag-o-matic versionator toolchain-funcs multilib nsplugins
+inherit autotools gnome2-utils xdg-utils flag-o-matic versionator toolchain-funcs multilib nsplugins
 
 DESCRIPTION="Portable DjVu viewer using Qt"
 HOMEPAGE="http://djvu.sourceforge.net/djview4.html"
@@ -71,11 +71,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }

diff --git a/app-text/djview/djview-4.10.5.ebuild b/app-text/djview/djview-4.10.5.ebuild
index 18ba0f5fac9..80950832b3a 100644
--- a/app-text/djview/djview-4.10.5.ebuild
+++ b/app-text/djview/djview-4.10.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=4
 
-inherit autotools gnome2-utils fdo-mime flag-o-matic versionator toolchain-funcs multilib nsplugins
+inherit autotools gnome2-utils xdg-utils flag-o-matic versionator toolchain-funcs multilib nsplugins
 
 DESCRIPTION="Portable DjVu viewer using Qt"
 HOMEPAGE="http://djvu.sourceforge.net/djview4.html"
@@ -71,11 +71,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }

diff --git a/app-text/djview/djview-4.10.6.ebuild b/app-text/djview/djview-4.10.6.ebuild
index 4c7b748345c..64fde7ca4ee 100644
--- a/app-text/djview/djview-4.10.6.ebuild
+++ b/app-text/djview/djview-4.10.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=4
 
-inherit autotools gnome2-utils fdo-mime flag-o-matic versionator toolchain-funcs multilib nsplugins
+inherit autotools gnome2-utils xdg-utils flag-o-matic versionator toolchain-funcs multilib nsplugins
 
 DESCRIPTION="Portable DjVu viewer using Qt"
 HOMEPAGE="http://djvu.sourceforge.net/djview4.html"
@@ -71,11 +71,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }

diff --git a/app-text/djview/djview-4.10.ebuild b/app-text/djview/djview-4.10.ebuild
index 685793424f7..07ba16e577a 100644
--- a/app-text/djview/djview-4.10.ebuild
+++ b/app-text/djview/djview-4.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=4
 
-inherit autotools gnome2-utils fdo-mime flag-o-matic versionator toolchain-funcs multilib nsplugins
+inherit autotools gnome2-utils xdg-utils flag-o-matic versionator toolchain-funcs multilib nsplugins
 
 MY_P=${PN}-$(replace_version_separator 2 '-')
 
@@ -73,11 +73,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }

diff --git a/app-text/djview/djview-4.9.ebuild b/app-text/djview/djview-4.9.ebuild
index ba3ac87ae10..ea9ddc4ccb9 100644
--- a/app-text/djview/djview-4.9.ebuild
+++ b/app-text/djview/djview-4.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=4
 
-inherit autotools gnome2-utils fdo-mime flag-o-matic versionator toolchain-funcs multilib nsplugins
+inherit autotools gnome2-utils xdg-utils flag-o-matic versionator toolchain-funcs multilib nsplugins
 
 MY_P=${PN}-$(replace_version_separator 2 '-')
 
@@ -73,11 +73,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
 	gnome2_icon_cache_update
+	xdg_desktop_database_update
 }


             reply	other threads:[~2017-12-27 23:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-27 23:57 Jonas Stein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-07 21:53 [gentoo-commits] repo/gentoo:master commit in: app-text/djview/ Conrad Kostecki
2020-06-26 10:12 Andreas Sturmlechner
2020-06-26 10:12 Andreas Sturmlechner
2020-05-21 15:48 Andreas Sturmlechner
2020-05-21  9:52 Andreas Sturmlechner
2020-05-20 22:18 Andreas Sturmlechner
2018-01-26  0:53 Mikle Kolyada
2018-01-26  0:53 Mikle Kolyada
2018-01-20 23:43 Sergei Trofimovich
2017-12-16 13:07 Sergei Trofimovich
2017-12-09 21:10 Andreas Sturmlechner
2017-12-09 21:10 Andreas Sturmlechner
2017-12-09 21:10 Andreas Sturmlechner
2017-12-05 22:14 Pacho Ramos
2017-11-26 19:06 Sergei Trofimovich
2017-11-02 21:16 Thomas Deutschmann
2017-10-30 23:33 Andreas Sturmlechner
2016-03-08  8:44 Alexis Ballier
2016-01-12  8:46 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1514418817.2d0b98dbc4dc0a0c94be70a7415e745e8ada67de.jstein@gentoo \
    --to=jstein@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox