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 A4AD71382C5 for ; Wed, 13 Jan 2021 16:51:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1585E0885; Wed, 13 Jan 2021 16:51:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C6F6EE0885 for ; Wed, 13 Jan 2021 16:51:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E29CC340E0A for ; Wed, 13 Jan 2021 16:51:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CE56497 for ; Wed, 13 Jan 2021 16:51:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610540144.08c1b7e19324d3fe560cbce3cba1aca68c4e80ce.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/jpeg-xl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/jpeg-xl/jpeg-xl-9999.ebuild X-VCS-Directories: media-libs/jpeg-xl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 08c1b7e19324d3fe560cbce3cba1aca68c4e80ce X-VCS-Branch: master Date: Wed, 13 Jan 2021 16:51:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a79d3b2e-d31d-4453-93c9-71afb6941c74 X-Archives-Hash: 17370eedc90fd96c543355da2b934485 commit: 08c1b7e19324d3fe560cbce3cba1aca68c4e80ce Author: Daniel Novomesky gmail com> AuthorDate: Wed Jan 13 12:15:44 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 13 12:15:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08c1b7e1 media-libs/jpeg-xl: simplify live ebuild Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Daniel Novomesky gmail.com> media-libs/jpeg-xl/jpeg-xl-9999.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild index fc5a0296..be107c6d 100644 --- a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild +++ b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake git-r3 +inherit xdg cmake git-r3 DESCRIPTION="JPEG XL Reference Software" HOMEPAGE="https://gitlab.com/wg1/jpeg-xl/" @@ -48,11 +48,3 @@ src_configure() { cmake_src_configure } - -pkg_postinst() { - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_mimeinfo_database_update -}