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 6A4D31382C5 for ; Mon, 15 Jun 2020 19:50:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3640E0E36; Mon, 15 Jun 2020 19:49:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 47106E0E36 for ; Mon, 15 Jun 2020 19:49:44 +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 9ADB434F27E for ; Mon, 15 Jun 2020 19:49:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40BD8297 for ; Mon, 15 Jun 2020 19:49:29 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1592250553.04c764254e9ced418fae2f1e2bb7fc0efe399254.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/shared-mime-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/shared-mime-info/shared-mime-info-2.0-r1.ebuild x11-misc/shared-mime-info/shared-mime-info-2.0-r2.ebuild X-VCS-Directories: x11-misc/shared-mime-info/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 04c764254e9ced418fae2f1e2bb7fc0efe399254 X-VCS-Branch: master Date: Mon, 15 Jun 2020 19:49:29 +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: 32f9ac91-c991-4321-8f9b-5458680c0832 X-Archives-Hash: 7f74bdf61076c102b01d1528ff98a9e0 commit: 04c764254e9ced418fae2f1e2bb7fc0efe399254 Author: Lars Wendler gentoo org> AuthorDate: Mon Jun 15 19:48:49 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jun 15 19:49:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c76425 x11-misc/shared-mime-info: Revbump to fix install path of pkgconfig file Bug: https://bugs.gentoo.org/728404 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> ...shared-mime-info-2.0-r1.ebuild => shared-mime-info-2.0-r2.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/x11-misc/shared-mime-info/shared-mime-info-2.0-r1.ebuild b/x11-misc/shared-mime-info/shared-mime-info-2.0-r2.ebuild similarity index 87% rename from x11-misc/shared-mime-info/shared-mime-info-2.0-r1.ebuild rename to x11-misc/shared-mime-info/shared-mime-info-2.0-r2.ebuild index f58d431e714..b21ac610129 100644 --- a/x11-misc/shared-mime-info/shared-mime-info-2.0-r1.ebuild +++ b/x11-misc/shared-mime-info/shared-mime-info-2.0-r2.ebuild @@ -39,6 +39,11 @@ src_install() { echo "XDG_DATA_DIRS=\"${EPREFIX}/usr/share\"" > "${T}"/50mimeinfo || die doenvd "${T}"/50mimeinfo fi + + # Move pkgconfig file to /usr/share/pkgconfig #728404 + dodir /usr/share/pkgconfig + mv "${ED}"/usr/{$(get_libdir),share}/pkgconfig/${PN}.pc || die + rm "${ED}"/usr/$(get_libdir) -r || die } pkg_postinst() {