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 0151E1581D3 for ; Sat, 18 May 2024 16:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C266E2A19; Sat, 18 May 2024 16:08:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 26E2EE2A19 for ; Sat, 18 May 2024 16:08:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 656B833BE42 for ; Sat, 18 May 2024 16:08:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C83E8132F for ; Sat, 18 May 2024 16:08:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1716048483.764ee7f828a0e97e93632b062c729ca47d12d6cd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-functions/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/gentoo-functions/Manifest sys-apps/gentoo-functions/gentoo-functions-1.4.ebuild sys-apps/gentoo-functions/gentoo-functions-1.5.ebuild X-VCS-Directories: sys-apps/gentoo-functions/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 764ee7f828a0e97e93632b062c729ca47d12d6cd X-VCS-Branch: master Date: Sat, 18 May 2024 16:08:33 +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: 800fa4fa-70f1-455c-8478-8f0f84e8d7f2 X-Archives-Hash: 7b3f2eeaea74585d0cde7c8dd2456187 commit: 764ee7f828a0e97e93632b062c729ca47d12d6cd Author: Sam James gentoo org> AuthorDate: Sat May 18 16:07:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 18 16:08:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764ee7f8 sys-apps/gentoo-functions: add 1.5, drop 1.4 Kerin Millar (2): Signify end of options to awk in edo() Separate some edo() code into a _print_args() helper function Sam James (1): meson.build: prepare for gentoo-functions-1.5 Signed-off-by: Sam James gentoo.org> sys-apps/gentoo-functions/Manifest | 2 +- .../{gentoo-functions-1.4.ebuild => gentoo-functions-1.5.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/gentoo-functions/Manifest b/sys-apps/gentoo-functions/Manifest index cb4af2a703bf..8fdeedec8e3f 100644 --- a/sys-apps/gentoo-functions/Manifest +++ b/sys-apps/gentoo-functions/Manifest @@ -1,2 +1,2 @@ DIST gentoo-functions-0.19.tar.bz2 12079 BLAKE2B be0a3a54d4dee1755866047b670a69cd6fec368239123c3f0c08180b79a33c20147bca0e35e568faef6877513551e731bdf0c181aeb0460f6574d2d708219373 SHA512 2674d3fe5724cc6d685ae58bf0ee33f4a1bdba2c5e5809cfb193fd0a710d4678c2d9392c2c62d2321cf455f524950266dc1629ab684fe46632d179e539d5a39e -DIST gentoo-functions-1.4.tar.bz2 15794 BLAKE2B 422980c43da8e3d5829a267c9c6d95f7623990ad2c3d5d139b8712fb1b6d0085c55763a3026d5cc8d59cfdb319e27569f6fa23831402bdbb6d77ff34f5ff2a45 SHA512 781e68f85e77cb0f7826a5fa6a6d36fa40f83eef05ec3d6d410a68a34f6fb15403d78ec11b9cf13bdc79f107b478e3dcf97f860e9066f1d0aa376d007843040d +DIST gentoo-functions-1.5.tar.bz2 15808 BLAKE2B 99c330eb4c7f1d7af67b6f93dba565f9ea37c15e82d0b97157067279671dc3918668bf8120f7c410f018d67761cee41320efaec4df43639765d023b23a3a9a7f SHA512 f7add7770f40e110864f16978e968bfd937c1a5099e336cc04f6861483bae36ff7932f502994df1ddfa347beef8736bd39bd276bafbe04190c9915446457ce15 diff --git a/sys-apps/gentoo-functions/gentoo-functions-1.4.ebuild b/sys-apps/gentoo-functions/gentoo-functions-1.5.ebuild similarity index 100% rename from sys-apps/gentoo-functions/gentoo-functions-1.4.ebuild rename to sys-apps/gentoo-functions/gentoo-functions-1.5.ebuild