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 4FB80138206 for ; Wed, 17 Jan 2018 01:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60106E078A; Wed, 17 Jan 2018 01:12:18 +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 3F1E3E078A for ; Wed, 17 Jan 2018 01:12:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B84F6335C46 for ; Wed, 17 Jan 2018 01:12:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5288C1BB for ; Wed, 17 Jan 2018 01:12:15 +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: <1516151526.11cdfb2eb60f89bf726b65faa9373a324c9946b7.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet-agent/puppet-agent-5.3.3-r2.ebuild X-VCS-Directories: app-admin/puppet-agent/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 11cdfb2eb60f89bf726b65faa9373a324c9946b7 X-VCS-Branch: master Date: Wed, 17 Jan 2018 01:12:15 +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: 08569c36-5eb8-4925-b669-033b2bb27028 X-Archives-Hash: d77249083db79c1ccbb9f234f7d8d768 commit: 11cdfb2eb60f89bf726b65faa9373a324c9946b7 Author: Matthew Thode gentoo org> AuthorDate: Wed Jan 17 01:11:46 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Jan 17 01:12:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cdfb2e app-admin/puppet-agent: removing unneeded qa_prebuilt Package-Manager: Portage-2.3.14, Repoman-2.3.6 app-admin/puppet-agent/puppet-agent-5.3.3-r2.ebuild | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/app-admin/puppet-agent/puppet-agent-5.3.3-r2.ebuild b/app-admin/puppet-agent/puppet-agent-5.3.3-r2.ebuild index 45e9783e9bc..a638b7af8a0 100644 --- a/app-admin/puppet-agent/puppet-agent-5.3.3-r2.ebuild +++ b/app-admin/puppet-agent/puppet-agent-5.3.3-r2.ebuild @@ -9,8 +9,7 @@ HOMEPAGE="https://puppetlabs.com/" SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1stretch" SRC_URI=" amd64? ( ${SRC_BASE}_amd64.deb ) - x86? ( ${SRC_BASE}_i386.deb ) -" + x86? ( ${SRC_BASE}_i386.deb )" LICENSE="Apache-2.0" SLOT="0" @@ -41,23 +40,6 @@ RDEPEND="${CDEPEND} S=${WORKDIR} -QA_PREBUILT=" - /opt/puppetlabs/puppet - /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/2.1.0/x86_64-linux/* - /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/mathn/* - /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/io/* - /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/dl/* - /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/racc/* - /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/enc/* - /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/json/ext/* - /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/rbconfig/* - /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/digest/* - /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/* - /opt/puppetlabs/puppet/lib/engines/* - /opt/puppetlabs/puppet/lib/virt-what/* - /opt/puppetlabs/puppet/lib/* - /opt/puppetlabs/puppet/bin/*" - pkg_setup() { enewgroup puppet enewuser puppet -1 -1 /var/run/puppet puppet