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 8E1951382C5 for ; Mon, 21 Jun 2021 10:37:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4B95E0837; Mon, 21 Jun 2021 10:37:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 998E7E0833 for ; Mon, 21 Jun 2021 10:37:18 +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 B9855335CB7 for ; Mon, 21 Jun 2021 10:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24BC1235 for ; Mon, 21 Jun 2021 10:37:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624271827.ffef2581e1497b4250a4b4a8fd5d3ba1eccc6458.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/portaudio/Manifest media-libs/portaudio/portaudio-19.07.00-r1.ebuild media-libs/portaudio/portaudio-19.07.00.ebuild X-VCS-Directories: media-libs/portaudio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ffef2581e1497b4250a4b4a8fd5d3ba1eccc6458 X-VCS-Branch: master Date: Mon, 21 Jun 2021 10:37:16 +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: eeff154d-9e15-4fd6-ae9b-1263503ab631 X-Archives-Hash: b92a810ecd759da0d06020318b6e111b commit: ffef2581e1497b4250a4b4a8fd5d3ba1eccc6458 Author: Sam James gentoo org> AuthorDate: Mon Jun 21 10:36:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 21 10:37:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffef2581 media-libs/portaudio: use correct distfile for 19.07.00 Use a template to avoid this happening again. Closes: https://bugs.gentoo.org/797241 Signed-off-by: Sam James gentoo.org> media-libs/portaudio/Manifest | 1 + ...{portaudio-19.07.00.ebuild => portaudio-19.07.00-r1.ebuild} | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/media-libs/portaudio/Manifest b/media-libs/portaudio/Manifest index 7e5edf9ec29..8c030eb3247 100644 --- a/media-libs/portaudio/Manifest +++ b/media-libs/portaudio/Manifest @@ -1,2 +1,3 @@ DIST pa_stable_v190600_20161030.tgz 1450572 BLAKE2B 3cd63cca55ff222f452d306a1ab9035739545f48dbc9bc58196052cb51e518d86568059c7528533a6932c39c68d1a5210e06470a16343b92c7e4132b71cc552e SHA512 7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c +DIST pa_stable_v190700_20210406.tgz 1462695 BLAKE2B 2e00cc0f7bfccf732bd3256b4379007fc1be57282309e36ed54396f6b30621d626c54ff136b259e6594a299bea7689b668df3885321612f7f653697b6895f810 SHA512 77393bf0628ad9c9d5fb1b0d9b1732d403e23513b1332553964bdafcc80878b2798141011d2615688150d753a594285e718cf716e990b2396f1d8dea7babd02d DIST portaudio-19.06.00-audacity-portmixer.patch 8722 BLAKE2B 2b69bcf26e55be46d354dc44756fd03b16031fa86a334b776eb4326a4c64a7e22abd6bf60794847526102391c8e65813b41338cf94c647e3e9b68d82ea5dc5f5 SHA512 f693aef477b516c7a03eb021260cbecb23200422a927a117e3e59a1b4e6c6c2983fbea8ee3a3714ebc55728933654bd7909327a0bab4450ccf4e6a02c86a63b5 diff --git a/media-libs/portaudio/portaudio-19.07.00.ebuild b/media-libs/portaudio/portaudio-19.07.00-r1.ebuild similarity index 80% rename from media-libs/portaudio/portaudio-19.07.00.ebuild rename to media-libs/portaudio/portaudio-19.07.00-r1.ebuild index 7555dcdbcff..e2aba09b4e7 100644 --- a/media-libs/portaudio/portaudio-19.07.00.ebuild +++ b/media-libs/portaudio/portaudio-19.07.00-r1.ebuild @@ -5,10 +5,12 @@ EAPI=7 inherit autotools multilib-minimal +# See http://files.portaudio.com/download.html +# Update on bumps, please! +DATE="20210406" DESCRIPTION="A free, cross-platform, open-source, audio I/O library" HOMEPAGE="http://www.portaudio.com/" -SRC_URI="http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz - https://sources.debian.org/data/main/p/portaudio19/19.6.0-1/debian/patches/audacity-portmixer.patch -> ${PN}-19.06.00-audacity-portmixer.patch" +SRC_URI="http://files.portaudio.com/archives/pa_stable_v$(ver_rs 1- '')_${DATE}.tgz" S="${WORKDIR}/${PN}" LICENSE="MIT" @@ -24,12 +26,10 @@ BDEPEND=" virtual/pkgconfig " -DOCS=( README.txt ) +DOCS=( README.md ) PATCHES=( - "${DISTDIR}/${PN}-19.06.00-audacity-portmixer.patch" "${FILESDIR}"/${PN}-19.06.00-AR.patch # bug #720966, trigger reconf - "${FILESDIR}"/${PN}-19.06.00-slibtool.patch ) src_prepare() {