* [gentoo-dev] [PATCH] java-vm-2.eclass: fdo-mime->xdg-utils migration
@ 2018-04-08 10:25 Marty E. Plummer
2018-04-08 19:02 ` James Le Cuirot
0 siblings, 1 reply; 2+ messages in thread
From: Marty E. Plummer @ 2018-04-08 10:25 UTC (permalink / raw
To: gentoo-dev, java, gentoo-java; +Cc: Marty E. Plummer
This is the only eclass left which uses it. Switch over.
Package-Manager: Portage-2.3.28, Repoman 2.3.9
---
eclass/java-vm-2.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass
index 9deef1c8eed..82cfe4d3e3e 100644
--- a/eclass/java-vm-2.eclass
+++ b/eclass/java-vm-2.eclass
@@ -14,7 +14,7 @@ case ${EAPI:-0} in
*) die "EAPI=${EAPI} is not supported" ;;
esac
-inherit fdo-mime multilib pax-utils prefix
+inherit multilib pax-utils prefix xdg-utils
EXPORT_FUNCTIONS pkg_setup pkg_postinst pkg_prerm pkg_postrm
@@ -86,7 +86,7 @@ java-vm-2_pkg_postinst() {
fi
fi
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
@@ -112,7 +112,7 @@ java-vm-2_pkg_prerm() {
# Update mime database.
java-vm-2_pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
}
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-dev] [PATCH] java-vm-2.eclass: fdo-mime->xdg-utils migration
2018-04-08 10:25 [gentoo-dev] [PATCH] java-vm-2.eclass: fdo-mime->xdg-utils migration Marty E. Plummer
@ 2018-04-08 19:02 ` James Le Cuirot
0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2018-04-08 19:02 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
On Sun, 8 Apr 2018 05:25:35 -0500
"Marty E. Plummer" <hanetzer@startmail.com> wrote:
> This is the only eclass left which uses it. Switch over.
Merged, thank you.
--
James Le Cuirot (chewi)
Gentoo Linux Developer
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 981 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-08 19:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-08 10:25 [gentoo-dev] [PATCH] java-vm-2.eclass: fdo-mime->xdg-utils migration Marty E. Plummer
2018-04-08 19:02 ` James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox