From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 644771382C5 for ; Fri, 20 Apr 2018 19:43:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF161E098E; Fri, 20 Apr 2018 19:43:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81755E098E for ; Fri, 20 Apr 2018 19:43:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D735335C7B for ; Fri, 20 Apr 2018 19:43:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2105E290 for ; Fri, 20 Apr 2018 19:43:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524253387.f6997967a39e269177cdd923a75f2e67a8e9955c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-2.2.5.ebuild media-gfx/darktable/darktable-2.4.1.ebuild media-gfx/darktable/darktable-2.4.2.ebuild media-gfx/darktable/darktable-9999.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f6997967a39e269177cdd923a75f2e67a8e9955c X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:43:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 117bdc01-c9e2-4a26-bd80-a730b392be98 X-Archives-Hash: 16277191311e491304fdc1c856f7fd26 commit: f6997967a39e269177cdd923a75f2e67a8e9955c Author: Marty E. Plummer startmail com> AuthorDate: Tue Apr 10 03:30:18 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Apr 20 19:43:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6997967 media-gfx/darktable: fdo-mime->xdg-utils Also sorted eclasses, as they were very out of order. Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/darktable/darktable-2.2.5.ebuild | 6 +++--- media-gfx/darktable/darktable-2.4.1.ebuild | 2 +- media-gfx/darktable/darktable-2.4.2.ebuild | 2 +- media-gfx/darktable/darktable-9999.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-gfx/darktable/darktable-2.2.5.ebuild b/media-gfx/darktable/darktable-2.2.5.ebuild index a8a7aa1b9a0..09628ed7484 100644 --- a/media-gfx/darktable/darktable-2.2.5.ebuild +++ b/media-gfx/darktable/darktable-2.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils fdo-mime pax-utils eutils +inherit cmake-utils eutils flag-o-matic gnome2-utils pax-utils toolchain-funcs xdg-utils DOC_PV="2.2.0" MY_PV="${PV/_/}" @@ -124,7 +124,7 @@ pkg_preinst() { pkg_postinst() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update elog "when updating from the currently stable 1.6 series," elog "please bear in mind that your edits will be preserved during this process," @@ -135,5 +135,5 @@ pkg_postinst() { pkg_postrm() { gnome2_icon_cache_update - fdo-mime_desktop_database_update + xdg_desktop_database_update } diff --git a/media-gfx/darktable/darktable-2.4.1.ebuild b/media-gfx/darktable/darktable-2.4.1.ebuild index 29265f5ebb3..34320cc4d26 100644 --- a/media-gfx/darktable/darktable-2.4.1.ebuild +++ b/media-gfx/darktable/darktable-2.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils xdg-utils pax-utils eutils +inherit cmake-utils eutils flag-o-matic gnome2-utils pax-utils toolchain-funcs xdg-utils DOC_PV="2.2.0" MY_PV="${PV/_/}" diff --git a/media-gfx/darktable/darktable-2.4.2.ebuild b/media-gfx/darktable/darktable-2.4.2.ebuild index 2dd7f1c2d2c..76721f6a80a 100644 --- a/media-gfx/darktable/darktable-2.4.2.ebuild +++ b/media-gfx/darktable/darktable-2.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils xdg-utils pax-utils eutils +inherit cmake-utils eutils flag-o-matic gnome2-utils pax-utils toolchain-funcs xdg-utils DOC_PV="2.4.0" MY_PV="${PV/_/}" diff --git a/media-gfx/darktable/darktable-9999.ebuild b/media-gfx/darktable/darktable-9999.ebuild index ffbe61010f4..ea7f114839a 100644 --- a/media-gfx/darktable/darktable-9999.ebuild +++ b/media-gfx/darktable/darktable-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils flag-o-matic toolchain-funcs gnome2-utils xdg-utils git-r3 pax-utils eutils versionator +inherit cmake-utils eutils flag-o-matic git-r3 gnome2-utils pax-utils toolchain-funcs versionator xdg-utils EGIT_REPO_URI="https://github.com/darktable-org/${PN}.git"