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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC1CC158042 for ; Sun, 3 Nov 2024 23:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 189AFE07A7; Sun, 3 Nov 2024 23:34:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 04551E07A7 for ; Sun, 3 Nov 2024 23:34:00 +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 4DEFB34306B for ; Sun, 3 Nov 2024 23:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B61A3159D for ; Sun, 3 Nov 2024 23:33:57 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1730676807.5387fd95c38d76f54fdc1beebb6e928edac38ecf.floppym@gentoo> Subject: [gentoo-commits] proj/baselayout:master commit in: / X-VCS-Repository: proj/baselayout X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5387fd95c38d76f54fdc1beebb6e928edac38ecf X-VCS-Branch: master Date: Sun, 3 Nov 2024 23:33:57 +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: e0bd16d2-ccc0-4ef6-8996-4de92bcf362f X-Archives-Hash: e752cb20f10d5486b0b6da28609400e5 commit: 5387fd95c38d76f54fdc1beebb6e928edac38ecf Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 3 23:33:27 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 3 23:33:27 2024 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=5387fd95 2.16 Signed-off-by: Mike Gilbert gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7be6e5dd..c974869e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # It also has the added bonus of being easier to install on systems # without an ebuild style package manager. -PV = 2.15 +PV = 2.16 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92FEA158042 for ; Sun, 3 Nov 2024 23:34:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDEEEE07A7; Sun, 3 Nov 2024 23:34:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C4650E07A7 for ; Sun, 3 Nov 2024 23:34:09 +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 DE38734306B for ; Sun, 3 Nov 2024 23:34:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ACB2159D for ; Sun, 3 Nov 2024 23:34:07 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1730676807.5387fd95c38d76f54fdc1beebb6e928edac38ecf.floppym@gentoo> Subject: [gentoo-commits] proj/baselayout:baselayout-2.16 commit in: / X-VCS-Repository: proj/baselayout X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5387fd95c38d76f54fdc1beebb6e928edac38ecf X-VCS-Branch: baselayout-2.16 Date: Sun, 3 Nov 2024 23:34:07 +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: cafd5e0d-f2be-4356-861c-a135f3c2c47b X-Archives-Hash: 7cd0a606235e9a1bb2c3cfef44353f1d Message-ID: <20241103233407.8HezKHUVnw4t4ALc4Uhfcekoj0yB-eLwLqWMrTkNByM@z> commit: 5387fd95c38d76f54fdc1beebb6e928edac38ecf Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 3 23:33:27 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 3 23:33:27 2024 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=5387fd95 2.16 Signed-off-by: Mike Gilbert gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7be6e5dd..c974869e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # It also has the added bonus of being easier to install on systems # without an ebuild style package manager. -PV = 2.15 +PV = 2.16 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2