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 8355E138350 for ; Mon, 13 Apr 2020 07:42:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27604E08CD; Mon, 13 Apr 2020 07:42:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 11432E08CD for ; Mon, 13 Apr 2020 07:42:27 +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 2013B34F1AB for ; Mon, 13 Apr 2020 07:42:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 340821DD for ; Mon, 13 Apr 2020 07:42:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1586763690.672ce9f352aefbd9012df04dedd477fe303f3c77.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulsemixer/Manifest media-sound/pulsemixer/pulsemixer-1.5.1.ebuild X-VCS-Directories: media-sound/pulsemixer/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 672ce9f352aefbd9012df04dedd477fe303f3c77 X-VCS-Branch: master Date: Mon, 13 Apr 2020 07:42:23 +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: dc53a37e-b8ad-41a6-ac58-8778faa6d750 X-Archives-Hash: 50ef98d40c5326eeaf17f6c14d168cc6 commit: 672ce9f352aefbd9012df04dedd477fe303f3c77 Author: John Helmert III gmail com> AuthorDate: Sat Apr 11 18:26:00 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Apr 13 07:41:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672ce9f3 media-sound/pulsemixer: Add version 1.5.1 Signed-off-by: John Helmert III gmail.com> Package-Manager: Portage-2.3.98, Repoman-2.3.22 Closes: https://github.com/gentoo/gentoo/pull/15310 Signed-off-by: Joonas Niilola gentoo.org> media-sound/pulsemixer/Manifest | 1 + media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/media-sound/pulsemixer/Manifest b/media-sound/pulsemixer/Manifest index 5317857c3f8..98bd178c13d 100644 --- a/media-sound/pulsemixer/Manifest +++ b/media-sound/pulsemixer/Manifest @@ -1 +1,2 @@ DIST pulsemixer-1.5.0.tar.gz 21557 BLAKE2B 4c6cb9a3f9701301223c259532a0803a5c3e5f3abbce6f2763b6fd987f85aba56549e66861e9b69d0bf89c116c6c7e221d11cc65eb9a531402f74e8d63e9d824 SHA512 e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64 +DIST pulsemixer-1.5.1.tar.gz 21789 BLAKE2B 4a20be7b6499501adc64f5ac33b30ad1ea9418190104fbf452e1ed2bd3585552033c042554948b78b41e6a48c22ac62a42f4117b0311300bda738f7556ef1dc3 SHA512 c07b5e5fffa71ca60ed41e4c28a0f4ae5c8b5df9f269ea7376ed835b35536300f34504da724899bab5277f0c39a4c345654b99930ec8bdf4b43374d9b6d331be diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild new file mode 100644 index 00000000000..7f8ba30cd07 --- /dev/null +++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +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 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND="media-sound/pulseaudio"