* [gentoo-commits] repo/gentoo:master commit in: media-gfx/comix/
@ 2018-04-20 19:43 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2018-04-20 19:43 UTC (permalink / raw
To: gentoo-commits
commit: c461b3bdb4300dc83d377cdb3e770c791240335d
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Tue Apr 10 03:24:34 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:43:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c461b3bd
media-gfx/comix: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
media-gfx/comix/comix-4.0.4-r1.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-gfx/comix/comix-4.0.4-r1.ebuild b/media-gfx/comix/comix-4.0.4-r1.ebuild
index 2260aab7a16..d54bfcb0ae8 100644
--- a/media-gfx/comix/comix-4.0.4-r1.ebuild
+++ b/media-gfx/comix/comix-4.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
PLOCALES="ca cs es fr hr hu id ja ko pl pt_BR ru sv zh_CN zh_TW"
-inherit eutils fdo-mime gnome2-utils l10n python-single-r1
+inherit eutils gnome2-utils l10n python-single-r1 xdg-utils
DESCRIPTION="A GTK image viewer specifically designed to handle comic books"
HOMEPAGE="http://comix.sourceforge.net"
@@ -66,13 +66,13 @@ pkg_preinst() {
pkg_postinst() {
gnome2_gconf_install
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/comix/
@ 2020-02-09 16:29 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2020-02-09 16:29 UTC (permalink / raw
To: gentoo-commits
commit: 96f8ad8a13494f1616582f0a22f5aa556d306952
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 14:58:46 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:26:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f8ad8a
media-gfx/comix: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/comix/{comix-4.0.4-r1.ebuild => comix-4.0.4-r2.ebuild} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/media-gfx/comix/comix-4.0.4-r1.ebuild b/media-gfx/comix/comix-4.0.4-r2.ebuild
similarity index 91%
rename from media-gfx/comix/comix-4.0.4-r1.ebuild
rename to media-gfx/comix/comix-4.0.4-r2.ebuild
index b77704f10cf..fa7c18e84d3 100644
--- a/media-gfx/comix/comix-4.0.4-r1.ebuild
+++ b/media-gfx/comix/comix-4.0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,8 +19,10 @@ IUSE="rar"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
- dev-python/pillow[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/pillow[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/pygtk-2.12[${PYTHON_MULTI_USEDEP}]
+ ')"
RDEPEND="${DEPEND}
rar? ( || ( app-arch/unrar app-arch/rar ) )"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-09 16:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09 16:29 [gentoo-commits] repo/gentoo:master commit in: media-gfx/comix/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2018-04-20 19:43 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox