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 74432158086 for ; Wed, 12 Jan 2022 08:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADEB12BC004; Wed, 12 Jan 2022 08:34:58 +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 0C07F2BC004 for ; Wed, 12 Jan 2022 08:34:57 +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 7B0E3343217 for ; Wed, 12 Jan 2022 08:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFF2F28F for ; Wed, 12 Jan 2022 08:34:54 +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: <1641976476.54a23786de97567ce2c3c32c5989fb96d65c7026.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/scream/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/scream/Manifest media-sound/scream/scream-3.8.ebuild X-VCS-Directories: media-sound/scream/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 54a23786de97567ce2c3c32c5989fb96d65c7026 X-VCS-Branch: master Date: Wed, 12 Jan 2022 08:34:54 +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: 410d1978-d647-43e3-b096-5304dbbbd99e X-Archives-Hash: 205bfbec66c3ce4dafb16abce78ce782 commit: 54a23786de97567ce2c3c32c5989fb96d65c7026 Author: Alexey Sokolov asokolov org> AuthorDate: Tue Jan 11 19:28:02 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Jan 12 08:34:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a23786 media-sound/scream: drop old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/23743 Signed-off-by: Florian Schmaus gentoo.org> media-sound/scream/Manifest | 1 - media-sound/scream/scream-3.8.ebuild | 43 ------------------------------------ 2 files changed, 44 deletions(-) diff --git a/media-sound/scream/Manifest b/media-sound/scream/Manifest index b3e52d7a1dfc..99e80ea18113 100644 --- a/media-sound/scream/Manifest +++ b/media-sound/scream/Manifest @@ -1,2 +1 @@ -DIST scream-3.8.tar.gz 1114613 BLAKE2B 7c178477bbe2e1079394319657ff5bef2cacddb7ebbac0c527ff676ebd1fb66c4f00cff6578202deda96baa78d1d3a95a994e658d2bc893f10a3f3f13cf3d2eb SHA512 0ec3e68177a5852528b8dc0eed35088c7b399a59762063c5f08e06581340884123d37aebcedc0534acfb0ab0702c2d6dfc033cfcbf6d7e80faf8963ab0827983 DIST scream-3.9.tar.gz 1114518 BLAKE2B f7ae8ca69bc786fdb8055b2d1d5cd8fb9350c147465e1d75936defba8ea630351b4a559e508ef3b1f3bbd24d9b2bf96b6450577c7e5e334aacfd54f71efc5928 SHA512 83cb5b9daca82395b955fc8e01be4a466c6ebcc3839179c47912a78294ca98abed3833b6c636632a37e9d944750f56680a2a55975376756d183c9ed9b1d3dede diff --git a/media-sound/scream/scream-3.8.ebuild b/media-sound/scream/scream-3.8.ebuild deleted file mode 100644 index 82133a82fe29..000000000000 --- a/media-sound/scream/scream-3.8.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Plays sound received from network or from a QEMU Windows VM" -HOMEPAGE="https://github.com/duncanthrax/scream" -S="${WORKDIR}/${P}/Receivers/unix" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/duncanthrax/scream.git" -else - SRC_URI="https://github.com/duncanthrax/scream/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="Ms-PL" -SLOT="0" -IUSE="alsa jack pcap pulseaudio" - -RDEPEND=" - alsa? ( media-libs/alsa-lib ) - jack? ( - media-libs/soxr - virtual/jack - ) - pcap? ( net-libs/libpcap ) - pulseaudio? ( media-sound/pulseaudio )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local mycmakeargs=( - -DALSA_ENABLE=$(usex alsa) - -DJACK_ENABLE=$(usex jack) - -DPCAP_ENABLE=$(usex pcap) - -DPULSEAUDIO_ENABLE=$(usex pulseaudio) - ) - cmake_src_configure -}