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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1E04158094 for ; Fri, 24 Jun 2022 10:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 201B6E08CE; Fri, 24 Jun 2022 10:46:15 +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 01900E08CE for ; Fri, 24 Jun 2022 10:46:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21EEA3412AB for ; Fri, 24 Jun 2022 10:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF474512 for ; Fri, 24 Jun 2022 10:46:12 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1656012451.320a936e254536e638bdec5f9d86bf5ea492fbfa.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-db/rum/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-db/rum/Manifest dev-db/rum/rum-1.3.11.ebuild dev-db/rum/rum-1.3.9.ebuild X-VCS-Directories: dev-db/rum/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 320a936e254536e638bdec5f9d86bf5ea492fbfa X-VCS-Branch: master Date: Fri, 24 Jun 2022 10:46:12 +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: 3638af21-f080-493f-8f17-2569ac7408be X-Archives-Hash: 666b96e113bd1155638612e5d7e297e4 commit: 320a936e254536e638bdec5f9d86bf5ea492fbfa Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Jun 23 19:27:31 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jun 23 19:27:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=320a936e dev-db/rum: add 1.3.11, drop 1.3.9 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-db/rum/Manifest | 2 +- dev-db/rum/{rum-1.3.9.ebuild => rum-1.3.11.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/rum/Manifest b/dev-db/rum/Manifest index 5e3969861..724e4c911 100644 --- a/dev-db/rum/Manifest +++ b/dev-db/rum/Manifest @@ -1 +1 @@ -DIST rum-1.3.9.tar.gz 315642 BLAKE2B ce80dcd10171b6cbe502da669ff7ba94a8971ff6a9494061d36ca9167fca24d3e4af87586babc6e0cfccd347ce8ead769c8cc79ce004374831797e82ead0f7b8 SHA512 7fb6afe44fe8829aa764bca51b9cc1d03bfdd99b3337ea4c5c1efbd00f66e14279e38139a8e6755e2d56ab1cb8cec754a1c4f40f51f7c7ee9ea813313ff31e5c +DIST rum-1.3.11.tar.gz 564888 BLAKE2B 13e7a61481a5b90f2f31da56089480beaf46d184afd7d1b857ff991595c03885e820a95ce6f4c7d5fce2ef99012a6ba0699495799c8b3a4b4419b73c61c23f4e SHA512 4720255a1d1534a294eb10a3e46993b6e5bb8a690b58a505319013ad7210627e26835ed8d417dd45dcb3f276a13d8e88f68405496a9ac39a361c19e1168a1b27 diff --git a/dev-db/rum/rum-1.3.9.ebuild b/dev-db/rum/rum-1.3.11.ebuild similarity index 94% rename from dev-db/rum/rum-1.3.9.ebuild rename to dev-db/rum/rum-1.3.11.ebuild index 49a290c57..132bb2f47 100644 --- a/dev-db/rum/rum-1.3.9.ebuild +++ b/dev-db/rum/rum-1.3.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -POSTGRES_COMPAT=( 9.6 10 11 12 13 14 ) +POSTGRES_COMPAT=( 9.6 10 11 12 13 14 15 ) POSTGRES_USEDEP="server" inherit postgres-multi