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 4DAE1138334 for ; Sat, 1 Sep 2018 06:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C3DAE0841; Sat, 1 Sep 2018 06:43:17 +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 E4DA1E0841 for ; Sat, 1 Sep 2018 06:43:15 +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 BA192335C9F for ; Sat, 1 Sep 2018 06:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95E553D6 for ; Sat, 1 Sep 2018 06:43:11 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1535784181.f5c74bffcdfbf048cbff6d390cf6e5da4e3e919a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppetserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppetserver/puppetserver-5.3.5-r1.ebuild app-admin/puppetserver/puppetserver-5.3.5.ebuild X-VCS-Directories: app-admin/puppetserver/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: f5c74bffcdfbf048cbff6d390cf6e5da4e3e919a X-VCS-Branch: master Date: Sat, 1 Sep 2018 06:43:11 +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: 06a44656-cdd5-4fc5-8b86-963eb1d8de4d X-Archives-Hash: 07c1d975a6f006d360f0c5b923f333aa commit: f5c74bffcdfbf048cbff6d390cf6e5da4e3e919a Author: Matthew Thode gentoo org> AuthorDate: Sat Sep 1 06:42:36 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Sep 1 06:43:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c74bff app-admin/puppetserver: fix gem list newins Package-Manager: Portage-2.3.48, Repoman-2.3.10 .../{puppetserver-5.3.5.ebuild => puppetserver-5.3.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppetserver/puppetserver-5.3.5.ebuild b/app-admin/puppetserver/puppetserver-5.3.5-r1.ebuild similarity index 98% rename from app-admin/puppetserver/puppetserver-5.3.5.ebuild rename to app-admin/puppetserver/puppetserver-5.3.5-r1.ebuild index 2b6f7873b99..edafb5e368b 100644 --- a/app-admin/puppetserver/puppetserver-5.3.5.ebuild +++ b/app-admin/puppetserver/puppetserver-5.3.5-r1.ebuild @@ -107,7 +107,7 @@ src_install() { fperms -R 775 /opt/puppetlabs/server/data/puppetserver fperms -R 700 /var/log/puppetlabs/puppetserver insinto /opt/puppetlabs/server/data - newins ext/build-scripts/gem-list.txt puppetserver-gem-list.txt + newins ext/build-scripts/jruby-gem-list.txt puppetserver-gem-list.txt newtmpfiles ext/puppetserver.tmpfiles.conf puppetserver.conf }