commit:     bb4b38390e164a64ed7c40055a796ec73e235ad2
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  4 09:55:04 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 10:18:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4b3839

app-admin/puppet-agent: new puppet-agent is not ready

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/puppet-agent/Manifest                                  | 3 ++-
 ...{puppet-agent-6.16.0.ebuild => puppet-agent-6.16.0-r1.ebuild} | 9 ++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index ef5954d82d2..1a3d3ea0ef4 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,3 +1,4 @@
 DIST puppet-agent_6.15.0-1stretch_amd64.deb 22581842 BLAKE2B 
19c45427e56a41f6030836129a7fb2824ea47f1000745a8c74b0968c61f719d3cef9a0e02f51009b8e91c4ad66445c074ccc203754bb13d82007316a3d053c60
 SHA512 
4ec7e04fb6bab697bfccd369740a57f735476a4614dbfa1f7c893901f5ffb9d6ce3d79886b6e035805b1a8f2c3de3e0b9b468b08909881df6022c9700c7a2768
 DIST puppet-agent_6.15.0-1stretch_i386.deb 22917002 BLAKE2B 
5bab2b6cdde11a46e64996074e8db50d48d004b601c0d08ddfde9c8dec0c0f62da1176b9148d084f0250b582460606b7cd0a97291d157a186b7a97dee4184c51
 SHA512 
89e676491f7b7b44c9c747b129166db7b025adf76d9911d12d7d026aa8d04de293d3d1c638ca309ee8ed45a37c49b4ab0076ea0c711ac0e43f4297084446784f
-DIST puppet-agent_6.16.0-1focal_amd64.deb 22255252 BLAKE2B 
64690ea444c666476864ff8d2373a266bd91f91ef996c87f04cfdd3401093795610e0e09a4f0588bbec8b83d64848c92a95572ea570fc7985d93c5e161256e00
 SHA512 
47ebcac58d9b54b62fa9a854ec4eb4fcc83d2fdef199658532b7b87cf461a8ac611f776db3fbb2e1c11e607896b85a67d7a32a4e9844e1b9b07904e0860c39b8
+DIST puppet-agent_6.16.0-1stretch_amd64.deb 22336186 BLAKE2B 
2bb62f25bf243e03288a5ee769c37c53c5f1c8f63a5e1a9d231b522409a68f3b3d957adbde0a99f616cdb60ced58cc6de990ff96f2b99d17be4aacd786c460a4
 SHA512 
dd5536e5fe9caad2dd7da8cfb6e2e2e93138b76f5a1014999f221c2bfcac94f0faecc3035ce09fc170dbb61226325ec82aafd80f1016e1d1ccacad9f1ae1b176
+DIST puppet-agent_6.16.0-1stretch_i386.deb 22579590 BLAKE2B 
e923847d2d381d6a1a9c1761259c72c4c92e34d4aad5643eeadbef38d48a09a95d15fd359ded3501257057dbb892bc4dc5ae60abdc01d646cd194d1b40defd6d
 SHA512 
4015da5a4df08e03ab3bf988fd2afb67c37fa7c820f73793ebc3270364928a6f89a5ebcadfeab1f07d4e88a98ee95c2069e47fde4391d2dea98855a9743b6adb

diff --git a/app-admin/puppet-agent/puppet-agent-6.16.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.16.0-r1.ebuild
similarity index 89%
rename from app-admin/puppet-agent/puppet-agent-6.16.0.ebuild
rename to app-admin/puppet-agent/puppet-agent-6.16.0-r1.ebuild
index 0b6ca4ff025..6ef50802412 100644
--- a/app-admin/puppet-agent/puppet-agent-6.16.0.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-6.16.0-r1.ebuild
@@ -6,11 +6,14 @@ inherit eutils systemd unpacker
 
 DESCRIPTION="general puppet client utils along with hiera and facter"
 HOMEPAGE="https://puppetlabs.com/";
-SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet/p/puppet-agent/puppet-agent_6.16.0-1focal_amd64.deb";
+SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch";
+SRC_URI="
+       amd64? ( ${SRC_BASE}_amd64.deb )
+       x86?   ( ${SRC_BASE}_i386.deb )"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="puppetdb selinux"
 RESTRICT="strip"
 
@@ -29,7 +32,7 @@ RDEPEND="${CDEPEND}
        sys-apps/dmidecode
        sys-libs/libselinux
        sys-libs/glibc
-       sys-libs/readline:0/8
+       sys-libs/readline:0/7
        sys-libs/ncurses:0[tinfo]
        selinux? (
                sys-libs/libselinux[ruby]

Reply via email to