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 827CE15800A for ; Mon, 21 Aug 2023 14:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88262BC019; Mon, 21 Aug 2023 14:34:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 929612BC019 for ; Mon, 21 Aug 2023 14:34:34 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9B083408CF for ; Mon, 21 Aug 2023 14:34:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3FB9104A for ; Mon, 21 Aug 2023 14:34:31 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1692628461.a971edec7ec98119e9c4f48b3aea3ee4ac46f6d8.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liquid-dsp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/liquid-dsp/Manifest net-libs/liquid-dsp/liquid-dsp-1.6.0.ebuild net-libs/liquid-dsp/liquid-dsp-9999.ebuild X-VCS-Directories: net-libs/liquid-dsp/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: a971edec7ec98119e9c4f48b3aea3ee4ac46f6d8 X-VCS-Branch: master Date: Mon, 21 Aug 2023 14:34:31 +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: 1ad41a15-8eef-47cf-939a-df0804906db8 X-Archives-Hash: 3461d5590e6ab2ea5ba354e883309b98 commit: a971edec7ec98119e9c4f48b3aea3ee4ac46f6d8 Author: Rick Farina gentoo org> AuthorDate: Mon Aug 21 14:33:50 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Aug 21 14:34:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a971edec net-libs/liquid-dsp: add 1.6.0 Signed-off-by: Rick Farina gentoo.org> net-libs/liquid-dsp/Manifest | 1 + .../liquid-dsp/{liquid-dsp-9999.ebuild => liquid-dsp-1.6.0.ebuild} | 4 ++-- net-libs/liquid-dsp/liquid-dsp-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net-libs/liquid-dsp/Manifest b/net-libs/liquid-dsp/Manifest index 7ba122c0f7a1..0f1ec7daae4d 100644 --- a/net-libs/liquid-dsp/Manifest +++ b/net-libs/liquid-dsp/Manifest @@ -1 +1,2 @@ DIST liquid-dsp-1.3.2.tar.gz 1119114 BLAKE2B 4530f3929b97f04cf2e02283af0b0482a7e19783f73cd60b02aeadb26df9f7d33a43847496858b6178526abef34fc5121e94bde38df3796bbdf7149251a29e25 SHA512 1af317512f56078a79396fd3c7a0135c97ef63fd187d52db1b62ddabca683a37fa6b358adafd76d81c3cb06c54f9c7c8fd66f8bb86c0bfebec9e9ef1441ca5d2 +DIST liquid-dsp-1.6.0.tar.gz 1243435 BLAKE2B 5bfb93e1b3396d654a78ab153d963df80ed7f23b5023c26302d229bd4109a54d7f72862d15f1fe8f2d27371509010c8571734e5e173efcb75a13923b00dbed40 SHA512 2567d03515e87ab0c047158aeaabb560be711ac54d0b8294b19782104089c4cc61e5b1ec6d3e9ab78162224d4a2d4623e3694e497572d573cb4ce6f451d0a078 diff --git a/net-libs/liquid-dsp/liquid-dsp-9999.ebuild b/net-libs/liquid-dsp/liquid-dsp-1.6.0.ebuild similarity index 95% copy from net-libs/liquid-dsp/liquid-dsp-9999.ebuild copy to net-libs/liquid-dsp/liquid-dsp-1.6.0.ebuild index 342db248e427..cda9d88582d0 100644 --- a/net-libs/liquid-dsp/liquid-dsp-9999.ebuild +++ b/net-libs/liquid-dsp/liquid-dsp-1.6.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools diff --git a/net-libs/liquid-dsp/liquid-dsp-9999.ebuild b/net-libs/liquid-dsp/liquid-dsp-9999.ebuild index 342db248e427..cda9d88582d0 100644 --- a/net-libs/liquid-dsp/liquid-dsp-9999.ebuild +++ b/net-libs/liquid-dsp/liquid-dsp-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools