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 D4C66158090 for ; Thu, 12 May 2022 09:14:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29C15E0864; Thu, 12 May 2022 09:14:55 +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 14268E0864 for ; Thu, 12 May 2022 09:14:55 +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 45BB734179F for ; Thu, 12 May 2022 09:14:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF30843D for ; Thu, 12 May 2022 09:14:51 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652265761.88bd08cefb5e54bf5bb1700eed4d4a7d14c5ae96.andrewammerlaan@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.7.ebuild X-VCS-Directories: dev-db/rum/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 88bd08cefb5e54bf5bb1700eed4d4a7d14c5ae96 X-VCS-Branch: master Date: Thu, 12 May 2022 09:14:51 +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: 3af3330e-07c6-462c-bbc3-0d503d7d6ac6 X-Archives-Hash: 4449eca0467d1bbffa35c389f40a1a1d commit: 88bd08cefb5e54bf5bb1700eed4d4a7d14c5ae96 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Wed May 11 10:40:20 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 11 10:42:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88bd08ce dev-db/rum: drop 1.3.7 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-db/rum/Manifest | 1 - dev-db/rum/rum-1.3.7.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-db/rum/Manifest b/dev-db/rum/Manifest index f0cd0b78c..5e3969861 100644 --- a/dev-db/rum/Manifest +++ b/dev-db/rum/Manifest @@ -1,2 +1 @@ -DIST rum-1.3.7.tar.gz 314685 BLAKE2B 0e54a935460b230dfc5ed26413118d0009d42feb823f19c094b738e737e4b6a23447a488cd6512bb854256c08e2797f58947c384dafb63d0d010c2686bfe11db SHA512 fecbeac6145e37f76e2425a1db40e2dae7912763be5150ef1f00daba176843f0c5ff32311d45819c2fb085ad8b15793bbd284797074d24c2bc0f4a331b24e82c DIST rum-1.3.9.tar.gz 315642 BLAKE2B ce80dcd10171b6cbe502da669ff7ba94a8971ff6a9494061d36ca9167fca24d3e4af87586babc6e0cfccd347ce8ead769c8cc79ce004374831797e82ead0f7b8 SHA512 7fb6afe44fe8829aa764bca51b9cc1d03bfdd99b3337ea4c5c1efbd00f66e14279e38139a8e6755e2d56ab1cb8cec754a1c4f40f51f7c7ee9ea813313ff31e5c diff --git a/dev-db/rum/rum-1.3.7.ebuild b/dev-db/rum/rum-1.3.7.ebuild deleted file mode 100644 index 90b8ad2b8..000000000 --- a/dev-db/rum/rum-1.3.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -POSTGRES_COMPAT=( 9.6 10 11 12 13 ) -POSTGRES_USEDEP="server" - -inherit postgres-multi - -DESCRIPTION="RUM access method - inverted index with additional information in posting lists" -HOMEPAGE="https://github.com/postgrespro/rum" -SRC_URI="https://github.com/postgrespro/rum/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="POSTGRESQL" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="${POSTGRES_DEP}" -RDEPEND="${DEPEND}" - -# Needs a running PostgreSQL server -RESTRICT="test" - -src_compile() { - postgres-multi_foreach emake USE_PGXS=1 -} - -src_test() { - postgres-multi_foreach emake USE_PGXS=1 installcheck -} - -src_install() { - postgres-multi_foreach emake USE_PGXS=1 DESTDIR="${D}" install -}