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 54B47138335 for ; Wed, 6 Jun 2018 21:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6F97E099F; Wed, 6 Jun 2018 21:00:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B88FDE099F for ; Wed, 6 Jun 2018 21:00:22 +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 09DC3335C39 for ; Wed, 6 Jun 2018 21:00:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F21029E for ; Wed, 6 Jun 2018 21:00:19 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1528318812.cbb01d51517b6c8339d715d4cb8748d860cfb9ad.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/file/file-5.32-r1.ebuild sys-apps/file/file-5.32.ebuild sys-apps/file/file-5.33-r1.ebuild sys-apps/file/file-5.33.ebuild sys-apps/file/file-9999.ebuild X-VCS-Directories: sys-apps/file/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: cbb01d51517b6c8339d715d4cb8748d860cfb9ad X-VCS-Branch: master Date: Wed, 6 Jun 2018 21:00:19 +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: fd7d45ec-b246-47da-bef9-efdef9b16d87 X-Archives-Hash: f572acafb5cfe1f4e32592639a9650d0 commit: cbb01d51517b6c8339d715d4cb8748d860cfb9ad Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Jun 6 20:40:21 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Jun 6 21:00:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb01d51 sys-apps/file: Install /usr/share/misc/magic "/usr/share/misc/magic" is required for `file -C` command as used by app-arch/rpm for example. Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-apps/file/{file-5.32.ebuild => file-5.32-r1.ebuild} | 5 +++++ sys-apps/file/{file-5.33.ebuild => file-5.33-r1.ebuild} | 5 +++++ sys-apps/file/file-9999.ebuild | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/sys-apps/file/file-5.32.ebuild b/sys-apps/file/file-5.32-r1.ebuild similarity index 96% rename from sys-apps/file/file-5.32.ebuild rename to sys-apps/file/file-5.32-r1.ebuild index c431956b378..389e0e1c2d7 100644 --- a/sys-apps/file/file-5.32.ebuild +++ b/sys-apps/file/file-5.32-r1.ebuild @@ -111,6 +111,11 @@ multilib_src_install() { multilib_src_install_all() { dodoc ChangeLog MAINT README + # Required for `file -C` + dodir /usr/share/misc/magic + insinto /usr/share/misc/magic + doins -r magic/Magdir/* + if use python ; then cd python || die distutils-r1_src_install diff --git a/sys-apps/file/file-5.33.ebuild b/sys-apps/file/file-5.33-r1.ebuild similarity index 96% rename from sys-apps/file/file-5.33.ebuild rename to sys-apps/file/file-5.33-r1.ebuild index 43f99c6754c..ffec3650582 100644 --- a/sys-apps/file/file-5.33.ebuild +++ b/sys-apps/file/file-5.33-r1.ebuild @@ -112,6 +112,11 @@ multilib_src_install() { multilib_src_install_all() { dodoc ChangeLog MAINT README + # Required for `file -C` + dodir /usr/share/misc/magic + insinto /usr/share/misc/magic + doins -r magic/Magdir/* + if use python ; then cd python || die distutils-r1_src_install diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 5f51b583c40..74264b9da48 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -113,6 +113,11 @@ multilib_src_install() { multilib_src_install_all() { dodoc ChangeLog MAINT README + # Required for `file -C` + dodir /usr/share/misc/magic + insinto /usr/share/misc/magic + doins -r magic/Magdir/* + if use python ; then cd python || die distutils-r1_src_install