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 815FF138359 for ; Fri, 14 Aug 2020 00:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83390E08A0; Fri, 14 Aug 2020 00:49:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 648F1E08A0 for ; Fri, 14 Aug 2020 00:49:37 +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 0745234F2DD for ; Fri, 14 Aug 2020 00:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D8D62EE for ; Fri, 14 Aug 2020 00:49:34 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1597365695.366e6a9f5e1d55d7160a10b8a22457aa04dcfba7.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgpool2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgpool2/pgpool2-3.7.10.ebuild dev-db/pgpool2/pgpool2-4.0.5.ebuild dev-db/pgpool2/pgpool2-9999.ebuild X-VCS-Directories: dev-db/pgpool2/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: 366e6a9f5e1d55d7160a10b8a22457aa04dcfba7 X-VCS-Branch: master Date: Fri, 14 Aug 2020 00:49:34 +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: 69b94bb2-aee0-437f-af4a-2720dd657417 X-Archives-Hash: dbdb5f2d8e91a91cfbaa950e117c7f63 commit: 366e6a9f5e1d55d7160a10b8a22457aa04dcfba7 Author: Aaron W. Swenson gentoo org> AuthorDate: Fri Aug 14 00:41:22 2020 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Fri Aug 14 00:41:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366e6a9f dev-db/pgpool2: Dropping Pg 9.4 Support Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Aaron W. Swenson gentoo.org> dev-db/pgpool2/pgpool2-3.7.10.ebuild | 4 ++-- dev-db/pgpool2/pgpool2-4.0.5.ebuild | 4 ++-- dev-db/pgpool2/pgpool2-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-db/pgpool2/pgpool2-3.7.10.ebuild b/dev-db/pgpool2/pgpool2-3.7.10.ebuild index b4e21052dd4..888fe8b89df 100644 --- a/dev-db/pgpool2/pgpool2-3.7.10.ebuild +++ b/dev-db/pgpool2/pgpool2-3.7.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -POSTGRES_COMPAT=( 9.{4..6} 10 ) +POSTGRES_COMPAT=( 9.{5..6} 10 ) inherit autotools postgres-multi diff --git a/dev-db/pgpool2/pgpool2-4.0.5.ebuild b/dev-db/pgpool2/pgpool2-4.0.5.ebuild index 8934e8bcb85..fa0a7f04569 100644 --- a/dev-db/pgpool2/pgpool2-4.0.5.ebuild +++ b/dev-db/pgpool2/pgpool2-4.0.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -POSTGRES_COMPAT=( 9.{4..6} {10..11} ) +POSTGRES_COMPAT=( 9.{5..6} {10..11} ) inherit autotools postgres-multi diff --git a/dev-db/pgpool2/pgpool2-9999.ebuild b/dev-db/pgpool2/pgpool2-9999.ebuild index 1e3475f6c7e..042e87ed4a9 100644 --- a/dev-db/pgpool2/pgpool2-9999.ebuild +++ b/dev-db/pgpool2/pgpool2-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 EGIT_REPO_URI="https://git.postgresql.org/git/pgpool2.git" -POSTGRES_COMPAT=( 9.{4..6} {10..11} ) +POSTGRES_COMPAT=( 9.{5..6} {10..11} ) inherit autotools git-r3 postgres-multi