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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FD2F15808F for ; Tue, 15 Mar 2022 17:05:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AB97E085B; Tue, 15 Mar 2022 17:05:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7F6BE085B for ; Tue, 15 Mar 2022 17:05:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5846343573 for ; Tue, 15 Mar 2022 17:05:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815E134D for ; Tue, 15 Mar 2022 17:05:48 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1647363942.44e3afcf1d634ff41040b770b7eda52b917dec0b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ament_package/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ament_package/Manifest dev-python/ament_package/ament_package-0.12.0.ebuild dev-python/ament_package/ament_package-0.14.0.ebuild X-VCS-Directories: dev-python/ament_package/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 44e3afcf1d634ff41040b770b7eda52b917dec0b X-VCS-Branch: master Date: Tue, 15 Mar 2022 17:05:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3793d84e-78df-4af3-b4b7-0de1b90098a0 X-Archives-Hash: e148417d44893ccc9c6b2dd5513d5522 commit: 44e3afcf1d634ff41040b770b7eda52b917dec0b Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 15 16:54:55 2022 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 15 17:05:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e3afcf dev-python/ament_package: bump to 0.14.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-python/ament_package/Manifest | 2 +- .../{ament_package-0.12.0.ebuild => ament_package-0.14.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ament_package/Manifest b/dev-python/ament_package/Manifest index 414ea1eb6525..566470b36111 100644 --- a/dev-python/ament_package/Manifest +++ b/dev-python/ament_package/Manifest @@ -1 +1 @@ -DIST ament_package-0.12.0.tar.gz 20119 BLAKE2B 98f013af8e17b2fcc0a516d90dbb517ae3ad292259665d188da1cf08aa5c863ab5f161f0a0e5d6ecf1bc85c1c5f7e050b9e29ffa65c2d8f9653d6619a5ba9c7c SHA512 d8e2984b7055fb796ddcfe2fad563da98d75e377c8d10ffa57a09e7636dfba92a81dc4580c35564fb8b749d123dc64138ed443561e7bce25b8785d0b980396cb +DIST ament_package-0.14.0.tar.gz 20636 BLAKE2B 5bd83bfacdb2a1ea8ed9649471ca4145a251035ba9a6420ce5474401de83766c8add17be741ea784eb33924b6f186f463361908588451f01b165f23c47ef4a09 SHA512 b3b451e30e22327495cb3e8b022a4f307af154f8943adf38f28e439c0b3df47e8dfc0f1cee89009147ae52d31a47f238a2850380fa2e0b17e41e276c194d6bfd diff --git a/dev-python/ament_package/ament_package-0.12.0.ebuild b/dev-python/ament_package/ament_package-0.14.0.ebuild similarity index 92% rename from dev-python/ament_package/ament_package-0.12.0.ebuild rename to dev-python/ament_package/ament_package-0.14.0.ebuild index b4f7729e8a38..72e132cc0818 100644 --- a/dev-python/ament_package/ament_package-0.12.0.ebuild +++ b/dev-python/ament_package/ament_package-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7