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 28B8E15801B for ; Sat, 22 Jul 2023 16:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C223E081E; Sat, 22 Jul 2023 16:30:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45CD5E081E for ; Sat, 22 Jul 2023 16:30:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 653A0335CCF for ; Sat, 22 Jul 2023 16:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1596BF2 for ; Sat, 22 Jul 2023 16:30:50 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1690043439.15e07a173cba15dfb8af8a58235a8d79e6561114.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulsemixer/pulsemixer-1.5.1.ebuild X-VCS-Directories: media-sound/pulsemixer/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 15e07a173cba15dfb8af8a58235a8d79e6561114 X-VCS-Branch: master Date: Sat, 22 Jul 2023 16:30:50 +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: eaa7a22e-4db4-4aad-a0a7-8d4b239a5ae8 X-Archives-Hash: e76e6a32540ec66e0dace156bdaaae9c commit: 15e07a173cba15dfb8af8a58235a8d79e6561114 Author: John Helmert III gentoo org> AuthorDate: Sat Jul 22 15:34:53 2023 +0000 Commit: John Helmert III gentoo org> CommitDate: Sat Jul 22 16:30:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e07a17 media-sound/pulsemixer: drop 1.5.1 Signed-off-by: John Helmert III gentoo.org> media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild deleted file mode 100644 index 700107370516..000000000000 --- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -PYTHON_REQ_USE="ncurses" - -inherit distutils-r1 - -DESCRIPTION="CLI and curses mixer for PulseAudio" -HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/GeorgeFilipkin/${PN}" -else - SRC_URI="https://github.com/GeorgeFilipkin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND="media-sound/pulseaudio"