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 8FA31138334 for ; Sat, 27 Oct 2018 12:15:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DE11E0943; Sat, 27 Oct 2018 12:15:38 +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 1620EE0943 for ; Sat, 27 Oct 2018 12:15:37 +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 0B763335C31 for ; Sat, 27 Oct 2018 12:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2318E463 for ; Sat, 27 Oct 2018 12:15:34 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1540642529.c4c3069edbfb9bb37bc73cde4e9df278d84f59ae.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/slurm/slurm-18.08.0.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c4c3069edbfb9bb37bc73cde4e9df278d84f59ae X-VCS-Branch: master Date: Sat, 27 Oct 2018 12:15:34 +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: 46ddf58e-d8eb-4e88-b833-99847551506b X-Archives-Hash: 2ccc7544934f493ed307c5c149c1063f commit: c4c3069edbfb9bb37bc73cde4e9df278d84f59ae Author: Justin Lecher gentoo org> AuthorDate: Sat Oct 27 12:15:08 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Oct 27 12:15:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c3069e sys-cluster/slurm: Don't install non-existing files Closes: https://bugs.gentoo.org/665514 Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-cluster/slurm/slurm-18.08.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-cluster/slurm/slurm-18.08.0.ebuild b/sys-cluster/slurm/slurm-18.08.0.ebuild index 837a4d32c76..b3b7d52d447 100644 --- a/sys-cluster/slurm/slurm-18.08.0.ebuild +++ b/sys-cluster/slurm/slurm-18.08.0.ebuild @@ -191,12 +191,9 @@ src_install() { doins \ etc/bluegene.conf.example \ etc/cgroup.conf.example \ - etc/cgroup_allowed_devices_file.conf.example \ etc/slurm.conf.example \ etc/slurmdbd.conf.example exeinto /etc/slurm - doexe \ - etc/slurm.epilog.clean keepdir /etc/slurm/layouts.d insinto /etc/slurm/layouts.d newins etc/layouts.d.power.conf.example power.conf.example